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

Side by Side Diff: DEPS

Issue 1519353002: Update V8 DEPS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 5 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 | « 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 "git_url": "https://chromium.googlesource.com", 6 "git_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "v8/build/gyp": 10 "v8/build/gyp":
(...skipping 12 matching lines...) Expand all
23 "v8/testing/gmock": 23 "v8/testing/gmock":
24 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 24 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
25 "v8/test/benchmarks/data": 25 "v8/test/benchmarks/data":
26 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f", 26 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f",
27 "v8/test/mozilla/data": 27 "v8/test/mozilla/data":
28 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be", 28 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be",
29 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "c8ef63c728283debc25891123eb00482fee4b8cd", 29 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "c8ef63c728283debc25891123eb00482fee4b8cd",
30 "v8/test/test262/data": 30 "v8/test/test262/data":
31 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "fd44cd73df bce0b515a2474b7cd505d6176a9eb5", 31 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "fd44cd73df bce0b515a2474b7cd505d6176a9eb5",
32 "v8/tools/clang": 32 "v8/tools/clang":
33 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "3a1510ccbc29579860 2abbbffcf61065704e8acb", 33 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "ea0740546b2f5aa7dd 9dd2ff5128b031717adc02",
34 } 34 }
35 35
36 deps_os = { 36 deps_os = {
37 "android": { 37 "android": {
38 "v8/third_party/android_tools": 38 "v8/third_party/android_tools":
39 Var("git_url") + "/android_tools.git" + "@" + "54492f99c84cab0826a8e656efe b33a1b1bf5a04", 39 Var("git_url") + "/android_tools.git" + "@" + "54492f99c84cab0826a8e656efe b33a1b1bf5a04",
40 }, 40 },
41 "win": { 41 "win": {
42 "v8/third_party/cygwin": 42 "v8/third_party/cygwin":
43 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df", 43 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'name': 'clang', 167 'name': 'clang',
168 'pattern': '.', 168 'pattern': '.',
169 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 169 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
170 }, 170 },
171 { 171 {
172 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 172 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
173 "pattern": ".", 173 "pattern": ".",
174 "action": ["python", "v8/build/gyp_v8"], 174 "action": ["python", "v8/build/gyp_v8"],
175 }, 175 },
176 ] 176 ]
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