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

Unified Diff: DEPS

Issue 2190833004: Reland [inspector] add inspector protocol parser test build target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | gypfiles/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 39771567e208e8e60049087e0db7398c2a9f3664..1c1669dc0d230ebb7564dd54c4d9a0ee88fa0e02 100644
--- a/DEPS
+++ b/DEPS
@@ -19,8 +19,12 @@ deps = {
Var("git_url") + "/chromium/buildtools.git" + "@" + "1b96e1a41d3d22b24ee8da769c20849e9a002ed2",
"v8/base/trace_event/common":
Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "315bf1e2d45be7d53346c31cfcc37424a32c30c8",
- "v8/platform/inspector_protocol":
- Var("git_url") + "/chromium/src/third_party/WebKit/Source/platform/inspector_protocol.git" + "@" + "f49542089820a34a9a6e33264e09b73779407512",
+ "v8/third_party/WebKit/Source/platform/inspector_protocol":
+ Var("git_url") + "/chromium/src/third_party/WebKit/Source/platform/inspector_protocol.git" + "@" + "35e3f59ad05d994f163e82f9e644f18f9e708fec",
+ "v8/third_party/jinja2":
+ Var("git_url") + "/chromium/src/third_party/jinja2.git" + "@" + "2222b31554f03e62600cd7e383376a7c187967a1",
+ "v8/third_party/markupsafe":
+ Var("git_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "484a5661041cac13bfc688a26ec5434b05d18961",
"v8/tools/mb":
Var('git_url') + '/chromium/src/tools/mb.git' + '@' + "d1d562a498b7b48a283d168df902007f33ac1413",
"v8/tools/swarming_client":
« no previous file with comments | « .gitignore ('k') | gypfiles/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698