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

Side by Side Diff: DEPS

Issue 2666443002: Update V8 DEPS. (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 | « 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 29 matching lines...) Expand all
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" + "@" + "0b3a445c8f176 1c3ff665edb9f9e4726ddc7dba0", 42 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "0b3a445c8f176 1c3ff665edb9f9e4726ddc7dba0",
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" + "@" + "9907db54ee404c8a3efb585fa7db4c58e6966ef3", 50 Var('chromium_url') + "/external/github.com/catapult-project/catapult.git" + "@" + "c3f25757340bf0a82c398d19b5e5591cfc25404e",
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