| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 02f5aba618652ecef7c0394cc60a6b72fe648f69..1a1d6cca33afc58dafb1f87fbc09f34cb1b4d247 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -38,7 +38,6 @@ vars = {
|
|
|
| # Revisions of /third_party/* dependencies.
|
| "7zip_rev" : "@19997",
|
| - "analyzer_cli_rev" : "@5d48af14a206a731616fa23fe25918efe4957ee2",
|
| "args_tag": "@0.13.0",
|
| "barback_rev" : "@29ee90dbcf77cfd64632fa2797a4c8a4f29a4b51",
|
| "charcode_tag": "@1.1.0",
|
| @@ -176,8 +175,6 @@ deps = {
|
| (Var("github_mirror") % "dart-services") +
|
| Var("dart_services_rev"),
|
|
|
| - Var("dart_root") + "/third_party/pkg/analyzer_cli":
|
| - (Var("github_mirror") % "analyzer_cli") + Var("analyzer_cli_rev"),
|
| Var("dart_root") + "/third_party/pkg/args":
|
| (Var("github_mirror") % "args") + Var("args_tag"),
|
| Var("dart_root") + "/third_party/pkg/barback":
|
|
|