Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index 882fa0f2299ec5f1cfefd77aa79e2291ac7c1ce5..36fede07500f93a91b1c14b80820090b657e609f 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -39,6 +39,7 @@ vars = { |
| "gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06", |
| # Revisions of /third_party/* dependencies. |
| + "angular_analyzer_plugin_tag": "@v0.0.2", |
| "args_tag": "@0.13.5", |
| "async_tag": "@1.11.3", |
| "barback-0.13.0_rev": "@34853", |
| @@ -176,6 +177,9 @@ deps = { |
| Var('chromium_git') + '/external/github.com/gperftools/gperftools.git' + |
| Var("gperftools_revision"), |
| + Var("dart_root") + "/third_party/pkg/angular_analyzer_plugin": |
| + (Var("github_mirror") % "angular_analyzer_plugin") + |
|
Bill Hesse
2017/01/02 08:05:56
This needs to use the github.com address until we
|
| + Var("angular_analyzer_plugin_tag"), |
| Var("dart_root") + "/third_party/pkg/args": |
| (Var("github_mirror") % "args") + Var("args_tag"), |
| Var("dart_root") + "/third_party/pkg/async": |