|  | { | 
|  | "variables": { | 
|  | "pdf_enable_v8%": 1, | 
|  | }, | 
|  | "target_defaults": { | 
|  | "defines": [ | 
|  | "PDF_ENABLE_XFA", | 
|  | ], | 
|  | 'msvs_disabled_warnings': [ | 
|  | 4005, 4018, 4146, 4333, 4345, 4267, | 
|  | # TODO(thestig): Fix all instances, remove this, pdfium:29 | 
|  | 4245, 4310, 4389, 4701, 4702, 4706, 4800, | 
|  | ], | 
|  | 'variables': { | 
|  | 'clang_warning_flags': [ | 
|  | # TODO(thestig): Fix all instances, remove this, pdfium:29 | 
|  | '-Wno-sign-compare', | 
|  | ], | 
|  | # Make sure Chromium's build/common.gypi doesn't re-add the flag on linux. | 
|  | 'cflags_cc!': [ '-Wsign-compare' ], | 
|  | }, | 
|  | }, | 
|  | "targets":[ | 
|  | { | 
|  | "target_name":"xfa", | 
|  | "type":"static_library", | 
|  | 'include_dirs': [ | 
|  | # This is implicit in GN. | 
|  | '<(DEPTH)', | 
|  | '.', | 
|  | 'third_party/freetype/include', | 
|  | 'third_party/freetype/include/freetype', | 
|  | ], | 
|  | 'defines' : [ | 
|  | 'FT2_BUILD_LIBRARY', | 
|  | ], | 
|  | "sources":[ | 
|  | "xfa/include/fwl/adapter/fwl_adapternative.h", | 
|  | "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h", | 
|  | "xfa/include/fwl/adapter/fwl_adaptertimermgr.h", | 
|  | "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h", | 
|  | "xfa/include/fwl/adapter/fwl_sdadapterimp.h", | 
|  | "xfa/include/fwl/basewidget/fwl_barcode.h", | 
|  | "xfa/include/fwl/basewidget/fwl_caret.h", | 
|  | "xfa/include/fwl/basewidget/fwl_checkbox.h", | 
|  | "xfa/include/fwl/basewidget/fwl_combobox.h", | 
|  | "xfa/include/fwl/basewidget/fwl_datetimepicker.h", | 
|  | "xfa/include/fwl/basewidget/fwl_edit.h", | 
|  | "xfa/include/fwl/basewidget/fwl_listbox.h", | 
|  | "xfa/include/fwl/basewidget/fwl_menu.h", | 
|  | "xfa/include/fwl/basewidget/fwl_monthcalendar.h", | 
|  | "xfa/include/fwl/basewidget/fwl_picturebox.h", | 
|  | "xfa/include/fwl/basewidget/fwl_pushbutton.h", | 
|  | "xfa/include/fwl/basewidget/fwl_scrollbar.h", | 
|  | "xfa/include/fwl/basewidget/fwl_spinbutton.h", | 
|  | "xfa/include/fwl/basewidget/fwl_tooltipctrl.h", | 
|  | "xfa/include/fwl/basewidget/fxmath_barcode.h", | 
|  | "xfa/include/fwl/core/fwl_app.h", | 
|  | "xfa/include/fwl/core/fwl_content.h", | 
|  | "xfa/include/fwl/core/fwl_error.h", | 
|  | "xfa/include/fwl/core/fwl_form.h", | 
|  | "xfa/include/fwl/core/fwl_grid.h", | 
|  | "xfa/include/fwl/core/fwl_note.h", | 
|  | "xfa/include/fwl/core/fwl_panel.h", | 
|  | "xfa/include/fwl/core/fwl_target.h", | 
|  | "xfa/include/fwl/core/fwl_theme.h", | 
|  | "xfa/include/fwl/core/fwl_thread.h", | 
|  | "xfa/include/fwl/core/fwl_timer.h", | 
|  | "xfa/include/fwl/core/fwl_widget.h", | 
|  | "xfa/include/fwl/core/fwl_widgetdef.h", | 
|  | "xfa/include/fwl/core/fwl_widgetmgr.h", | 
|  | "xfa/include/fwl/lightwidget/app.h", | 
|  | "xfa/include/fwl/lightwidget/barcode.h", | 
|  | "xfa/include/fwl/lightwidget/caret.h", | 
|  | "xfa/include/fwl/lightwidget/checkbox.h", | 
|  | "xfa/include/fwl/lightwidget/combobox.h", | 
|  | "xfa/include/fwl/lightwidget/datetimepicker.h", | 
|  | "xfa/include/fwl/lightwidget/edit.h", | 
|  | "xfa/include/fwl/lightwidget/listbox.h", | 
|  | "xfa/include/fwl/lightwidget/picturebox.h", | 
|  | "xfa/include/fwl/lightwidget/pushbutton.h", | 
|  | "xfa/include/fwl/lightwidget/scrollbar.h", | 
|  | "xfa/include/fwl/lightwidget/theme.h", | 
|  | "xfa/include/fwl/lightwidget/tooltipctrl.h", | 
|  | "xfa/include/fwl/lightwidget/widget.h", | 
|  | "xfa/include/fwl/theme/barcodetp.h", | 
|  | "xfa/include/fwl/theme/carettp.h", | 
|  | "xfa/include/fwl/theme/checkboxtp.h", | 
|  | "xfa/include/fwl/theme/comboboxtp.h", | 
|  | "xfa/include/fwl/theme/datetimepickertp.h", | 
|  | "xfa/include/fwl/theme/edittp.h", | 
|  | "xfa/include/fwl/theme/formtp.h", | 
|  | "xfa/include/fwl/theme/listboxtp.h", | 
|  | "xfa/include/fwl/theme/monthcalendartp.h", | 
|  | "xfa/include/fwl/theme/pictureboxtp.h", | 
|  | "xfa/include/fwl/theme/pushbuttontp.h", | 
|  | "xfa/include/fwl/theme/scrollbartp.h", | 
|  | "xfa/include/fwl/theme/utils.h", | 
|  | "xfa/include/fwl/theme/widgettp.h", | 
|  | "xfa/include/fxfa/fxfa.h", | 
|  | "xfa/include/fxfa/fxfa_basic.h", | 
|  | "xfa/include/fxfa/fxfa_objectacc.h", | 
|  | "xfa/include/fxfa/fxfa_widget.h", | 
|  | "xfa/fde/css/fde_css.h", | 
|  | "xfa/fde/css/fde_csscache.cpp", | 
|  | "xfa/fde/css/fde_csscache.h", | 
|  | "xfa/fde/css/fde_cssdatatable.cpp", | 
|  | "xfa/fde/css/fde_cssdatatable.h", | 
|  | "xfa/fde/css/fde_cssdeclaration.cpp", | 
|  | "xfa/fde/css/fde_cssdeclaration.h", | 
|  | "xfa/fde/css/fde_cssstyleselector.cpp", | 
|  | "xfa/fde/css/fde_cssstyleselector.h", | 
|  | "xfa/fde/css/fde_cssstylesheet.cpp", | 
|  | "xfa/fde/css/fde_cssstylesheet.h", | 
|  | "xfa/fde/css/fde_csssyntax.cpp", | 
|  | "xfa/fde/css/fde_csssyntax.h", | 
|  | "xfa/fde/fde_brush.h", | 
|  | "xfa/fde/fde_devbasic.cpp", | 
|  | "xfa/fde/fde_devbasic.h", | 
|  | "xfa/fde/fde_renderdevice.h", | 
|  | "xfa/fde/fde_gedevice.cpp", | 
|  | "xfa/fde/fde_gedevice.h", | 
|  | "xfa/fde/fde_geobject.cpp", | 
|  | "xfa/fde/fde_geobject.h", | 
|  | "xfa/fde/fde_image.h", | 
|  | "xfa/fde/fde_iterator.cpp", | 
|  | "xfa/fde/fde_iterator.h", | 
|  | "xfa/fde/fde_object.cpp", | 
|  | "xfa/fde/fde_object.h", | 
|  | "xfa/fde/fde_path.h", | 
|  | "xfa/fde/fde_pen.h", | 
|  | "xfa/fde/fde_render.cpp", | 
|  | "xfa/fde/fde_render.h", | 
|  | "xfa/fde/tto/fde_textout.cpp", | 
|  | "xfa/fde/tto/fde_textout.h", | 
|  | "xfa/fde/xml/fde_xml.h", | 
|  | "xfa/fde/xml/fde_xml_imp.cpp", | 
|  | "xfa/fde/xml/fde_xml_imp.h", | 
|  | "xfa/fee/fde_txtedtbuf.cpp", | 
|  | "xfa/fee/fde_txtedtbuf.h", | 
|  | "xfa/fee/fde_txtedtengine.cpp", | 
|  | "xfa/fee/fde_txtedtengine.h", | 
|  | "xfa/fee/fde_txtedtpage.cpp", | 
|  | "xfa/fee/fde_txtedtpage.h", | 
|  | "xfa/fee/fde_txtedtparag.cpp", | 
|  | "xfa/fee/fde_txtedtparag.h", | 
|  | "xfa/fee/fx_wordbreak/fx_wordbreak.h", | 
|  | "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", | 
|  | "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", | 
|  | "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", | 
|  | "xfa/fee/ifde_txtedtbuf.h", | 
|  | "xfa/fee/ifde_txtedtengine.h", | 
|  | "xfa/fee/ifde_txtedtpage.h", | 
|  | "xfa/fgas/crt/fgas_algorithm.cpp", | 
|  | "xfa/fgas/crt/fgas_algorithm.h", | 
|  | "xfa/fgas/crt/fgas_codepage.cpp", | 
|  | "xfa/fgas/crt/fgas_codepage.h", | 
|  | "xfa/fgas/crt/fgas_encode.cpp", | 
|  | "xfa/fgas/crt/fgas_language.h", | 
|  | "xfa/fgas/crt/fgas_memory.cpp", | 
|  | "xfa/fgas/crt/fgas_memory.h", | 
|  | "xfa/fgas/crt/fgas_stream.cpp", | 
|  | "xfa/fgas/crt/fgas_stream.h", | 
|  | "xfa/fgas/crt/fgas_system.cpp", | 
|  | "xfa/fgas/crt/fgas_system.h", | 
|  | "xfa/fgas/crt/fgas_utils.cpp", | 
|  | "xfa/fgas/crt/fgas_utils.h", | 
|  | "xfa/fgas/font/fgas_font.h", | 
|  | "xfa/fgas/font/fgas_fontutils.cpp", | 
|  | "xfa/fgas/font/fgas_fontutils.h", | 
|  | "xfa/fgas/font/fgas_gefont.cpp", | 
|  | "xfa/fgas/font/fgas_gefont.h", | 
|  | "xfa/fgas/font/fgas_stdfontmgr.cpp", | 
|  | "xfa/fgas/font/fgas_stdfontmgr.h", | 
|  | "xfa/fgas/layout/fgas_linebreak.cpp", | 
|  | "xfa/fgas/layout/fgas_linebreak.h", | 
|  | "xfa/fgas/layout/fgas_rtfbreak.cpp", | 
|  | "xfa/fgas/layout/fgas_rtfbreak.h", | 
|  | "xfa/fgas/layout/fgas_textbreak.cpp", | 
|  | "xfa/fgas/layout/fgas_textbreak.h", | 
|  | "xfa/fgas/layout/fgas_unicode.cpp", | 
|  | "xfa/fgas/layout/fgas_unicode.h", | 
|  | "xfa/fgas/localization/fgas_datetime.cpp", | 
|  | "xfa/fgas/localization/fgas_datetime.h", | 
|  | "xfa/fgas/localization/fgas_locale.cpp", | 
|  | "xfa/fgas/localization/fgas_locale.h", | 
|  | "xfa/fgas/localization/fgas_localeimp.h", | 
|  | "xfa/fgas/localization/fgas_localemgr.cpp", | 
|  | "xfa/fgas/localization/fgas_localemgr.h", | 
|  | "xfa/fgas/xml/fgas_sax.h", | 
|  | "xfa/fgas/xml/fgas_sax_imp.cpp", | 
|  | "xfa/fgas/xml/fgas_sax_imp.h", | 
|  | "xfa/fwl/basewidget/fwl_barcodeimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_barcodeimp.h", | 
|  | "xfa/fwl/basewidget/fwl_caretimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_caretimp.h", | 
|  | "xfa/fwl/basewidget/fwl_checkboximp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_checkboximp.h", | 
|  | "xfa/fwl/basewidget/fwl_comboboximp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_comboboximp.h", | 
|  | "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_datetimepickerimp.h", | 
|  | "xfa/fwl/basewidget/fwl_editimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_editimp.h", | 
|  | "xfa/fwl/basewidget/fwl_formproxyimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_formproxyimp.h", | 
|  | "xfa/fwl/basewidget/fwl_listboximp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_listboximp.h", | 
|  | "xfa/fwl/basewidget/fwl_monthcalendarimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_monthcalendarimp.h", | 
|  | "xfa/fwl/basewidget/fwl_pictureboximp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_pictureboximp.h", | 
|  | "xfa/fwl/basewidget/fwl_pushbuttonimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_pushbuttonimp.h", | 
|  | "xfa/fwl/basewidget/fwl_scrollbarimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_scrollbarimp.h", | 
|  | "xfa/fwl/basewidget/fwl_spinbuttonimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_spinbuttonimp.h", | 
|  | "xfa/fwl/basewidget/fwl_tooltipctrlimp.cpp", | 
|  | "xfa/fwl/basewidget/fwl_tooltipctrlimp.h", | 
|  | "xfa/fwl/basewidget/fxmath_barcodeimp.cpp", | 
|  | "xfa/fwl/basewidget/fxmath_barcodeimp.h", | 
|  | "xfa/fwl/core/fwl_appimp.cpp", | 
|  | "xfa/fwl/core/fwl_appimp.h", | 
|  | "xfa/fwl/core/fwl_contentimp.cpp", | 
|  | "xfa/fwl/core/fwl_contentimp.h", | 
|  | "xfa/fwl/core/fwl_formimp.cpp", | 
|  | "xfa/fwl/core/fwl_formimp.h", | 
|  | "xfa/fwl/core/fwl_gridimp.cpp", | 
|  | "xfa/fwl/core/fwl_gridimp.h", | 
|  | "xfa/fwl/core/fwl_noteimp.cpp", | 
|  | "xfa/fwl/core/fwl_noteimp.h", | 
|  | "xfa/fwl/core/fwl_panelimp.cpp", | 
|  | "xfa/fwl/core/fwl_panelimp.h", | 
|  | "xfa/fwl/core/fwl_sdadapterimp.cpp", | 
|  | "xfa/fwl/core/fwl_targetimp.cpp", | 
|  | "xfa/fwl/core/fwl_targetimp.h", | 
|  | "xfa/fwl/core/fwl_threadimp.cpp", | 
|  | "xfa/fwl/core/fwl_threadimp.h", | 
|  | "xfa/fwl/core/fwl_timerimp.cpp", | 
|  | "xfa/fwl/core/fwl_widgetimp.cpp", | 
|  | "xfa/fwl/core/fwl_widgetimp.h", | 
|  | "xfa/fwl/core/fwl_widgetmgrimp.cpp", | 
|  | "xfa/fwl/core/fwl_widgetmgrimp.h", | 
|  | "xfa/fwl/lightwidget/app.cpp", | 
|  | "xfa/fwl/lightwidget/barcode.cpp", | 
|  | "xfa/fwl/lightwidget/caret.cpp", | 
|  | "xfa/fwl/lightwidget/checkbox.cpp", | 
|  | "xfa/fwl/lightwidget/combobox.cpp", | 
|  | "xfa/fwl/lightwidget/datetimepicker.cpp", | 
|  | "xfa/fwl/lightwidget/edit.cpp", | 
|  | "xfa/fwl/lightwidget/listbox.cpp", | 
|  | "xfa/fwl/lightwidget/picturebox.cpp", | 
|  | "xfa/fwl/lightwidget/pushbutton.cpp", | 
|  | "xfa/fwl/lightwidget/scrollbar.cpp", | 
|  | "xfa/fwl/lightwidget/theme.cpp", | 
|  | "xfa/fwl/lightwidget/tooltipctrl.cpp", | 
|  | "xfa/fwl/lightwidget/widget.cpp", | 
|  | "xfa/fwl/theme/barcodetp.cpp", | 
|  | "xfa/fwl/theme/carettp.cpp", | 
|  | "xfa/fwl/theme/checkboxtp.cpp", | 
|  | "xfa/fwl/theme/comboboxtp.cpp", | 
|  | "xfa/fwl/theme/datetimepickertp.cpp", | 
|  | "xfa/fwl/theme/edittp.cpp", | 
|  | "xfa/fwl/theme/formtp.cpp", | 
|  | "xfa/fwl/theme/listboxtp.cpp", | 
|  | "xfa/fwl/theme/monthcalendartp.cpp", | 
|  | "xfa/fwl/theme/pictureboxtp.cpp", | 
|  | "xfa/fwl/theme/pushbuttontp.cpp", | 
|  | "xfa/fwl/theme/scrollbartp.cpp", | 
|  | "xfa/fwl/theme/widgettp.cpp", | 
|  | "xfa/fxbarcode/cbc_code128.cpp", | 
|  | "xfa/fxbarcode/cbc_code128.h", | 
|  | "xfa/fxbarcode/cbc_code39.cpp", | 
|  | "xfa/fxbarcode/cbc_code39.h", | 
|  | "xfa/fxbarcode/cbc_codabar.cpp", | 
|  | "xfa/fxbarcode/cbc_codabar.h", | 
|  | "xfa/fxbarcode/cbc_codebase.cpp", | 
|  | "xfa/fxbarcode/cbc_codebase.h", | 
|  | "xfa/fxbarcode/cbc_datamatrix.cpp", | 
|  | "xfa/fxbarcode/cbc_datamatrix.h", | 
|  | "xfa/fxbarcode/cbc_ean8.cpp", | 
|  | "xfa/fxbarcode/cbc_ena8.h", | 
|  | "xfa/fxbarcode/cbc_ean13.cpp", | 
|  | "xfa/fxbarcode/cbc_ean13.h", | 
|  | "xfa/fxbarcode/cbc_onecode.cpp", | 
|  | "xfa/fxbarcode/cbc_onecode.h", | 
|  | "xfa/fxbarcode/cbc_pdf417i.cpp", | 
|  | "xfa/fxbarcode/cbc_pdf417i.h", | 
|  | "xfa/fxbarcode/cbc_qrcode.cpp", | 
|  | "xfa/fxbarcode/cbc_qrcode.h", | 
|  | "xfa/fxbarcode/cbc_upca.cpp", | 
|  | "xfa/fxbarcode/cbc_upca.h", | 
|  | "xfa/fxbarcode/common/BC_CommonBitArray.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonBitSource.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonByteArray.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonCharacterSetECI.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonDecoderResult.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonECI.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.cpp", | 
|  | "xfa/fxbarcode/common/BC_CommonBitArray.h", | 
|  | "xfa/fxbarcode/common/BC_CommonBitMatrix.h", | 
|  | "xfa/fxbarcode/common/BC_CommonBitSource.h", | 
|  | "xfa/fxbarcode/common/BC_CommonByteArray.h", | 
|  | "xfa/fxbarcode/common/BC_CommonByteMatrix.h", | 
|  | "xfa/fxbarcode/common/BC_CommonCharacterSetECI.h", | 
|  | "xfa/fxbarcode/common/BC_CommonDecoderResult.h", | 
|  | "xfa/fxbarcode/common/BC_CommonECI.h", | 
|  | "xfa/fxbarcode/common/BC_CommonPerspectiveTransform.h", | 
|  | "xfa/fxbarcode/common/BC_WhiteRectangleDetector.cpp", | 
|  | "xfa/fxbarcode/common/BC_WhiteRectangleDetector.h", | 
|  | "xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.cpp", | 
|  | "xfa/fxbarcode/common/BC_GlobalHistogramBinarizer.h", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.cpp", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.cpp", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.cpp", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.cpp", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomon.h", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonDecoder.h", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h", | 
|  | "xfa/fxbarcode/common/reedsolomon/BC_ReedSolomonGF256Poly.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixReader.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixBitMatrixParser.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDataBlock.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDecodedBitStreamParser.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDecoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixDetector.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixReader.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixSymbolInfo144.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixVersion.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DataMatrixWriter.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_Base256Encoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_C40Encoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_EncoderContext.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_Encoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", | 
|  | "xfa/fxbarcode/datamatrix/BC_ASCIIEncoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_Base256Encoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_C40Encoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_EdifactEncoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_EncoderContext.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_TextEncoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_X12Encoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_DefaultPlacement.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_Encoder.h", | 
|  | "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h", | 
|  | "xfa/fxbarcode/include/BC_Library.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode128Reader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode128Writer.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode39Reader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode39Writer.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN13Reader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN13Writer.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN8Reader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN8Writer.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OneDimReader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OneDimWriter.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OneDReader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedUPCAReader.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedUPCAWriter.cpp", | 
|  | "xfa/fxbarcode/oned/BC_OnedCodaBarReader.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode128Reader.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode128Writer.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode39Reader.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedCode39Writer.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN13Reader.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN13Writer.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN8Reader.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedEAN8Writer.h", | 
|  | "xfa/fxbarcode/oned/BC_OneDimReader.h", | 
|  | "xfa/fxbarcode/oned/BC_OneDimWriter.h", | 
|  | "xfa/fxbarcode/oned/BC_OneDReader.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedUPCAReader.h", | 
|  | "xfa/fxbarcode/oned/BC_OnedUPCAWriter.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Codeword.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Common.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Compaction.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Detector.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectorResult.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Dimensions.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ECModulusPoly.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Reader.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ScanningDecoder.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Writer.cpp", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMatrix.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeMetadata.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeRow.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BarcodeValue.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417BoundingBox.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Codeword.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Common.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Compaction.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DecodedBitStreamParser.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectionResult.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultColumn.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Detector.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417DetectorResult.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Dimensions.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ECErrorCorrection.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ECModulusGF.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ECModulusPoly.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ErrorCorrection.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Reader.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ResultMetadata.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417ScanningDecoder.h", | 
|  | "xfa/fxbarcode/pdf417/BC_PDF417Writer.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoder.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderDecoder.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCodeReader.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderECB.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderMode.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderVersion.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCodeWriter.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDataBlock.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDataMask.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDetector.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDetectorResult.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRGridSampler.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRAlignmentPatternFinder.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRBitMatrixParser.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoder.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderBitVector.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderBlockPair.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderDecoder.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCodeReader.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderECB.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderECBlocks.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderEncoder.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderErrorCorrectionLevel.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderFormatInformation.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderMaskUtil.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderMode.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCoderVersion.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRCodeWriter.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDataBlock.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDataMask.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDecodedBitStreamParser.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDetector.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRDetectorResult.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRFinderPattern.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRFinderPatternFinder.h", | 
|  | "xfa/fxbarcode/qrcode/BC_QRGridSampler.h", | 
|  | "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.cpp", | 
|  | "xfa/fxbarcode/qrcode/BC_FinderPatternInfo.h", | 
|  | "xfa/fxbarcode/BC_Binarizer.cpp", | 
|  | "xfa/fxbarcode/BC_BinaryBitmap.cpp", | 
|  | "xfa/fxbarcode/BC_BufferedImageLuminanceSource.cpp", | 
|  | "xfa/fxbarcode/BC_Dimension.cpp", | 
|  | "xfa/fxbarcode/BC_Library.cpp", | 
|  | "xfa/fxbarcode/BC_LuminanceSource.cpp", | 
|  | "xfa/fxbarcode/BC_Reader.cpp", | 
|  | "xfa/fxbarcode/BC_ResultPoint.cpp", | 
|  | "xfa/fxbarcode/BC_TwoDimWriter.cpp", | 
|  | "xfa/fxbarcode/BC_UtilCodingConvert.cpp", | 
|  | "xfa/fxbarcode/BC_UtilRSS.cpp", | 
|  | "xfa/fxbarcode/BC_Utils.cpp", | 
|  | "xfa/fxbarcode/BC_Writer.cpp", | 
|  | "xfa/fxbarcode/BC_Binarizer.h", | 
|  | "xfa/fxbarcode/BC_BinaryBitmap.h", | 
|  | "xfa/fxbarcode/BC_BufferedImageLuminanceSource.h", | 
|  | "xfa/fxbarcode/BC_DecoderResult.h", | 
|  | "xfa/fxbarcode/BC_Dimension.h", | 
|  | "xfa/fxbarcode/BC_LuminanceSource.h", | 
|  | "xfa/fxbarcode/BC_Reader.h", | 
|  | "xfa/fxbarcode/BC_ResultPoint.h", | 
|  | "xfa/fxbarcode/BC_TwoDimWriter.h", | 
|  | "xfa/fxbarcode/BC_UtilCodingConvert.h", | 
|  | "xfa/fxbarcode/BC_UtilRSS.h", | 
|  | "xfa/fxbarcode/BC_Writer.h", | 
|  | "xfa/fxbarcode/utils.h", | 
|  | "xfa/fxfa/app/xfa_checksum.cpp", | 
|  | "xfa/fxfa/app/xfa_checksum.h", | 
|  | "xfa/fxfa/app/xfa_ffapp.cpp", | 
|  | "xfa/fxfa/app/xfa_ffapp.h", | 
|  | "xfa/fxfa/app/xfa_ffbarcode.cpp", | 
|  | "xfa/fxfa/app/xfa_ffbarcode.h", | 
|  | "xfa/fxfa/app/xfa_ffcheckbutton.cpp", | 
|  | "xfa/fxfa/app/xfa_ffcheckbutton.h", | 
|  | "xfa/fxfa/app/xfa_ffchoicelist.cpp", | 
|  | "xfa/fxfa/app/xfa_ffchoicelist.h", | 
|  | "xfa/fxfa/app/xfa_ffdoc.cpp", | 
|  | "xfa/fxfa/app/xfa_ffdoc.h", | 
|  | "xfa/fxfa/app/xfa_ffdochandler.cpp", | 
|  | "xfa/fxfa/app/xfa_ffdochandler.h", | 
|  | "xfa/fxfa/app/xfa_ffdocview.cpp", | 
|  | "xfa/fxfa/app/xfa_ffdocview.h", | 
|  | "xfa/fxfa/app/xfa_ffdraw.cpp", | 
|  | "xfa/fxfa/app/xfa_ffdraw.h", | 
|  | "xfa/fxfa/app/xfa_ffexclgroup.cpp", | 
|  | "xfa/fxfa/app/xfa_ffexclgroup.h", | 
|  | "xfa/fxfa/app/xfa_fffield.cpp", | 
|  | "xfa/fxfa/app/xfa_fffield.h", | 
|  | "xfa/fxfa/app/xfa_ffimage.cpp", | 
|  | "xfa/fxfa/app/xfa_ffimage.h", | 
|  | "xfa/fxfa/app/xfa_ffimageedit.cpp", | 
|  | "xfa/fxfa/app/xfa_ffimageedit.h", | 
|  | "xfa/fxfa/app/xfa_ffnotify.cpp", | 
|  | "xfa/fxfa/app/xfa_ffnotify.h", | 
|  | "xfa/fxfa/app/xfa_ffpageview.cpp", | 
|  | "xfa/fxfa/app/xfa_ffpageview.h", | 
|  | "xfa/fxfa/app/xfa_ffpath.cpp", | 
|  | "xfa/fxfa/app/xfa_ffpath.h", | 
|  | "xfa/fxfa/app/xfa_ffpushbutton.cpp", | 
|  | "xfa/fxfa/app/xfa_ffpushbutton.h", | 
|  | "xfa/fxfa/app/xfa_ffsignature.cpp", | 
|  | "xfa/fxfa/app/xfa_ffsignature.h", | 
|  | "xfa/fxfa/app/xfa_ffsubform.cpp", | 
|  | "xfa/fxfa/app/xfa_ffsubform.h", | 
|  | "xfa/fxfa/app/xfa_fftext.cpp", | 
|  | "xfa/fxfa/app/xfa_fftext.h", | 
|  | "xfa/fxfa/app/xfa_fftextedit.cpp", | 
|  | "xfa/fxfa/app/xfa_fftextedit.h", | 
|  | "xfa/fxfa/app/xfa_ffwidget.cpp", | 
|  | "xfa/fxfa/app/xfa_ffwidget.h", | 
|  | "xfa/fxfa/app/xfa_ffwidgetacc.cpp", | 
|  | "xfa/fxfa/app/xfa_ffwidgetacc.h", | 
|  | "xfa/fxfa/app/xfa_ffwidgethandler.cpp", | 
|  | "xfa/fxfa/app/xfa_ffwidgethandler.h", | 
|  | "xfa/fxfa/app/xfa_fontmgr.cpp", | 
|  | "xfa/fxfa/app/xfa_fontmgr.h", | 
|  | "xfa/fxfa/app/xfa_fwladapter.cpp", | 
|  | "xfa/fxfa/app/xfa_fwladapter.h", | 
|  | "xfa/fxfa/app/xfa_fwltheme.cpp", | 
|  | "xfa/fxfa/app/xfa_fwltheme.h", | 
|  | "xfa/fxfa/app/xfa_rendercontext.cpp", | 
|  | "xfa/fxfa/app/xfa_rendercontext.h", | 
|  | "xfa/fxfa/app/xfa_textlayout.cpp", | 
|  | "xfa/fxfa/app/xfa_textlayout.h", | 
|  | "xfa/fxfa/fm2js/xfa_error.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_error.h", | 
|  | "xfa/fxfa/fm2js/xfa_expression.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_expression.h", | 
|  | "xfa/fxfa/fm2js/xfa_fm2jsapi.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_fm2jsapi.h", | 
|  | "xfa/fxfa/fm2js/xfa_fm2jscontext.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_fm2jscontext.h", | 
|  | "xfa/fxfa/fm2js/xfa_fmparse.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_fmparse.h", | 
|  | "xfa/fxfa/fm2js/xfa_lexer.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_lexer.h", | 
|  | "xfa/fxfa/fm2js/xfa_program.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_program.h", | 
|  | "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", | 
|  | "xfa/fxfa/fm2js/xfa_simpleexpression.h", | 
|  | "xfa/fxfa/parser/xfa_basic_data.cpp", | 
|  | "xfa/fxfa/parser/xfa_basic_data.h", | 
|  | "xfa/fxfa/parser/xfa_basic_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_basic_imp.h", | 
|  | "xfa/fxfa/parser/xfa_docdata.h", | 
|  | "xfa/fxfa/parser/xfa_doclayout.h", | 
|  | "xfa/fxfa/parser/xfa_document.h", | 
|  | "xfa/fxfa/parser/xfa_document_datadescription_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_document_datadescription_imp.h", | 
|  | "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_document_datamerger_imp.h", | 
|  | "xfa/fxfa/parser/xfa_document_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_document_layout_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_document_layout_imp.h", | 
|  | "xfa/fxfa/parser/xfa_document_serialize.cpp", | 
|  | "xfa/fxfa/parser/xfa_document_serialize.h", | 
|  | "xfa/fxfa/parser/xfa_layout_appadapter.cpp", | 
|  | "xfa/fxfa/parser/xfa_layout_appadapter.h", | 
|  | "xfa/fxfa/parser/xfa_layout_itemlayout.cpp", | 
|  | "xfa/fxfa/parser/xfa_layout_itemlayout.h", | 
|  | "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", | 
|  | "xfa/fxfa/parser/xfa_layout_pagemgr_new.h", | 
|  | "xfa/fxfa/parser/xfa_locale.cpp", | 
|  | "xfa/fxfa/parser/xfa_locale.h", | 
|  | "xfa/fxfa/parser/xfa_localemgr.cpp", | 
|  | "xfa/fxfa/parser/xfa_localemgr.h", | 
|  | "xfa/fxfa/parser/xfa_localevalue.cpp", | 
|  | "xfa/fxfa/parser/xfa_localevalue.h", | 
|  | "xfa/fxfa/parser/xfa_object.h", | 
|  | "xfa/fxfa/parser/xfa_objectacc_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_object_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_parser.h", | 
|  | "xfa/fxfa/parser/xfa_parser_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_parser_imp.h", | 
|  | "xfa/fxfa/parser/xfa_script.h", | 
|  | "xfa/fxfa/parser/xfa_script_datawindow.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_datawindow.h", | 
|  | "xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_eventpseudomodel.h", | 
|  | "xfa/fxfa/parser/xfa_script_hostpseudomodel.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_hostpseudomodel.h", | 
|  | "xfa/fxfa/parser/xfa_script_imp.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_imp.h", | 
|  | "xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_layoutpseudomodel.h", | 
|  | "xfa/fxfa/parser/xfa_script_logpseudomodel.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_logpseudomodel.h", | 
|  | "xfa/fxfa/parser/xfa_script_nodehelper.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_nodehelper.h", | 
|  | "xfa/fxfa/parser/xfa_script_resolveprocessor.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_resolveprocessor.h", | 
|  | "xfa/fxfa/parser/xfa_script_signaturepseudomodel.cpp", | 
|  | "xfa/fxfa/parser/xfa_script_signaturepseudomodel.h", | 
|  | "xfa/fxfa/parser/xfa_utils.h", | 
|  | "xfa/fxfa/parser/xfa_utils_imp.cpp", | 
|  | "xfa/fxgraphics/cagg_graphics.cpp", | 
|  | "xfa/fxgraphics/cagg_graphics.h", | 
|  | "xfa/fxgraphics/cfx_color.cpp", | 
|  | "xfa/fxgraphics/cfx_color.h", | 
|  | "xfa/fxgraphics/cfx_graphics.cpp", | 
|  | "xfa/fxgraphics/cfx_path.cpp", | 
|  | "xfa/fxgraphics/cfx_path.h", | 
|  | "xfa/fxgraphics/cfx_path_generator.cpp", | 
|  | "xfa/fxgraphics/cfx_path_generator.h", | 
|  | "xfa/fxgraphics/cfx_pattern.cpp", | 
|  | "xfa/fxgraphics/cfx_pattern.h", | 
|  | "xfa/fxgraphics/cfx_shading.cpp", | 
|  | "xfa/fxgraphics/cfx_shading.h", | 
|  | "xfa/fxgraphics/include/cfx_graphics.h", | 
|  | "xfa/fxjse/include/fxjse.h", | 
|  | ], | 
|  | "conditions": [ | 
|  | ["clang==1" , { | 
|  | }], | 
|  | ["pdf_enable_v8==1", { | 
|  | 'dependencies': [ | 
|  | '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 
|  | ], | 
|  | 'export_dependent_settings': [ | 
|  | '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 
|  | ], | 
|  | 'include_dirs': [ | 
|  | '<(DEPTH)/v8', | 
|  | '<(DEPTH)/v8/include', | 
|  | ], | 
|  | 'sources': [ | 
|  | "xfa/fxjse/cfxjse_arguments.h", | 
|  | "xfa/fxjse/class.cpp", | 
|  | "xfa/fxjse/class.h", | 
|  | "xfa/fxjse/context.cpp", | 
|  | "xfa/fxjse/context.h", | 
|  | "xfa/fxjse/dynprop.cpp", | 
|  | "xfa/fxjse/runtime.cpp", | 
|  | "xfa/fxjse/runtime.h", | 
|  | "xfa/fxjse/scope_inline.h", | 
|  | "xfa/fxjse/util_inline.h", | 
|  | "xfa/fxjse/value.cpp", | 
|  | "xfa/fxjse/value.h" | 
|  | ], | 
|  | }], | 
|  | ["OS == 'win'", { | 
|  | "configurations": { | 
|  | "Debug": { | 
|  | "msvs_configuration_attributes": {}, | 
|  | "msvs_settings": { | 
|  | "VCCLCompilerTool": {}, | 
|  | "VCLibrarianTool": {}, | 
|  | "VCLinkerTool": {}, | 
|  | } | 
|  | }, | 
|  | "Release": { | 
|  | "msvs_configuration_attributes": {}, | 
|  | "msvs_settings": { | 
|  | "VCCLCompilerTool": {}, | 
|  | "VCLibrarianTool": {}, | 
|  | "VCLinkerTool": {}, | 
|  | } | 
|  | } | 
|  | }, | 
|  | "sources": [], | 
|  | }], | 
|  | ["OS == 'mac'", { | 
|  | "configurations": {}, | 
|  | "sources": [], | 
|  | }], | 
|  | ] | 
|  | } | 
|  | ] | 
|  | } |