| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
| 4 }, | 4 }, |
| 5 'target_defaults': { | 5 'target_defaults': { |
| 6 'defines' : [ | 6 'defines' : [ |
| 7 'FOXIT_CHROME_BUILD', | 7 'FOXIT_CHROME_BUILD', |
| 8 '_FXFT_VERSION_=2501', | 8 '_FXFT_VERSION_=2501', |
| 9 '_FPDFSDK_LIB', | 9 '_FPDFSDK_LIB', |
| 10 '_NO_GDIPLUS_', # workaround text rendering issues on Windows | 10 '_NO_GDIPLUS_', # workaround text rendering issues on Windows |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'msvs_disabled_warnings': [ | 29 'msvs_disabled_warnings': [ |
| 30 4005, 4018, 4146, 4333, 4345, 4267 | 30 4005, 4018, 4146, 4333, 4345, 4267 |
| 31 ], | 31 ], |
| 32 }, | 32 }, |
| 33 'targets': [ | 33 'targets': [ |
| 34 { | 34 { |
| 35 'target_name': 'pdfium', | 35 'target_name': 'pdfium', |
| 36 'type': 'static_library', | 36 'type': 'static_library', |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 'safemath', | 38 'safemath', |
| 39 'bigint', |
| 39 'fdrm', | 40 'fdrm', |
| 40 'fpdfdoc', | 41 'fpdfdoc', |
| 41 'fpdfapi', | 42 'fpdfapi', |
| 42 'fpdftext', | 43 'fpdftext', |
| 43 'formfiller', | 44 'formfiller', |
| 44 'fxcodec', | 45 'fxcodec', |
| 45 'fxcrt', | 46 'fxcrt', |
| 46 'fxedit', | 47 'fxedit', |
| 47 'fxge', | 48 'fxge', |
| 48 'javascript', | 49 'javascript', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'third_party/logging.h', | 131 'third_party/logging.h', |
| 131 'third_party/macros.h', | 132 'third_party/macros.h', |
| 132 'third_party/template_util.h', | 133 'third_party/template_util.h', |
| 133 'third_party/numerics/safe_conversions.h', | 134 'third_party/numerics/safe_conversions.h', |
| 134 'third_party/numerics/safe_conversions_impl.h', | 135 'third_party/numerics/safe_conversions_impl.h', |
| 135 'third_party/numerics/safe_math.h', | 136 'third_party/numerics/safe_math.h', |
| 136 'third_party/numerics/safe_math_impl.h', | 137 'third_party/numerics/safe_math_impl.h', |
| 137 ], | 138 ], |
| 138 }, | 139 }, |
| 139 { | 140 { |
| 141 'target_name': 'bigint', |
| 142 'type': 'static_library', |
| 143 'sources': [ |
| 144 'third_party/bigint/BigInteger.hh', |
| 145 'third_party/bigint/BigIntegerLibrary.hh', |
| 146 'third_party/bigint/BigIntegerUtils.hh', |
| 147 'third_party/bigint/BigUnsigned.hh', |
| 148 'third_party/bigint/NumberlikeArray.hh', |
| 149 'third_party/bigint/BigUnsignedInABase.hh', |
| 150 'third_party/bigint/BigInteger.cc', |
| 151 'third_party/bigint/BigIntegerUtils.cc', |
| 152 'third_party/bigint/BigUnsigned.cc', |
| 153 'third_party/bigint/BigUnsignedInABase.cc', |
| 154 ], |
| 155 }, |
| 156 { |
| 140 'target_name': 'fdrm', | 157 'target_name': 'fdrm', |
| 141 'type': 'static_library', | 158 'type': 'static_library', |
| 142 'ldflags': [ '-L<(PRODUCT_DIR)',], | 159 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 143 'sources': [ | 160 'sources': [ |
| 144 'core/include/fdrm/fx_crypt.h', | 161 'core/include/fdrm/fx_crypt.h', |
| 145 'core/src/fdrm/crypto/fx_crypt.cpp', | 162 'core/src/fdrm/crypto/fx_crypt.cpp', |
| 146 'core/src/fdrm/crypto/fx_crypt_aes.cpp', | 163 'core/src/fdrm/crypto/fx_crypt_aes.cpp', |
| 147 'core/src/fdrm/crypto/fx_crypt_sha.cpp', | 164 'core/src/fdrm/crypto/fx_crypt_sha.cpp', |
| 148 ], | 165 ], |
| 149 }, | 166 }, |
| (...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', | 853 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', |
| 837 'fpdfsdk/src/formfiller/FFL_Notify.cpp', | 854 'fpdfsdk/src/formfiller/FFL_Notify.cpp', |
| 838 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', | 855 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', |
| 839 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', | 856 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', |
| 840 'fpdfsdk/src/formfiller/FFL_TextField.cpp', | 857 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |
| 841 'fpdfsdk/src/formfiller/FFL_Utils.cpp', | 858 'fpdfsdk/src/formfiller/FFL_Utils.cpp', |
| 842 ], | 859 ], |
| 843 }, | 860 }, |
| 844 ], | 861 ], |
| 845 } | 862 } |
| OLD | NEW |