| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
| 4 'conditions': [ | 4 'conditions': [ |
| 5 ['OS=="linux"', { | 5 ['OS=="linux"', { |
| 6 'bundle_freetype%': 0, | 6 'bundle_freetype%': 0, |
| 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 8 # few methods are used from it. | 8 # few methods are used from it. |
| 9 'bundle_freetype%': 1, | 9 'bundle_freetype%': 1, |
| 10 }], | 10 }], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 'msvs_disabled_warnings': [ | 38 'msvs_disabled_warnings': [ |
| 39 4005, 4018, 4146, 4333, 4345, 4267 | 39 4005, 4018, 4146, 4333, 4345, 4267 |
| 40 ], | 40 ], |
| 41 }, | 41 }, |
| 42 'targets': [ | 42 'targets': [ |
| 43 { | 43 { |
| 44 'target_name': 'pdfium', | 44 'target_name': 'pdfium', |
| 45 'type': 'static_library', | 45 'type': 'static_library', |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 'third_party/third_party.gyp:bigint', | 47 'third_party/third_party.gyp:bigint', |
| 48 'third_party/third_party.gyp:safemath', | 48 'third_party/third_party.gyp:pdfium_base', |
| 49 'fdrm', | 49 'fdrm', |
| 50 'fpdfdoc', | 50 'fpdfdoc', |
| 51 'fpdfapi', | 51 'fpdfapi', |
| 52 'fpdftext', | 52 'fpdftext', |
| 53 'formfiller', | 53 'formfiller', |
| 54 'fxcodec', | 54 'fxcodec', |
| 55 'fxcrt', | 55 'fxcrt', |
| 56 'fxedit', | 56 'fxedit', |
| 57 'fxge', | 57 'fxge', |
| 58 'javascript', | 58 'javascript', |
| (...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 942 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 942 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 943 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 943 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 944 'testing/embedder_test.cpp', | 944 'testing/embedder_test.cpp', |
| 945 'testing/embedder_test.h', | 945 'testing/embedder_test.h', |
| 946 'testing/fx_string_testhelpers.cpp', | 946 'testing/fx_string_testhelpers.cpp', |
| 947 'testing/fx_string_testhelpers.h', | 947 'testing/fx_string_testhelpers.h', |
| 948 ], | 948 ], |
| 949 }, | 949 }, |
| 950 ], | 950 ], |
| 951 } | 951 } |
| OLD | NEW |