OLD | NEW |
1 # Note: The buildbots evaluate this file with CWD set to the parent | 1 # Note: The buildbots evaluate this file with CWD set to the parent |
2 # directory and assume that the root of the checkout is in ./v8/, so | 2 # directory and assume that the root of the checkout is in ./v8/, so |
3 # all paths in here must match this assumption. | 3 # all paths in here must match this assumption. |
4 | 4 |
5 vars = { | 5 vars = { |
6 "chromium_url": "https://chromium.googlesource.com", | 6 "chromium_url": "https://chromium.googlesource.com", |
7 } | 7 } |
8 | 8 |
9 deps = { | 9 deps = { |
10 "v8/build": | 10 "v8/build": |
11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "96aa45c609f022a0634
f5b308cb215d662e69e2a", | 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "96aa45c609f022a0634
f5b308cb215d662e69e2a", |
12 "v8/tools/gyp": | 12 "v8/tools/gyp": |
13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872
8ff219637458563", | 13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872
8ff219637458563", |
14 "v8/third_party/icu": | 14 "v8/third_party/icu": |
15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "450be73c9ee8ae29d43d
4fdc82febb2a5f62bfb5", | 15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "450be73c9ee8ae29d43d
4fdc82febb2a5f62bfb5", |
16 "v8/third_party/instrumented_libraries": | 16 "v8/third_party/instrumented_libraries": |
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git"
+ "@" + "48dcb2c2397ce4fbb49f9461638a32ccf2c84ce5", | 17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git"
+ "@" + "61065eb0db191f46bdea202e833f5cd1f1ecedcd", |
18 "v8/buildtools": | 18 "v8/buildtools": |
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "e6b510a9daf822bbe9
f922c200c58150803d2fd8", | 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "e6b510a9daf822bbe9
f922c200c58150803d2fd8", |
20 "v8/base/trace_event/common": | 20 "v8/base/trace_event/common": |
21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0
6294c8a4a6f744ef284cd63cfe54dbf61eea290", | 21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0
6294c8a4a6f744ef284cd63cfe54dbf61eea290", |
22 "v8/third_party/jinja2": | 22 "v8/third_party/jinja2": |
23 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383
206fa42d52faa10bb9931d6d538f3a57e0", | 23 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383
206fa42d52faa10bb9931d6d538f3a57e0", |
24 "v8/third_party/markupsafe": | 24 "v8/third_party/markupsafe": |
25 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f
45f5cfa0009d2a70589bcda0349b8cb2b72783", | 25 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f
45f5cfa0009d2a70589bcda0349b8cb2b72783", |
26 "v8/tools/swarming_client": | 26 "v8/tools/swarming_client": |
27 Var('chromium_url') + '/external/swarming.client.git' + '@' + "11e31afa5d330
756ff87aa12064bb5d032896cb5", | 27 Var('chromium_url') + '/external/swarming.client.git' + '@' + "11e31afa5d330
756ff87aa12064bb5d032896cb5", |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 # change. | 244 # change. |
245 'name': 'sysroot', | 245 'name': 'sysroot', |
246 'pattern': '.', | 246 'pattern': '.', |
247 'action': [ | 247 'action': [ |
248 'python', | 248 'python', |
249 'v8/build/linux/sysroot_scripts/install-sysroot.py', | 249 'v8/build/linux/sysroot_scripts/install-sysroot.py', |
250 '--running-as-hook', | 250 '--running-as-hook', |
251 ], | 251 ], |
252 }, | 252 }, |
253 { | 253 { |
254 # Pull sanitizer-instrumented third-party libraries if requested via | |
255 # GYP_DEFINES. | |
256 'name': 'instrumented_libraries', | |
257 'pattern': '\\.sha1', | |
258 'action': [ | |
259 'python', | |
260 'v8/third_party/instrumented_libraries/scripts/download_binaries.py', | |
261 ], | |
262 }, | |
263 { | |
264 # Update the Windows toolchain if necessary. | 254 # Update the Windows toolchain if necessary. |
265 'name': 'win_toolchain', | 255 'name': 'win_toolchain', |
266 'pattern': '.', | 256 'pattern': '.', |
267 'action': ['python', 'v8/build/vs_toolchain.py', 'update'], | 257 'action': ['python', 'v8/build/vs_toolchain.py', 'update'], |
268 }, | 258 }, |
269 # Pull binutils for linux, enabled debug fission for faster linking / | 259 # Pull binutils for linux, enabled debug fission for faster linking / |
270 # debugging when used with clang on Ubuntu Precise. | 260 # debugging when used with clang on Ubuntu Precise. |
271 # https://code.google.com/p/chromium/issues/detail?id=352046 | 261 # https://code.google.com/p/chromium/issues/detail?id=352046 |
272 { | 262 { |
273 'name': 'binutils', | 263 'name': 'binutils', |
(...skipping 16 matching lines...) Expand all Loading... |
290 'name': 'clang', | 280 'name': 'clang', |
291 'pattern': '.', | 281 'pattern': '.', |
292 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], | 282 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], |
293 }, | 283 }, |
294 { | 284 { |
295 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 285 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
296 "pattern": ".", | 286 "pattern": ".", |
297 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], | 287 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], |
298 }, | 288 }, |
299 ] | 289 ] |
OLD | NEW |