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

Side by Side Diff: DEPS

Issue 2379743002: [build] Roll buildtools 86f7e41d94..5fd66957f0 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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" + "@" + "5e4ffb5c8928fe5afac d1b1b0f2bb732cdc0d77c", 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "5e4ffb5c8928fe5afac d1b1b0f2bb732cdc0d77c",
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" + "@" + "5fd66957f08bb752dc a714a591c84587c9d70762",
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",
22 "v8/third_party/WebKit/Source/platform/inspector_protocol": 22 "v8/third_party/WebKit/Source/platform/inspector_protocol":
23 Var("chromium_url") + "/chromium/src/third_party/WebKit/Source/platform/insp ector_protocol.git" + "@" + "5258fd5cfb62ec917c9258ce9089c62e17aee5dc", 23 Var("chromium_url") + "/chromium/src/third_party/WebKit/Source/platform/insp ector_protocol.git" + "@" + "5258fd5cfb62ec917c9258ce9089c62e17aee5dc",
24 "v8/third_party/jinja2": 24 "v8/third_party/jinja2":
25 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "b61a2c 009a579593a259c1b300e0ad02bf48fd78", 25 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "b61a2c 009a579593a259c1b300e0ad02bf48fd78",
26 "v8/third_party/markupsafe": 26 "v8/third_party/markupsafe":
27 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "48 4a5661041cac13bfc688a26ec5434b05d18961", 27 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "48 4a5661041cac13bfc688a26ec5434b05d18961",
28 "v8/tools/swarming_client": 28 "v8/tools/swarming_client":
29 Var('chromium_url') + '/external/swarming.client.git' + '@' + "380e32662312e b107f06fcba6409b0409f8fef72", 29 Var('chromium_url') + '/external/swarming.client.git' + '@' + "380e32662312e b107f06fcba6409b0409f8fef72",
(...skipping 18 matching lines...) Expand all
48 "android": { 48 "android": {
49 "v8/third_party/android_tools": 49 "v8/third_party/android_tools":
50 Var("chromium_url") + "/android_tools.git" + "@" + "25d57ead05d3dfef26e9c1 9b13ed10b0a69829cf", 50 Var("chromium_url") + "/android_tools.git" + "@" + "25d57ead05d3dfef26e9c1 9b13ed10b0a69829cf",
51 }, 51 },
52 "win": { 52 "win": {
53 "v8/third_party/cygwin": 53 "v8/third_party/cygwin":
54 Var("chromium_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697f adf3a10ff1007a97c0b7de6df", 54 Var("chromium_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697f adf3a10ff1007a97c0b7de6df",
55 } 55 }
56 } 56 }
57 57
58 recursedeps = [ 'v8/third_party/android_tools' ] 58 recursedeps = [
59 "v8/buildtools",
60 "v8/third_party/android_tools",
61 ]
59 62
60 include_rules = [ 63 include_rules = [
61 # Everybody can use some things. 64 # Everybody can use some things.
62 "+include", 65 "+include",
63 "+unicode", 66 "+unicode",
64 "+third_party/fdlibm", 67 "+third_party/fdlibm",
65 ] 68 ]
66 69
67 # checkdeps.py shouldn't check for includes in these directories: 70 # checkdeps.py shouldn't check for includes in these directories:
68 skip_child_includes = [ 71 skip_child_includes = [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'name': 'clang', 289 'name': 'clang',
287 'pattern': '.', 290 'pattern': '.',
288 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 291 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
289 }, 292 },
290 { 293 {
291 # 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.
292 "pattern": ".", 295 "pattern": ".",
293 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 296 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
294 }, 297 },
295 ] 298 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698