| OLD | NEW |
| 1 use_relative_paths = True | 1 use_relative_paths = True |
| 2 | 2 |
| 3 vars = { | 3 vars = { |
| 4 'chromium_git': 'https://chromium.googlesource.com', | 4 'chromium_git': 'https://chromium.googlesource.com', |
| 5 'pdfium_git': 'https://pdfium.googlesource.com', | 5 'pdfium_git': 'https://pdfium.googlesource.com', |
| 6 | 6 |
| 7 'buildtools_revision': 'c2f259809d5ede3275df5ea0842f0431990c4f98', | 7 'buildtools_revision': 'c2f259809d5ede3275df5ea0842f0431990c4f98', |
| 8 'clang_revision': '9dc1904d214a77f081362c1b848b5f28d2192748', | 8 'clang_revision': '9dc1904d214a77f081362c1b848b5f28d2192748', |
| 9 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', | 9 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', |
| 10 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', | 10 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', |
| 11 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', | 11 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', |
| 12 'icu_revision': 'c291cde264469b20ca969ce8832088acb21e0c48', | 12 'icu_revision': 'c291cde264469b20ca969ce8832088acb21e0c48', |
| 13 'pdfium_tests_revision': '7ef8719fac859e1d23d667d4c3038ae8b38e4d36', | 13 'pdfium_tests_revision': '7ef8719fac859e1d23d667d4c3038ae8b38e4d36', |
| 14 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257', | 14 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257', |
| 15 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', | 15 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', |
| 16 'v8_revision': '47bcec782b752ba411bd8bba6e390d1cc1c3226e', | 16 'v8_revision': '47bcec782b752ba411bd8bba6e390d1cc1c3226e', |
| 17 | 17 |
| 18 } | 18 } |
| 19 | 19 |
| 20 deps = { | 20 deps = { |
| 21 "build/gyp": | 21 "build_gyp/gyp": |
| 22 Var('chromium_git') + "/external/gyp", | 22 Var('chromium_git') + "/external/gyp", |
| 23 | 23 |
| 24 "buildtools": | 24 "buildtools": |
| 25 Var('chromium_git') + "/chromium/buildtools.git@" + Var('buildtools_revision
'), | 25 Var('chromium_git') + "/chromium/buildtools.git@" + Var('buildtools_revision
'), |
| 26 | 26 |
| 27 "testing/corpus": | 27 "testing/corpus": |
| 28 Var('pdfium_git') + "/pdfium_tests@" + Var('pdfium_tests_revision'), | 28 Var('pdfium_git') + "/pdfium_tests@" + Var('pdfium_tests_revision'), |
| 29 | 29 |
| 30 "testing/gmock": | 30 "testing/gmock": |
| 31 Var('chromium_git') + "/external/googlemock.git@" + Var('gmock_revision'), | 31 Var('chromium_git') + "/external/googlemock.git@" + Var('gmock_revision'), |
| (...skipping 29 matching lines...) Expand all Loading... |
| 61 # Note: public is not here because core cannot depend on public. | 61 # Note: public is not here because core cannot depend on public. |
| 62 '+testing', | 62 '+testing', |
| 63 '+third_party/base', | 63 '+third_party/base', |
| 64 ] | 64 ] |
| 65 | 65 |
| 66 hooks = [ | 66 hooks = [ |
| 67 { | 67 { |
| 68 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 68 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 69 'name': 'gyp', | 69 'name': 'gyp', |
| 70 'pattern': '.', | 70 'pattern': '.', |
| 71 'action': ['python', 'pdfium/build/gyp_pdfium'], | 71 'action': ['python', 'pdfium/build_gyp/gyp_pdfium'], |
| 72 }, | 72 }, |
| 73 # Pull GN binaries. This needs to be before running GYP below. | 73 # Pull GN binaries. This needs to be before running GYP below. |
| 74 { | 74 { |
| 75 'name': 'gn_win', | 75 'name': 'gn_win', |
| 76 'pattern': '.', | 76 'pattern': '.', |
| 77 'action': [ 'download_from_google_storage', | 77 'action': [ 'download_from_google_storage', |
| 78 '--no_resume', | 78 '--no_resume', |
| 79 '--platform=win32', | 79 '--platform=win32', |
| 80 '--no_auth', | 80 '--no_auth', |
| 81 '--bucket', 'chromium-gn', | 81 '--bucket', 'chromium-gn', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', | 138 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', |
| 139 ], | 139 ], |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 # Pull clang if needed or requested via GYP_DEFINES. | 142 # Pull clang if needed or requested via GYP_DEFINES. |
| 143 'name': 'clang', | 143 'name': 'clang', |
| 144 'pattern': '.', | 144 'pattern': '.', |
| 145 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], | 145 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], |
| 146 }, | 146 }, |
| 147 ] | 147 ] |
| OLD | NEW |