| 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 'core/src/fxcodec/libjpeg/jerror.h', | 480 'core/src/fxcodec/libjpeg/jerror.h', |
| 481 'core/src/fxcodec/libjpeg/jinclude.h', | 481 'core/src/fxcodec/libjpeg/jinclude.h', |
| 482 'core/src/fxcodec/libjpeg/jmemsys.h', | 482 'core/src/fxcodec/libjpeg/jmemsys.h', |
| 483 'core/src/fxcodec/libjpeg/jmorecfg.h', | 483 'core/src/fxcodec/libjpeg/jmorecfg.h', |
| 484 'core/src/fxcodec/libjpeg/jpegint.h', | 484 'core/src/fxcodec/libjpeg/jpegint.h', |
| 485 'core/src/fxcodec/libjpeg/jpeglib.h', | 485 'core/src/fxcodec/libjpeg/jpeglib.h', |
| 486 'core/src/fxcodec/libjpeg/jversion.h', | 486 'core/src/fxcodec/libjpeg/jversion.h', |
| 487 'core/src/fxcodec/libjpeg/makefile', | 487 'core/src/fxcodec/libjpeg/makefile', |
| 488 'core/src/fxcodec/libjpeg/transupp.h', | 488 'core/src/fxcodec/libjpeg/transupp.h', |
| 489 ], | 489 ], |
| 490 'conditions': [ |
| 491 ['os_posix==1', { |
| 492 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int |
| 493 # conversion to check that an address is 16-bit aligned (benign). |
| 494 'cflags_c': [ '-Wno-pointer-to-int-cast' ], |
| 495 }], |
| 496 ], |
| 490 }, | 497 }, |
| 491 { | 498 { |
| 492 'target_name': 'fxcrt', | 499 'target_name': 'fxcrt', |
| 493 'type': 'static_library', | 500 'type': 'static_library', |
| 494 'ldflags': [ '-L<(PRODUCT_DIR)',], | 501 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 495 'sources': [ | 502 'sources': [ |
| 496 'core/include/fxcrt/fx_arb.h', | 503 'core/include/fxcrt/fx_arb.h', |
| 497 'core/include/fxcrt/fx_basic.h', | 504 'core/include/fxcrt/fx_basic.h', |
| 498 'core/include/fxcrt/fx_coordinates.h', | 505 'core/include/fxcrt/fx_coordinates.h', |
| 499 'core/include/fxcrt/fx_ext.h', | 506 'core/include/fxcrt/fx_ext.h', |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', | 842 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', |
| 836 'fpdfsdk/src/formfiller/FFL_Notify.cpp', | 843 'fpdfsdk/src/formfiller/FFL_Notify.cpp', |
| 837 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', | 844 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', |
| 838 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', | 845 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', |
| 839 'fpdfsdk/src/formfiller/FFL_TextField.cpp', | 846 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |
| 840 'fpdfsdk/src/formfiller/FFL_Utils.cpp', | 847 'fpdfsdk/src/formfiller/FFL_Utils.cpp', |
| 841 ], | 848 ], |
| 842 }, | 849 }, |
| 843 ], | 850 ], |
| 844 } | 851 } |
| OLD | NEW |