Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: DEPS

Issue 2983763002: remove pkg/metatest from DEPS (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .packages ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 2b96a96eba8c649144d5722384802304baf6badb..5f46f38f10adb13d9858bff7ca4e9ab21368da99 100644
--- a/DEPS
+++ b/DEPS
@@ -85,7 +85,6 @@ vars = {
"logging_tag": "@0.11.3+1",
"markdown_tag": "@0.11.3",
"matcher_tag": "@0.12.0+2",
- "metatest_tag": "@0.2.2+3",
"mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
"mustache4dart_tag" : "@v1.1.0",
"oauth2_tag": "@1.0.2",
@@ -249,8 +248,6 @@ deps = {
(Var("github_mirror") % "markdown") + Var("markdown_tag"),
Var("dart_root") + "/third_party/pkg/matcher":
(Var("github_mirror") % "matcher") + Var("matcher_tag"),
- Var("dart_root") + "/third_party/pkg/metatest":
- (Var("github_mirror") % "metatest") + Var("metatest_tag"),
Var("dart_root") + "/third_party/pkg/mime":
(Var("github_mirror") % "mime") + Var("mime_rev"),
Var("dart_root") + "/third_party/pkg/mustache4dart":
« no previous file with comments | « .packages ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698