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

Side by Side Diff: DEPS

Issue 2184733002: [inspector] add inspector protocol parser test build target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comments, removed markupsafe 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 | gypfiles/all.gyp » ('j') | gypfiles/all.gyp » ('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 "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" + "@" + "cce24bcaab6481f479f4baf0 0b5ea36d78268bcd", 11 Var("git_url") + "/chromium/src/build.git" + "@" + "cce24bcaab6481f479f4baf0 0b5ea36d78268bcd",
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" + "@" + "b5ecbb29a26532f72ef482569 b223d5a51fd50bf", 15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "b5ecbb29a26532f72ef482569 b223d5a51fd50bf",
16 "v8/buildtools": 16 "v8/buildtools":
17 Var("git_url") + "/chromium/buildtools.git" + "@" + "60f7f9a8b421ebf9a46041d fa2ff11c0fe59c582", 17 Var("git_url") + "/chromium/buildtools.git" + "@" + "60f7f9a8b421ebf9a46041d fa2ff11c0fe59c582",
18 "v8/base/trace_event/common": 18 "v8/base/trace_event/common":
19 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "315bf1 e2d45be7d53346c31cfcc37424a32c30c8", 19 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "315bf1 e2d45be7d53346c31cfcc37424a32c30c8",
20 "v8/platform/inspector_protocol": 20 "v8/platform/inspector_protocol":
21 Var("git_url") + "/chromium/src/third_party/WebKit/Source/platform/inspector _protocol.git" + "@" + "f49542089820a34a9a6e33264e09b73779407512", 21 Var("git_url") + "/chromium/src/third_party/WebKit/Source/platform/inspector _protocol.git" + "@" + "35e3f59ad05d994f163e82f9e644f18f9e708fec",
Michael Achenbach 2016/07/27 06:49:04 Please add to .gitignore. Other thirdparty cases a
Yang 2016/07/27 07:14:39 Done.
22 "v8/third_party/jinja2":
23 Var("git_url") + "/chromium/src/third_party/jinja2.git" + "@" + "2222b31554f 03e62600cd7e383376a7c187967a1",
24 "v8/third_party/markupsafe":
25 Var("git_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "484a566 1041cac13bfc688a26ec5434b05d18961",
22 "v8/tools/mb": 26 "v8/tools/mb":
23 Var('git_url') + '/chromium/src/tools/mb.git' + '@' + "11aa1bbe1b4fbae3694d1 4eb59b4eb98550bcbee", 27 Var('git_url') + '/chromium/src/tools/mb.git' + '@' + "11aa1bbe1b4fbae3694d1 4eb59b4eb98550bcbee",
24 "v8/tools/swarming_client": 28 "v8/tools/swarming_client":
25 Var('git_url') + '/external/swarming.client.git' + '@' + "7f63a272f7d9785ce4 1b6d10bb3106c49a968e57", 29 Var('git_url') + '/external/swarming.client.git' + '@' + "7f63a272f7d9785ce4 1b6d10bb3106c49a968e57",
26 "v8/testing/gtest": 30 "v8/testing/gtest":
27 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87", 31 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87",
28 "v8/testing/gmock": 32 "v8/testing/gmock":
29 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 33 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
30 "v8/test/benchmarks/data": 34 "v8/test/benchmarks/data":
31 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f", 35 Var("git_url") + "/v8/deps/third_party/benchmarks.git" + "@" + "05d7188267b4 560491ff9155c5ee13e207ecd65f",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'name': 'clang', 243 'name': 'clang',
240 'pattern': '.', 244 'pattern': '.',
241 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 245 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
242 }, 246 },
243 { 247 {
244 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 248 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
245 "pattern": ".", 249 "pattern": ".",
246 "action": ["python", "v8/gypfiles/gyp_v8"], 250 "action": ["python", "v8/gypfiles/gyp_v8"],
247 }, 251 },
248 ] 252 ]
OLDNEW
« no previous file with comments | « no previous file | gypfiles/all.gyp » ('j') | gypfiles/all.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698