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

Side by Side Diff: DEPS

Issue 2809253002: [wasm] Snap to latest version of wasm-js APIs. (Closed)
Patch Set: Created 3 years, 8 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":
(...skipping 22 matching lines...) Expand all
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/test262/data": 36 "v8/test/test262/data":
37 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "230f9 fc5688ce76bfaa99aba5f680a159eaac9e2", 37 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "230f9 fc5688ce76bfaa99aba5f680a159eaac9e2",
38 "v8/test/test262/harness": 38 "v8/test/test262/harness":
39 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd", 39 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd",
40 "v8/tools/clang": 40 "v8/tools/clang":
41 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "49df471350a60 efaec6951f321dd65475496ba17", 41 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "49df471350a60 efaec6951f321dd65475496ba17",
42 "v8/test/wasm-js": 42 "v8/test/wasm-js":
43 Var("chromium_url") + "/external/github.com/WebAssembly/spec.git" + "@" + "7 c62b17f547b80c9c717cc6ef3a8aba1e04e4bcb", 43 Var("chromium_url") + "/external/github.com/WebAssembly/spec.git" + "@" + "0 7fd6430f879d36928d179a62d9bdeed82286065",
44 } 44 }
45 45
46 deps_os = { 46 deps_os = {
47 "android": { 47 "android": {
48 "v8/third_party/android_tools": 48 "v8/third_party/android_tools":
49 Var("chromium_url") + "/android_tools.git" + "@" + "b65c4776dac2cf1b80e969 b3b2d4e081b9c84f29", 49 Var("chromium_url") + "/android_tools.git" + "@" + "b65c4776dac2cf1b80e969 b3b2d4e081b9c84f29",
50 "v8/third_party/catapult": 50 "v8/third_party/catapult":
51 Var('chromium_url') + "/external/github.com/catapult-project/catapult.git" + "@" + "9a55abab029cb9ae94f5160ded11b09a4638a955", 51 Var('chromium_url') + "/external/github.com/catapult-project/catapult.git" + "@" + "9a55abab029cb9ae94f5160ded11b09a4638a955",
52 }, 52 },
53 } 53 }
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'name': 'clang', 286 'name': 'clang',
287 'pattern': '.', 287 'pattern': '.',
288 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 288 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
289 }, 289 },
290 { 290 {
291 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 291 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
292 "pattern": ".", 292 "pattern": ".",
293 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 293 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
294 }, 294 },
295 ] 295 ]
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