Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Side by Side Diff: DEPS

Issue 2532043002: [build] Roll build a3b623a:11a223f (Closed)
Patch Set: Roll to 11a223f35ffd36274037647b239e7cc3cd7e7e3b Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .gn ('k') | build_overrides/build.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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" + "@" + "a3b623a6eff6dc9d58a 03251ae22bccf92f67cb2", 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "11a223f35ffd3627403 7647b239e7cc3cd7e7e3b",
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" + "@" + "c1a237113f525a1561d4 b322d7653e1083f79aaa", 15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "c1a237113f525a1561d4 b322d7653e1083f79aaa",
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" + "@" + "39b1db2ab4aa4b2cca a263c29bdf63e7c1ee28aa", 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "39b1db2ab4aa4b2cca a263c29bdf63e7c1ee28aa",
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",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'name': 'clang', 289 'name': 'clang',
290 'pattern': '.', 290 'pattern': '.',
291 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 291 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
292 }, 292 },
293 { 293 {
294 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 294 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
295 "pattern": ".", 295 "pattern": ".",
296 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 296 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
297 }, 297 },
298 ] 298 ]
OLDNEW
« no previous file with comments | « .gn ('k') | build_overrides/build.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698