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

Side by Side Diff: DEPS

Issue 2041803002: Update V8 DEPS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 4 years, 6 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" + "@" + "de44ba22d7b4cd7c4285be52 a4491f19a9f6c864", 11 Var("git_url") + "/chromium/src/build.git" + "@" + "9f3f50f2d8b3b751c451c76d 9bbf648835256dd5",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("git_url") + "/external/gyp.git" + "@" + "bce1c7793010574d88d7915e2d5539 5213ac63d1", 13 Var("git_url") + "/external/gyp.git" + "@" + "bce1c7793010574d88d7915e2d5539 5213ac63d1",
14 "v8/third_party/icu": 14 "v8/third_party/icu":
15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "466129d661caa849d4087b624 840b4b2c4ee7d85", 15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "ffa4b6704cf5cc9fec9485731 f24a05b2ba94bca",
16 "v8/buildtools": 16 "v8/buildtools":
17 Var("git_url") + "/chromium/buildtools.git" + "@" + "1a6b6666528b3428abf1cbe e7a3b82a30c0355ee", 17 Var("git_url") + "/chromium/buildtools.git" + "@" + "1a6b6666528b3428abf1cbe e7a3b82a30c0355ee",
18 "v8/base/trace_event/common": 18 "v8/base/trace_event/common":
19 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "54b845 5be9505c2cb0cf5c26bb86739c236471aa", 19 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "54b845 5be9505c2cb0cf5c26bb86739c236471aa",
20 "v8/tools/swarming_client": 20 "v8/tools/swarming_client":
21 Var('git_url') + '/external/swarming.client.git' + '@' + "df6e95e7669883c8fe 9ef956c69a544154701a49", 21 Var('git_url') + '/external/swarming.client.git' + '@' + "df6e95e7669883c8fe 9ef956c69a544154701a49",
22 "v8/testing/gtest": 22 "v8/testing/gtest":
23 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87", 23 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87",
24 "v8/testing/gmock": 24 "v8/testing/gmock":
25 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 25 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
26 "v8/test/benchmarks/data": 26 "v8/test/benchmarks/data":
27 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f", 27 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f",
28 "v8/test/mozilla/data": 28 "v8/test/mozilla/data":
29 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be", 29 Var("git_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c578a10 ea707b1a8ab0b88943fe5115ce2b9be",
30 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556", 30 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "baf493985cb9ea7cdbd0d68704860a8156de9556",
31 "v8/test/test262/data": 31 "v8/test/test262/data":
32 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "9c45e2ac68 4bae64614d8eb55789cae97323a7e7", 32 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "9c45e2ac68 4bae64614d8eb55789cae97323a7e7",
33 "v8/tools/clang": 33 "v8/tools/clang":
34 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "749adbcdf8277f1b30 5ee55f921d9246d4aedd45", 34 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "27056571d3878fee64 0fe0e3f1b8ba5e9a7570f6",
35 } 35 }
36 36
37 deps_os = { 37 deps_os = {
38 "android": { 38 "android": {
39 "v8/third_party/android_tools": 39 "v8/third_party/android_tools":
40 Var("git_url") + "/android_tools.git" + "@" + "04c2c06fe3ef3d93343feb6e83c d932725740d7f", 40 Var("git_url") + "/android_tools.git" + "@" + "04c2c06fe3ef3d93343feb6e83c d932725740d7f",
41 }, 41 },
42 "win": { 42 "win": {
43 "v8/third_party/cygwin": 43 "v8/third_party/cygwin":
44 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df", 44 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'name': 'clang', 233 'name': 'clang',
234 'pattern': '.', 234 'pattern': '.',
235 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 235 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
236 }, 236 },
237 { 237 {
238 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 238 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
239 "pattern": ".", 239 "pattern": ".",
240 "action": ["python", "v8/gypfiles/gyp_v8"], 240 "action": ["python", "v8/gypfiles/gyp_v8"],
241 }, 241 },
242 ] 242 ]
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