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" + "@" + "7ec7ad1a5dba8b99644
0e3bcbd05983cbd41ef3b", | 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "43f8b7b4f8fa2290a3c
e9f82544514a8d961e2c3", |
12 "v8/tools/gyp": | 12 "v8/tools/gyp": |
13 Var("chromium_url") + "/external/gyp.git" + "@" + "702ac58e477214c635d9b5419
32e75a95d349352", | 13 Var("chromium_url") + "/external/gyp.git" + "@" + "702ac58e477214c635d9b5419
32e75a95d349352", |
14 "v8/third_party/icu": | 14 "v8/third_party/icu": |
15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "b0bd3ee50bc2e768d7a1
7cbc60d87f517f024dbe", | 15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "b0bd3ee50bc2e768d7a1
7cbc60d87f517f024dbe", |
16 "v8/third_party/instrumented_libraries": | 16 "v8/third_party/instrumented_libraries": |
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git"
+ "@" + "45f5814b1543e41ea0be54c771e3840ea52cca4a", | 17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git"
+ "@" + "45f5814b1543e41ea0be54c771e3840ea52cca4a", |
18 "v8/buildtools": | 18 "v8/buildtools": |
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "86f7e41d9424b9d8fa
f66c601b129855217f9a08", | 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "86f7e41d9424b9d8fa
f66c601b129855217f9a08", |
20 "v8/base/trace_event/common": | 20 "v8/base/trace_event/common": |
21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "6
232c13e4edb36c84c61653fdae5a4afb5af9745", | 21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "6
232c13e4edb36c84c61653fdae5a4afb5af9745", |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'name': 'clang', | 286 'name': 'clang', |
287 'pattern': '.', | 287 'pattern': '.', |
288 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], | 288 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], |
289 }, | 289 }, |
290 { | 290 { |
291 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 291 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
292 "pattern": ".", | 292 "pattern": ".", |
293 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], | 293 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], |
294 }, | 294 }, |
295 ] | 295 ] |
OLD | NEW |