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 2628273005: Update V8 DEPS. (Closed)
Patch Set: Created 3 years, 11 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":
11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "15635a431921e51b15d bfcacc6716e87348681bb", 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "9a3fba5915a7a12ebf5 4b6f041f852fedd8b6271",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872 8ff219637458563", 13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872 8ff219637458563",
14 "v8/third_party/icu": 14 "v8/third_party/icu":
15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "9cd2828740572ba6f694 b9365236a8356fd06147", 15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "9cd2828740572ba6f694 b9365236a8356fd06147",
16 "v8/third_party/instrumented_libraries": 16 "v8/third_party/instrumented_libraries":
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "5b6f777da671be977f56f0e8fc3469a3ccbb4474", 17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "5b6f777da671be977f56f0e8fc3469a3ccbb4474",
18 "v8/buildtools": 18 "v8/buildtools":
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "7e08d331f188f4e3e1 c624e7187dfac58c053c7c", 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "7e08d331f188f4e3e1 c624e7187dfac58c053c7c",
20 "v8/base/trace_event/common": 20 "v8/base/trace_event/common":
21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290", 21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290",
(...skipping 10 matching lines...) Expand all
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/simdjs/data": Var("chromium_url") + "/external/github.com/tc39/ecmasc ript_simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556",
37 "v8/test/test262/data": 37 "v8/test/test262/data":
38 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "6a0f1 189eb00d38ef9760cb65cbc41c066876cde", 38 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "6a0f1 189eb00d38ef9760cb65cbc41c066876cde",
39 "v8/test/test262/harness": 39 "v8/test/test262/harness":
40 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",
41 "v8/tools/clang": 41 "v8/tools/clang":
42 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "0147ef91cbed7 b99c721aefd6cdff972e2995602", 42 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "f7ce1a5678e5a ddc015aed5f1e7734bbd2caac7c",
43 } 43 }
44 44
45 deps_os = { 45 deps_os = {
46 "android": { 46 "android": {
47 "v8/third_party/android_tools": 47 "v8/third_party/android_tools":
48 Var("chromium_url") + "/android_tools.git" + "@" + "b43a6a289a7588b1769814 f04dd6c7d7176974cc", 48 Var("chromium_url") + "/android_tools.git" + "@" + "b43a6a289a7588b1769814 f04dd6c7d7176974cc",
49 "v8/third_party/catapult": 49 "v8/third_party/catapult":
50 Var('chromium_url') + "/external/github.com/catapult-project/catapult.git" + "@" + "fe8a3c8a5cdb3f8ccb9edca2f3e7582fb2937c5b", 50 Var('chromium_url') + "/external/github.com/catapult-project/catapult.git" + "@" + "1bcf49e0a7eb1dcd21cd1884385d5f782d79492b",
51 }, 51 },
52 "win": { 52 "win": {
53 "v8/third_party/cygwin": 53 "v8/third_party/cygwin":
54 Var("chromium_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697f adf3a10ff1007a97c0b7de6df", 54 Var("chromium_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697f adf3a10ff1007a97c0b7de6df",
55 } 55 }
56 } 56 }
57 57
58 recursedeps = [ 58 recursedeps = [
59 "v8/buildtools", 59 "v8/buildtools",
60 "v8/third_party/android_tools", 60 "v8/third_party/android_tools",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'name': 'clang', 289 'name': 'clang',
290 'pattern': '.', 290 'pattern': '.',
291 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 291 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
292 }, 292 },
293 { 293 {
294 # 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.
295 "pattern": ".", 295 "pattern": ".",
296 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 296 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
297 }, 297 },
298 ] 298 ]
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