| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 18be85e8462e7deb3aedb196335a31f915d430d6..dd89232e48599bf18cfef22c72646350055ce661 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -37,7 +37,6 @@ vars = {
|
| "gperftools_revision": "@02eeed29df112728564a5dde6417fa4622b57a06",
|
|
|
| # Revisions of /third_party/* dependencies.
|
| - "angular_analyzer_plugin_tag": "@v0.0.8",
|
| "args_tag": "@0.13.7",
|
| "async_tag": "@1.13.0",
|
| "barback-0.13.0_rev": "@34853",
|
| @@ -175,9 +174,6 @@ 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") +
|
| - 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":
|
|
|