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

Side by Side Diff: DEPS

Issue 2695653005: Revert of Remove SIMD.js from V8. (Closed)
Patch Set: Created 3 years, 10 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 | « BUILD.gn ('k') | gypfiles/all.gyp » ('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 "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":
(...skipping 15 matching lines...) Expand all
26 "v8/tools/swarming_client": 26 "v8/tools/swarming_client":
27 Var('chromium_url') + '/external/swarming.client.git' + '@' + "ebc8dab6f8b8d 79ec221c94de39a921145abd404", 27 Var('chromium_url') + '/external/swarming.client.git' + '@' + "ebc8dab6f8b8d 79ec221c94de39a921145abd404",
28 "v8/testing/gtest": 28 "v8/testing/gtest":
29 Var("chromium_url") + "/external/github.com/google/googletest.git" + "@" + " 6f8a66431cb592dad629028a50b3dd418a408c87", 29 Var("chromium_url") + "/external/github.com/google/googletest.git" + "@" + " 6f8a66431cb592dad629028a50b3dd418a408c87",
30 "v8/testing/gmock": 30 "v8/testing/gmock":
31 Var("chromium_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e1 02c9c332ce19a33faf75be", 31 Var("chromium_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e1 02c9c332ce19a33faf75be",
32 "v8/test/benchmarks/data": 32 "v8/test/benchmarks/data":
33 Var("chromium_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188 267b4560491ff9155c5ee13e207ecd65f", 33 Var("chromium_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188 267b4560491ff9155c5ee13e207ecd65f",
34 "v8/test/mozilla/data": 34 "v8/test/mozilla/data":
35 Var("chromium_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c5 78a10ea707b1a8ab0b88943fe5115ce2b9be", 35 Var("chromium_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c5 78a10ea707b1a8ab0b88943fe5115ce2b9be",
36 "v8/test/simdjs/data": Var("chromium_url") + "/external/github.com/tc39/ecmasc ript_simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556",
36 "v8/test/test262/data": 37 "v8/test/test262/data":
37 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "a72ee 6d91275aa6524e84a9b7070103411ef2689", 38 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "a72ee 6d91275aa6524e84a9b7070103411ef2689",
38 "v8/test/test262/harness": 39 "v8/test/test262/harness":
39 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd", 40 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd",
40 "v8/tools/clang": 41 "v8/tools/clang":
41 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "404d5421df201 261afb240fd562872841d3850e0", 42 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "404d5421df201 261afb240fd562872841d3850e0",
42 } 43 }
43 44
44 deps_os = { 45 deps_os = {
45 "android": { 46 "android": {
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'name': 'clang', 289 'name': 'clang',
289 'pattern': '.', 290 'pattern': '.',
290 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 291 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
291 }, 292 },
292 { 293 {
293 # 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.
294 "pattern": ".", 295 "pattern": ".",
295 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 296 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
296 }, 297 },
297 ] 298 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | gypfiles/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698