Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index b7b0a0def98b7e5623405da1cc32c130f38a26b1..59bfbcf03f8400011a9358f8257351d902be436f 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -18,7 +18,11 @@ deps = { |
| "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", |
| + 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.
|
| + "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' + '@' + "11aa1bbe1b4fbae3694d14eb59b4eb98550bcbee", |
| "v8/tools/swarming_client": |