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 2131743002: [test262] Use standalone Test262 harness project (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: itertools.chain Created 4 years, 5 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
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 14 matching lines...) Expand all
25 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87", 25 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87",
26 "v8/testing/gmock": 26 "v8/testing/gmock":
27 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 27 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
28 "v8/test/benchmarks/data": 28 "v8/test/benchmarks/data":
29 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f", 29 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f",
30 "v8/test/mozilla/data": 30 "v8/test/mozilla/data":
31 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be", 31 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be",
32 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556", 32 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556",
33 "v8/test/test262/data": 33 "v8/test/test262/data":
34 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "88bc7fe758 6f161201c5f14f55c9c489f82b1b67", 34 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "88bc7fe758 6f161201c5f14f55c9c489f82b1b67",
35 "v8/test/test262/harness":
36 Var("git_url") + "/external/github.com/test262-utils/test262-harness-py.git" + "@" + "cbd968f54f7a95c6556d53ba852292a4c49d11d8",
35 "v8/tools/clang": 37 "v8/tools/clang":
36 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "0b50729d487ec853d8 f7c762c81cb2ad2785e674", 38 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "0b50729d487ec853d8 f7c762c81cb2ad2785e674",
37 } 39 }
38 40
39 deps_os = { 41 deps_os = {
40 "android": { 42 "android": {
41 "v8/third_party/android_tools": 43 "v8/third_party/android_tools":
42 Var("git_url") + "/android_tools.git" + "@" + "20a4bd598cf3ba8434311156ce9 4c110a0024fe7", 44 Var("git_url") + "/android_tools.git" + "@" + "20a4bd598cf3ba8434311156ce9 4c110a0024fe7",
43 }, 45 },
44 "win": { 46 "win": {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'name': 'clang', 237 'name': 'clang',
236 'pattern': '.', 238 'pattern': '.',
237 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 239 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
238 }, 240 },
239 { 241 {
240 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 242 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
241 "pattern": ".", 243 "pattern": ".",
242 "action": ["python", "v8/gypfiles/gyp_v8"], 244 "action": ["python", "v8/gypfiles/gyp_v8"],
243 }, 245 },
244 ] 246 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | test/test262/archive.py » ('j') | test/test262/testcfg.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698