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

Side by Side Diff: DEPS

Issue 1931653003: test262 roll (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: await-module passes 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 | « no previous file | test/test262/test262.isolate » ('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 "v8/build": 10 "v8/build":
(...skipping 11 matching lines...) Expand all
22 "v8/testing/gtest": 22 "v8/testing/gtest":
23 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87", 23 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87",
24 "v8/testing/gmock": 24 "v8/testing/gmock":
25 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 25 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
26 "v8/test/benchmarks/data": 26 "v8/test/benchmarks/data":
27 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f", 27 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f",
28 "v8/test/mozilla/data": 28 "v8/test/mozilla/data":
29 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be", 29 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be",
30 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "c8ef63c728283debc25891123eb00482fee4b8cd", 30 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "c8ef63c728283debc25891123eb00482fee4b8cd",
31 "v8/test/test262/data": 31 "v8/test/test262/data":
32 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "57d3e2216f a86ad63b6c0a54914ba9dcbff96003", 32 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "9c45e2ac68 4bae64614d8eb55789cae97323a7e7",
33 "v8/tools/clang": 33 "v8/tools/clang":
34 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "a14766ac344d97871f 75e60c4dd39385a6cd2865", 34 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "a14766ac344d97871f 75e60c4dd39385a6cd2865",
35 } 35 }
36 36
37 deps_os = { 37 deps_os = {
38 "android": { 38 "android": {
39 "v8/third_party/android_tools": 39 "v8/third_party/android_tools":
40 Var("git_url") + "/android_tools.git" + "@" + "adfd31794011488cd0fc716b535 58b2d8a67af8b", 40 Var("git_url") + "/android_tools.git" + "@" + "adfd31794011488cd0fc716b535 58b2d8a67af8b",
41 }, 41 },
42 "win": { 42 "win": {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'name': 'clang', 219 'name': 'clang',
220 'pattern': '.', 220 'pattern': '.',
221 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 221 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
222 }, 222 },
223 { 223 {
224 # 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.
225 "pattern": ".", 225 "pattern": ".",
226 "action": ["python", "v8/gypfiles/gyp_v8"], 226 "action": ["python", "v8/gypfiles/gyp_v8"],
227 }, 227 },
228 ] 228 ]
OLDNEW
« no previous file with comments | « no previous file | test/test262/test262.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698