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

Side by Side Diff: DEPS

Issue 2445563002: Update V8 DEPS. (Closed)
Patch Set: Created 4 years, 2 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" + "@" + "ee7e988fc314e365228 7f11e3abb34b2b9a72208", 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "a3b623a6eff6dc9d58a 03251ae22bccf92f67cb2",
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" + "@" + "b0bd3ee50bc2e768d7a1 7cbc60d87f517f024dbe", 15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "b0bd3ee50bc2e768d7a1 7cbc60d87f517f024dbe",
16 "v8/third_party/instrumented_libraries": 16 "v8/third_party/instrumented_libraries":
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "45f5814b1543e41ea0be54c771e3840ea52cca4a", 17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "45f5814b1543e41ea0be54c771e3840ea52cca4a",
18 "v8/buildtools": 18 "v8/buildtools":
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "39b1db2ab4aa4b2cca a263c29bdf63e7c1ee28aa", 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "39b1db2ab4aa4b2cca a263c29bdf63e7c1ee28aa",
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 20 matching lines...) Expand all
42 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "cbd968f54f7a95c6556d53ba852292a4c49d11d8", 42 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "cbd968f54f7a95c6556d53ba852292a4c49d11d8",
43 "v8/tools/clang": 43 "v8/tools/clang":
44 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "75350a858c51a d69e2aae051a8727534542da29f", 44 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "75350a858c51a d69e2aae051a8727534542da29f",
45 } 45 }
46 46
47 deps_os = { 47 deps_os = {
48 "android": { 48 "android": {
49 "v8/third_party/android_tools": 49 "v8/third_party/android_tools":
50 Var("chromium_url") + "/android_tools.git" + "@" + "25d57ead05d3dfef26e9c1 9b13ed10b0a69829cf", 50 Var("chromium_url") + "/android_tools.git" + "@" + "25d57ead05d3dfef26e9c1 9b13ed10b0a69829cf",
51 "v8/third_party/catapult": 51 "v8/third_party/catapult":
52 Var('chromium_url') + "/external/github.com/catapult-project/catapult.git" + "@" + "147f2cfdbb1761ca60f6236118ca286c725f7e04", 52 Var('chromium_url') + "/external/github.com/catapult-project/catapult.git" + "@" + "b7d8fe883c1682e6181e8f62b7039553f7c826a7",
53 }, 53 },
54 "win": { 54 "win": {
55 "v8/third_party/cygwin": 55 "v8/third_party/cygwin":
56 Var("chromium_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697f adf3a10ff1007a97c0b7de6df", 56 Var("chromium_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697f adf3a10ff1007a97c0b7de6df",
57 } 57 }
58 } 58 }
59 59
60 recursedeps = [ 60 recursedeps = [
61 "v8/buildtools", 61 "v8/buildtools",
62 "v8/third_party/android_tools", 62 "v8/third_party/android_tools",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'name': 'clang', 291 'name': 'clang',
292 'pattern': '.', 292 'pattern': '.',
293 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 293 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
294 }, 294 },
295 { 295 {
296 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 296 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
297 "pattern": ".", 297 "pattern": ".",
298 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 298 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
299 }, 299 },
300 ] 300 ]
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