# Copyright 2018 The PDFium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/jumbo.gni") import("../../pdfium.gni") assert(pdf_enable_xfa) jumbo_source_set("fpdfxfa") { sources = [ "cpdfxfa_context.cpp", "cpdfxfa_context.h", "cpdfxfa_docenvironment.cpp", "cpdfxfa_docenvironment.h", "cpdfxfa_page.cpp", "cpdfxfa_page.h", "cxfa_fwladaptertimermgr.cpp", "cxfa_fwladaptertimermgr.h", ] deps = [ "../../:pdfium_public_headers", "../../core/fpdfapi/page", "../../core/fpdfapi/parser", "../../core/fxcrt", "../../fxjs", "../../xfa/fgas", "../../xfa/fwl", "../../xfa/fxfa", "../../xfa/fxfa/parser", ] allow_circular_includes_from = [ "../../fxjs" ] configs += [ "../../:pdfium_core_config" ] visibility = [ "../../*" ] }