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 'android_ndk_revision': '5022f40f12953c02b2614c5f7beb981ec5d0e833', | 7 'android_ndk_revision': '5022f40f12953c02b2614c5f7beb981ec5d0e833', |
8 'build_revision': '76d9f8b4fcae07fb82f28295468cf92bade935bd', | 8 'build_revision': '76d9f8b4fcae07fb82f28295468cf92bade935bd', |
9 'buildtools_revision': 'db6179b29f90d28026b0cb23ef71d56ec31b8bd6', | 9 'buildtools_revision': 'db6179b29f90d28026b0cb23ef71d56ec31b8bd6', |
10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', | 10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', |
11 'clang_revision': '797371be0a75c9892d6acb486d0430915ea538a6', | 11 'clang_revision': '797371be0a75c9892d6acb486d0430915ea538a6', |
12 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', | 12 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', |
13 'gen_library_loader_revision': '916d4acd8b2cde67a390737dfba90b3c37de23a1', | 13 'gen_library_loader_revision': '916d4acd8b2cde67a390737dfba90b3c37de23a1', |
14 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', | 14 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', |
15 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', | 15 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', |
16 'icu_revision': '2341038bf72869a5683a893a2b319a48ffec7f62', | 16 'icu_revision': '2341038bf72869a5683a893a2b319a48ffec7f62', |
17 'pdfium_tests_revision': '5867fa68fa3e00016d3e31374e84eb01a3db6ac7', | 17 'pdfium_tests_revision': '5867fa68fa3e00016d3e31374e84eb01a3db6ac7', |
18 'skia_revision': '3bf7509c3f68aefbe5f8b2ea5888319a71a91d2d', | 18 'skia_revision': '3bf7509c3f68aefbe5f8b2ea5888319a71a91d2d', |
19 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', | 19 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', |
20 'trace_event_revision': '54b8455be9505c2cb0cf5c26bb86739c236471aa', | 20 'trace_event_revision': '54b8455be9505c2cb0cf5c26bb86739c236471aa', |
21 'v8_revision': '75f10f91b1b0b392d2a29a7a480bf079db6f43fa', | 21 'v8_revision': '75f10f91b1b0b392d2a29a7a480bf079db6f43fa', |
22 } | 22 } |
23 | 23 |
24 deps = { | 24 deps = { |
| 25 "base/trace_event/common": |
| 26 Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" + |
| 27 Var('trace_event_revision'), |
| 28 |
25 "build": | 29 "build": |
26 Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'), | 30 Var('chromium_git') + "/chromium/src/build.git@" + Var('build_revision'), |
27 | 31 |
28 "buildtools": | 32 "buildtools": |
29 Var('chromium_git') + "/chromium/buildtools.git@" + Var('buildtools_revision
'), | 33 Var('chromium_git') + "/chromium/buildtools.git@" + Var('buildtools_revision
'), |
30 | 34 |
31 "testing/corpus": | 35 "testing/corpus": |
32 Var('pdfium_git') + "/pdfium_tests@" + Var('pdfium_tests_revision'), | 36 Var('pdfium_git') + "/pdfium_tests@" + Var('pdfium_tests_revision'), |
33 | 37 |
34 "testing/gmock": | 38 "testing/gmock": |
(...skipping 18 matching lines...) Expand all Loading... |
53 # TODO(GYP): Remove this when no tools rely on GYP anymore. | 57 # TODO(GYP): Remove this when no tools rely on GYP anymore. |
54 "tools/gyp": | 58 "tools/gyp": |
55 Var('chromium_git') + '/external/gyp.git' + '@' + 'c61b0b35c8396bfd59efc6cfc
11401d912b0f510', | 59 Var('chromium_git') + '/external/gyp.git' + '@' + 'c61b0b35c8396bfd59efc6cfc
11401d912b0f510', |
56 | 60 |
57 "tools/memory": | 61 "tools/memory": |
58 Var('chromium_git') + "/chromium/src/tools/memory@" + | 62 Var('chromium_git') + "/chromium/src/tools/memory@" + |
59 Var('tools_memory_revision'), | 63 Var('tools_memory_revision'), |
60 | 64 |
61 "v8": | 65 "v8": |
62 Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'), | 66 Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'), |
63 | |
64 "v8/base/trace_event/common": | |
65 Var('chromium_git') + "/chromium/src/base/trace_event/common.git@" + | |
66 Var('trace_event_revision'), | |
67 } | 67 } |
68 | 68 |
69 deps_os = { | 69 deps_os = { |
70 "android": { | 70 "android": { |
71 "third_party/android_ndk": | 71 "third_party/android_ndk": |
72 Var('chromium_git') + "/android_ndk.git@" + Var('android_ndk_revision'), | 72 Var('chromium_git') + "/android_ndk.git@" + Var('android_ndk_revision'), |
73 "third_party/catapult": | 73 "third_party/catapult": |
74 Var('chromium_git') + "/external/github.com/catapult-project/catapult.git@
" + Var('catapult_revision'), | 74 Var('chromium_git') + "/external/github.com/catapult-project/catapult.git@
" + Var('catapult_revision'), |
75 }, | 75 }, |
76 "win": { | 76 "win": { |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 '--if-needed' | 182 '--if-needed' |
183 ], | 183 ], |
184 }, | 184 }, |
185 { | 185 { |
186 # Update the Windows toolchain if necessary. | 186 # Update the Windows toolchain if necessary. |
187 'name': 'win_toolchain', | 187 'name': 'win_toolchain', |
188 'pattern': '.', | 188 'pattern': '.', |
189 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], | 189 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], |
190 }, | 190 }, |
191 ] | 191 ] |
OLD | NEW |