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

Side by Side Diff: DEPS

Issue 2244113002: Update V8 DEPS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 4 years, 4 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 "git_url": "https://chromium.googlesource.com", 6 "git_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "v8/build": 10 "v8/build":
11 Var("git_url") + "/chromium/src/build.git" + "@" + "45574dce74fca42e485fbc5c d78bd24bcfeb905f", 11 Var("git_url") + "/chromium/src/build.git" + "@" + "4155375bddb65fe3d2dbc42a b0d64c4d72527165",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("git_url") + "/external/gyp.git" + "@" + "702ac58e477214c635d9b541932e75 a95d349352", 13 Var("git_url") + "/external/gyp.git" + "@" + "702ac58e477214c635d9b541932e75 a95d349352",
14 "v8/third_party/icu": 14 "v8/third_party/icu":
15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "53ce631655a61aaaa42b43b4d 64abe23e9b8d71f", 15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "53ce631655a61aaaa42b43b4d 64abe23e9b8d71f",
16 "v8/third_party/instrumented_libraries": 16 "v8/third_party/instrumented_libraries":
17 Var("git_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@ " + "f15768d7fdf68c0748d20738184120c8ab2e6db7", 17 Var("git_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@ " + "f15768d7fdf68c0748d20738184120c8ab2e6db7",
18 "v8/buildtools": 18 "v8/buildtools":
19 Var("git_url") + "/chromium/buildtools.git" + "@" + "adb8bf4e8fc92aa1717bf15 1b862d58e6f27c4f2", 19 Var("git_url") + "/chromium/buildtools.git" + "@" + "adb8bf4e8fc92aa1717bf15 1b862d58e6f27c4f2",
20 "v8/base/trace_event/common": 20 "v8/base/trace_event/common":
21 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "315bf1 e2d45be7d53346c31cfcc37424a32c30c8", 21 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "315bf1 e2d45be7d53346c31cfcc37424a32c30c8",
22 "v8/third_party/WebKit/Source/platform/inspector_protocol": 22 "v8/third_party/WebKit/Source/platform/inspector_protocol":
23 Var("git_url") + "/chromium/src/third_party/WebKit/Source/platform/inspector _protocol.git" + "@" + "87a50f796882982f6ae1efbd060e4f69467db547", 23 Var("git_url") + "/chromium/src/third_party/WebKit/Source/platform/inspector _protocol.git" + "@" + "9d440c96636c5a41ce3e40f1924fe41dd2694f51",
24 "v8/third_party/jinja2": 24 "v8/third_party/jinja2":
25 Var("git_url") + "/chromium/src/third_party/jinja2.git" + "@" + "2222b31554f 03e62600cd7e383376a7c187967a1", 25 Var("git_url") + "/chromium/src/third_party/jinja2.git" + "@" + "2222b31554f 03e62600cd7e383376a7c187967a1",
26 "v8/third_party/markupsafe": 26 "v8/third_party/markupsafe":
27 Var("git_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "484a566 1041cac13bfc688a26ec5434b05d18961", 27 Var("git_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "484a566 1041cac13bfc688a26ec5434b05d18961",
28 "v8/tools/mb": 28 "v8/tools/mb":
29 Var('git_url') + '/chromium/src/tools/mb.git' + '@' + "c78da3f5bccc979b35907 c4cbf937aa5187e41fa", 29 Var('git_url') + '/chromium/src/tools/mb.git' + '@' + "c78da3f5bccc979b35907 c4cbf937aa5187e41fa",
30 "v8/tools/swarming_client": 30 "v8/tools/swarming_client":
31 Var('git_url') + '/external/swarming.client.git' + '@' + "e4288c3040a32f2e7a d92f957668f2ee3d36e5a6", 31 Var('git_url') + '/external/swarming.client.git' + '@' + "e4288c3040a32f2e7a d92f957668f2ee3d36e5a6",
32 "v8/testing/gtest": 32 "v8/testing/gtest":
33 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87", 33 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'name': 'clang', 255 'name': 'clang',
256 'pattern': '.', 256 'pattern': '.',
257 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 257 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
258 }, 258 },
259 { 259 {
260 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 260 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
261 "pattern": ".", 261 "pattern": ".",
262 "action": ["python", "v8/gypfiles/gyp_v8"], 262 "action": ["python", "v8/gypfiles/gyp_v8"],
263 }, 263 },
264 ] 264 ]
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