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

Side by Side Diff: DEPS

Issue 1005333002: Update V8 DEPS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 | build/standalone.gypi » ('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 "git_url": "https://chromium.googlesource.com", 6 "git_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "v8/build/gyp": 10 "v8/build/gyp":
11 Var("git_url") + "/external/gyp.git" + "@" + "4a9b712d5cb4a5ba7a9950128a7219 569caf7263", 11 Var("git_url") + "/external/gyp.git" + "@" + "4a9b712d5cb4a5ba7a9950128a7219 569caf7263",
12 "v8/third_party/icu": 12 "v8/third_party/icu":
13 Var("git_url") + "/chromium/deps/icu.git" + "@" + "eda9e75b1fa17f57ffa369ee3 543a2301b68d0a9", 13 Var("git_url") + "/chromium/deps/icu.git" + "@" + "eda9e75b1fa17f57ffa369ee3 543a2301b68d0a9",
14 "v8/buildtools": 14 "v8/buildtools":
15 Var("git_url") + "/chromium/buildtools.git" + "@" + "d4dd4f79f60bf019625b3a1 436979b0a42c892df", 15 Var("git_url") + "/chromium/buildtools.git" + "@" + "d4dd4f79f60bf019625b3a1 436979b0a42c892df",
16 "v8/testing/gtest": 16 "v8/testing/gtest":
17 Var("git_url") + "/external/googletest.git" + "@" + "be1868139ffe0ccd0e8e3b3 7292b84c821d9c8ad", 17 Var("git_url") + "/external/googletest.git" + "@" + "be1868139ffe0ccd0e8e3b3 7292b84c821d9c8ad",
18 "v8/testing/gmock": 18 "v8/testing/gmock":
19 Var("git_url") + "/external/googlemock.git" + "@" + "29763965ab52f2456529997 6b936d1265cb6a271", # from svn revision 501 19 Var("git_url") + "/external/googlemock.git" + "@" + "29763965ab52f2456529997 6b936d1265cb6a271", # from svn revision 501
20 "v8/tools/clang": 20 "v8/tools/clang":
21 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "ed79fd57317ab9f09c e52a5e1c7424eebb80a73e", 21 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "37246cb63b9720d6fe 74b473210291007e49297b",
22 } 22 }
23 23
24 deps_os = { 24 deps_os = {
25 "android": { 25 "android": {
26 "v8/third_party/android_tools": 26 "v8/third_party/android_tools":
27 Var("git_url") + "/android_tools.git" + "@" + "4f723e2a5fa5b7b8a198072ac19 b92344be2b271", 27 Var("git_url") + "/android_tools.git" + "@" + "4f723e2a5fa5b7b8a198072ac19 b92344be2b271",
28 }, 28 },
29 "win": { 29 "win": {
30 "v8/third_party/cygwin": 30 "v8/third_party/cygwin":
31 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df", 31 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'name': 'clang', 108 'name': 'clang',
109 'pattern': '.', 109 'pattern': '.',
110 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 110 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
111 }, 111 },
112 { 112 {
113 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 113 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
114 "pattern": ".", 114 "pattern": ".",
115 "action": ["python", "v8/build/gyp_v8"], 115 "action": ["python", "v8/build/gyp_v8"],
116 }, 116 },
117 ] 117 ]
OLDNEW
« no previous file with comments | « no previous file | build/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698