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

Side by Side Diff: DEPS

Issue 2847693002: V8: Roll googletest to 1.8.0.
Patch Set: Fix for Mac build error. Created 3 years, 7 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 | « .gitignore ('k') | testing/DEPS » ('j') | testing/gmock/BUILD.gn » ('J')
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 "chromium_url": "https://chromium.googlesource.com", 6 "chromium_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "v8/build": 10 "v8/build":
11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "95c219be891ca2391d5 ed4ae309081da01c1758c", 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "95c219be891ca2391d5 ed4ae309081da01c1758c",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("chromium_url") + "/external/gyp.git" + "@" + "eb296f67da078ec01f5e3a9ea 9cdc6d26d680161", 13 Var("chromium_url") + "/external/gyp.git" + "@" + "eb296f67da078ec01f5e3a9ea 9cdc6d26d680161",
14 "v8/third_party/googletest/src":
15 Var("chromium_url") + "/external/github.com/google/googletest.git" + "@" + " ec44c6c1675c25b9827aacd08c02433cccde7780",
14 "v8/third_party/icu": 16 "v8/third_party/icu":
15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "b34251f8b762f8e2112a 89c587855ca4297fed96", 17 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "b34251f8b762f8e2112a 89c587855ca4297fed96",
16 "v8/third_party/instrumented_libraries": 18 "v8/third_party/instrumented_libraries":
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "05d5695a73e78b9cae55b8579fd8bf22b85eb283", 19 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "05d5695a73e78b9cae55b8579fd8bf22b85eb283",
18 "v8/buildtools": 20 "v8/buildtools":
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "98f00fa10dbad2cdbb 2e297a66c3d6d5bc3994f3", 21 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "98f00fa10dbad2cdbb 2e297a66c3d6d5bc3994f3",
20 "v8/base/trace_event/common": 22 "v8/base/trace_event/common":
21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290", 23 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290",
22 "v8/third_party/jinja2": 24 "v8/third_party/jinja2":
23 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383 206fa42d52faa10bb9931d6d538f3a57e0", 25 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383 206fa42d52faa10bb9931d6d538f3a57e0",
24 "v8/third_party/markupsafe": 26 "v8/third_party/markupsafe":
25 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f 45f5cfa0009d2a70589bcda0349b8cb2b72783", 27 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f 45f5cfa0009d2a70589bcda0349b8cb2b72783",
26 "v8/tools/swarming_client": 28 "v8/tools/swarming_client":
27 Var('chromium_url') + '/external/swarming.client.git' + '@' + "11e31afa5d330 756ff87aa12064bb5d032896cb5", 29 Var('chromium_url') + '/external/swarming.client.git' + '@' + "11e31afa5d330 756ff87aa12064bb5d032896cb5",
28 "v8/testing/gtest":
29 Var("chromium_url") + "/external/github.com/google/googletest.git" + "@" + " 6f8a66431cb592dad629028a50b3dd418a408c87",
30 "v8/testing/gmock":
31 Var("chromium_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e1 02c9c332ce19a33faf75be",
32 "v8/test/benchmarks/data": 30 "v8/test/benchmarks/data":
33 Var("chromium_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188 267b4560491ff9155c5ee13e207ecd65f", 31 Var("chromium_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188 267b4560491ff9155c5ee13e207ecd65f",
34 "v8/test/mozilla/data": 32 "v8/test/mozilla/data":
35 Var("chromium_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c5 78a10ea707b1a8ab0b88943fe5115ce2b9be", 33 Var("chromium_url") + "/v8/deps/third_party/mozilla-tests.git" + "@" + "f6c5 78a10ea707b1a8ab0b88943fe5115ce2b9be",
36 "v8/test/test262/data": 34 "v8/test/test262/data":
37 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "230f9 fc5688ce76bfaa99aba5f680a159eaac9e2", 35 Var("chromium_url") + "/external/github.com/tc39/test262.git" + "@" + "230f9 fc5688ce76bfaa99aba5f680a159eaac9e2",
38 "v8/test/test262/harness": 36 "v8/test/test262/harness":
39 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd", 37 Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py .git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd",
40 "v8/tools/clang": 38 "v8/tools/clang":
41 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "dc087f5ab32a8 73119d34b4916c29b84ae9fd5b6", 39 Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "dc087f5ab32a8 73119d34b4916c29b84ae9fd5b6",
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'name': 'clang', 284 'name': 'clang',
287 'pattern': '.', 285 'pattern': '.',
288 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 286 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
289 }, 287 },
290 { 288 {
291 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 289 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
292 "pattern": ".", 290 "pattern": ".",
293 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 291 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
294 }, 292 },
295 ] 293 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | testing/DEPS » ('j') | testing/gmock/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698