Index: DEPS |
diff --git a/DEPS b/DEPS |
index f489ae68b6aa789e2d77e5694affdbc1a1073e0a..d54105e553353e8dc8c4d58e3aa3679dfb9cc10f 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -195,8 +195,6 @@ deps = { |
(Var("github_mirror") % "csslib") + Var("csslib_tag"), |
Var("dart_root") + "/third_party/pkg_tested/dart_style": |
(Var("github_mirror") % "dart_style") + Var("dart_style_tag"), |
- Var("dart_root") + "/third_party/pkg/dartdoc": |
- "https://github.com/dart-lang/dartdoc.git" + Var("dartdoc_tag"), |
Var("dart_root") + "/third_party/pkg/glob": |
(Var("github_mirror") % "glob") + Var("glob_rev"), |
Var("dart_root") + "/third_party/pkg/html": |
@@ -228,10 +226,6 @@ deps = { |
(Var("github_mirror") % "metatest") + Var("metatest_rev"), |
Var("dart_root") + "/third_party/pkg/mime": |
(Var("github_mirror") % "mime") + Var("mime_rev"), |
- Var("dart_root") + "/third_party/pkg/mustache4dart": |
- Var("chromium_git") |
- + "/external/github.com/valotas/mustache4dart.git" |
- + Var("mustache4dart_rev"), |
Var("dart_root") + "/third_party/pkg/oauth2": |
(Var("github_mirror") % "oauth2") + Var("oauth2_rev"), |
Var("dart_root") + "/third_party/pkg/observe": |
@@ -249,12 +243,6 @@ deps = { |
(Var("github_mirror") % "pub_semver") + Var("pub_semver_tag"), |
Var("dart_root") + "/third_party/pkg/pub": |
("https://github.com/dart-lang/pub.git") + Var("pub_rev"), |
- Var("dart_root") + "/third_party/pkg/pub_cache": |
- (Var("github_mirror") % "pub_cache") + Var("pub_cache_tag"), |
- Var("dart_root") + "/third_party/pkg/quiver": |
- Var("chromium_git") |
- + "/external/github.com/google/quiver-dart.git" |
- + Var("quiver_tag"), |
Var("dart_root") + "/third_party/pkg/scheduled_test": |
(Var("github_mirror") % "scheduled_test") + |
Var("scheduled_test_tag"), |