| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'win_third_party_warn_as_error': 'false', | 3 'win_third_party_warn_as_error': 'false', |
| 4 'pdf_use_skia%': 0, | 4 'pdf_use_skia%': 0, |
| 5 }, | 5 }, |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'defines' : [ | 7 'defines' : [ |
| 8 'FOXIT_CHROME_BUILD', | 8 'FOXIT_CHROME_BUILD', |
| 9 '_FXFT_VERSION_=2501', | 9 '_FXFT_VERSION_=2501', |
| 10 '_FPDFSDK_LIB', | 10 '_FPDFSDK_LIB', |
| (...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 'core/src/fxcrt/fx_arabic.cpp', | 534 'core/src/fxcrt/fx_arabic.cpp', |
| 535 'core/src/fxcrt/fx_arabic.h', | 535 'core/src/fxcrt/fx_arabic.h', |
| 536 'core/src/fxcrt/fx_basic_array.cpp', | 536 'core/src/fxcrt/fx_basic_array.cpp', |
| 537 'core/src/fxcrt/fx_basic_bstring.cpp', | 537 'core/src/fxcrt/fx_basic_bstring.cpp', |
| 538 'core/src/fxcrt/fx_basic_buffer.cpp', | 538 'core/src/fxcrt/fx_basic_buffer.cpp', |
| 539 'core/src/fxcrt/fx_basic_coords.cpp', | 539 'core/src/fxcrt/fx_basic_coords.cpp', |
| 540 'core/src/fxcrt/fx_basic_gcc.cpp', | 540 'core/src/fxcrt/fx_basic_gcc.cpp', |
| 541 'core/src/fxcrt/fx_basic_list.cpp', | 541 'core/src/fxcrt/fx_basic_list.cpp', |
| 542 'core/src/fxcrt/fx_basic_maps.cpp', | 542 'core/src/fxcrt/fx_basic_maps.cpp', |
| 543 'core/src/fxcrt/fx_basic_memmgr.cpp', | 543 'core/src/fxcrt/fx_basic_memmgr.cpp', |
| 544 'core/src/fxcrt/fx_basic_memmgr_mini.cpp', | |
| 545 'core/src/fxcrt/fx_basic_plex.cpp', | 544 'core/src/fxcrt/fx_basic_plex.cpp', |
| 546 'core/src/fxcrt/fx_basic_utf.cpp', | 545 'core/src/fxcrt/fx_basic_utf.cpp', |
| 547 'core/src/fxcrt/fx_basic_util.cpp', | 546 'core/src/fxcrt/fx_basic_util.cpp', |
| 548 'core/src/fxcrt/fx_basic_wstring.cpp', | 547 'core/src/fxcrt/fx_basic_wstring.cpp', |
| 549 'core/src/fxcrt/fx_extension.cpp', | 548 'core/src/fxcrt/fx_extension.cpp', |
| 550 'core/src/fxcrt/fx_ucddata.cpp', | 549 'core/src/fxcrt/fx_ucddata.cpp', |
| 551 'core/src/fxcrt/fx_unicode.cpp', | 550 'core/src/fxcrt/fx_unicode.cpp', |
| 552 'core/src/fxcrt/fx_xml_composer.cpp', | 551 'core/src/fxcrt/fx_xml_composer.cpp', |
| 553 'core/src/fxcrt/fx_xml_parser.cpp', | 552 'core/src/fxcrt/fx_xml_parser.cpp', |
| 554 'core/src/fxcrt/mem_int.h', | |
| 555 'core/src/fxcrt/plex.h', | 553 'core/src/fxcrt/plex.h', |
| 556 'core/src/fxcrt/xml_int.h', | 554 'core/src/fxcrt/xml_int.h', |
| 557 ], | 555 ], |
| 558 }, | 556 }, |
| 559 { | 557 { |
| 560 'target_name': 'fxge', | 558 'target_name': 'fxge', |
| 561 'type': 'static_library', | 559 'type': 'static_library', |
| 562 'ldflags': [ '-L<(PRODUCT_DIR)',], | 560 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 563 'sources': [ | 561 'sources': [ |
| 564 'core/include/fxge/fpf.h', | 562 'core/include/fxge/fpf.h', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', | 854 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', |
| 857 'fpdfsdk/src/formfiller/FFL_Notify.cpp', | 855 'fpdfsdk/src/formfiller/FFL_Notify.cpp', |
| 858 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', | 856 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', |
| 859 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', | 857 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', |
| 860 'fpdfsdk/src/formfiller/FFL_TextField.cpp', | 858 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |
| 861 'fpdfsdk/src/formfiller/FFL_Utils.cpp', | 859 'fpdfsdk/src/formfiller/FFL_Utils.cpp', |
| 862 ], | 860 ], |
| 863 }, | 861 }, |
| 864 ], | 862 ], |
| 865 } | 863 } |
| OLD | NEW |