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

Side by Side Diff: DEPS

Issue 2211333002: 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" + "@" + "c6b327c244be25a972266cad 3228279266a03c66", 11 Var("git_url") + "/chromium/src/build.git" + "@" + "f0243d787961584ac95a86e7 dae897b9b60ea674",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("git_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba58728ff21 9637458563", 13 Var("git_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba58728ff21 9637458563",
14 "v8/third_party/icu": 14 "v8/third_party/icu":
15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "ef5c735307d0f86c7622f6962 0994c9468beba99", 15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "ef5c735307d0f86c7622f6962 0994c9468beba99",
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" + "@" + "88c6fc5bde77b9477345f08 85cd88d4a57ad1844", 19 Var("git_url") + "/chromium/buildtools.git" + "@" + "9c6ad6f5cbc2f30989edc35 04ec7f9d360542512",
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" + "@" + "7d2a29d289d54b8ff9c330efc5145158f1191af2", 23 Var("git_url") + "/chromium/src/third_party/WebKit/Source/platform/inspector _protocol.git" + "@" + "7d2a29d289d54b8ff9c330efc5145158f1191af2",
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' + '@' + "72a708590a056993adf08 0a92211ddc8221010e7", 29 Var('git_url') + '/chromium/src/tools/mb.git' + '@' + "60b89880ddfbccdc978f3 c1562b2431119aea3d4",
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",
34 "v8/testing/gmock": 34 "v8/testing/gmock":
35 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 35 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
36 "v8/test/benchmarks/data": 36 "v8/test/benchmarks/data":
37 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f", 37 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f",
38 "v8/test/mozilla/data": 38 "v8/test/mozilla/data":
39 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be", 39 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be",
40 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556", 40 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556",
41 "v8/test/test262/data": 41 "v8/test/test262/data":
42 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "88bc7fe758 6f161201c5f14f55c9c489f82b1b67", 42 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "88bc7fe758 6f161201c5f14f55c9c489f82b1b67",
43 "v8/test/test262/harness": 43 "v8/test/test262/harness":
44 Var("git_url") + "/external/github.com/test262-utils/test262-harness-py.git" + "@" + "cbd968f54f7a95c6556d53ba852292a4c49d11d8", 44 Var("git_url") + "/external/github.com/test262-utils/test262-harness-py.git" + "@" + "cbd968f54f7a95c6556d53ba852292a4c49d11d8",
45 "v8/tools/clang": 45 "v8/tools/clang":
46 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "a98f7fa326ac2b7e17 10e923c1287cde7f901d86", 46 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "0b06ba9e49a0cba97f 6accd71a974c1623d69e16",
47 } 47 }
48 48
49 deps_os = { 49 deps_os = {
50 "android": { 50 "android": {
51 "v8/third_party/android_tools": 51 "v8/third_party/android_tools":
52 Var("git_url") + "/android_tools.git" + "@" + "af1c5a4cd6329ccdcf8c2bc93d9 eea02f9d74869", 52 Var("git_url") + "/android_tools.git" + "@" + "af1c5a4cd6329ccdcf8c2bc93d9 eea02f9d74869",
53 }, 53 },
54 "win": { 54 "win": {
55 "v8/third_party/cygwin": 55 "v8/third_party/cygwin":
56 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df", 56 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df",
(...skipping 198 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