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" + "@" + "957a0ba4d6375e502c0
4e8099bec7ef8e11d0efe", | 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "957a0ba4d6375e502c0
4e8099bec7ef8e11d0efe", |
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" + "@" + "4960d136ae73a60b41cc
fbfa02440d2068b80280", |
16 "v8/third_party/instrumented_libraries": | 16 "v8/third_party/instrumented_libraries": |
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git"
+ "@" + "62275386c19e927797e8ae6b0c6e57a76c9c6f3c", | 17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git"
+ "@" + "62275386c19e927797e8ae6b0c6e57a76c9c6f3c", |
18 "v8/buildtools": | 18 "v8/buildtools": |
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "b3771b1935ea74c388
b6fb1750e83f5d83b39dec", | 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "b3771b1935ea74c388
b6fb1750e83f5d83b39dec", |
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", |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 'name': 'clang', | 290 'name': 'clang', |
291 'pattern': '.', | 291 'pattern': '.', |
292 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], | 292 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], |
293 }, | 293 }, |
294 { | 294 { |
295 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 295 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
296 "pattern": ".", | 296 "pattern": ".", |
297 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], | 297 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], |
298 }, | 298 }, |
299 ] | 299 ] |
OLD | NEW |