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

Side by Side Diff: DEPS

Issue 1413923012: Update V8 DEPS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 5 years, 1 month 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 "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" + "@" + "3f21260b43401553c37bb28090b65a 75577d5b4e", 11 Var("git_url") + "/external/gyp.git" + "@" + "2c1e6cced23554ce84806e570acea6 37f6473afc",
12 "v8/third_party/icu": 12 "v8/third_party/icu":
13 Var("git_url") + "/chromium/deps/icu.git" + "@" + "94e4b770ce2f6065d4261d29c 32683a6099b9d93", 13 Var("git_url") + "/chromium/deps/icu.git" + "@" + "94e4b770ce2f6065d4261d29c 32683a6099b9d93",
14 "v8/buildtools": 14 "v8/buildtools":
15 Var("git_url") + "/chromium/buildtools.git" + "@" + "c2f259809d5ede3275df5ea 0842f0431990c4f98", 15 Var("git_url") + "/chromium/buildtools.git" + "@" + "c2f259809d5ede3275df5ea 0842f0431990c4f98",
16 "v8/tools/swarming_client": 16 "v8/tools/swarming_client":
17 Var('git_url') + '/external/swarming.client.git' + '@' + "8fce79620b04bbe541 5ace1103db27505bdc4c06", 17 Var('git_url') + '/external/swarming.client.git' + '@' + "8fce79620b04bbe541 5ace1103db27505bdc4c06",
18 "v8/testing/gtest": 18 "v8/testing/gtest":
19 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87", 19 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87",
20 "v8/testing/gmock": 20 "v8/testing/gmock":
21 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 21 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'name': 'clang', 164 'name': 'clang',
165 'pattern': '.', 165 'pattern': '.',
166 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 166 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
167 }, 167 },
168 { 168 {
169 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 169 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
170 "pattern": ".", 170 "pattern": ".",
171 "action": ["python", "v8/build/gyp_v8"], 171 "action": ["python", "v8/build/gyp_v8"],
172 }, 172 },
173 ] 173 ]
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