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

Side by Side Diff: DEPS

Issue 1929323002: [build] Pull "build" from chromium as dependency (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 months 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 | « .gitignore ('k') | build/OWNERS » ('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 "git_url": "https://chromium.googlesource.com", 6 "git_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 # TODO(machenbach): Add this. Need to be committed locally as trybots run 10 "v8/build":
11 # gclient sync on a deps change before applying any other change. 11 Var("git_url") + "/chromium/src/build.git" + "@" + "7181610b0c84e2cd87852a7f 7d30c4e7e4ca32cd",
12 # "v8/build":
13 # Var("git_url") + "/chromium/src/build.git" + "@" + "7181610b0c84e2cd87852a7 f7d30c4e7e4ca32cd",
14 "v8/tools/gyp": 12 "v8/tools/gyp":
15 Var("git_url") + "/external/gyp.git" + "@" + "e24c83726b7294179f479a683eeb35 1568fcc4ee", 13 Var("git_url") + "/external/gyp.git" + "@" + "e24c83726b7294179f479a683eeb35 1568fcc4ee",
16 "v8/third_party/icu": 14 "v8/third_party/icu":
17 Var("git_url") + "/chromium/deps/icu.git" + "@" + "c291cde264469b20ca969ce88 32088acb21e0c48", 15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "c291cde264469b20ca969ce88 32088acb21e0c48",
18 "v8/buildtools": 16 "v8/buildtools":
19 Var("git_url") + "/chromium/buildtools.git" + "@" + "cdbd50759bf2289d2c9d3f1 f7d02239b4b4b1209", 17 Var("git_url") + "/chromium/buildtools.git" + "@" + "cdbd50759bf2289d2c9d3f1 f7d02239b4b4b1209",
20 "v8/base/trace_event/common": 18 "v8/base/trace_event/common":
21 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "c8c866 5c2deaf1cc749d9f8e153256d4f67bf1b8", 19 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "c8c866 5c2deaf1cc749d9f8e153256d4f67bf1b8",
22 "v8/tools/swarming_client": 20 "v8/tools/swarming_client":
23 Var('git_url') + '/external/swarming.client.git' + '@' + "df6e95e7669883c8fe 9ef956c69a544154701a49", 21 Var('git_url') + '/external/swarming.client.git' + '@' + "df6e95e7669883c8fe 9ef956c69a544154701a49",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'name': 'clang', 219 'name': 'clang',
222 'pattern': '.', 220 'pattern': '.',
223 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 221 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
224 }, 222 },
225 { 223 {
226 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 224 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
227 "pattern": ".", 225 "pattern": ".",
228 "action": ["python", "v8/gypfiles/gyp_v8"], 226 "action": ["python", "v8/gypfiles/gyp_v8"],
229 }, 227 },
230 ] 228 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | build/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698