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

Unified Diff: DEPS

Issue 2934843003: Remove unused which/when packages from DEPS (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | 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 5ee6a22a744dda825bf0d764bac1cac1b03071a4..c29ab8bc596b7cd42b3933eaa14eeffaa47272a2 100644
--- a/DEPS
+++ b/DEPS
@@ -123,8 +123,6 @@ vars = {
"web_components_rev": "@6349e09f9118dce7ae1b309af5763745e25a9d61",
"web_socket_channel_tag": "@1.0.4",
"WebCore_rev": "@3c45690813c112373757bbef53de1602a62af609",
- "when_tag": "@0.2.0+2",
- "which_tag": "@0.1.3+1",
"yaml_tag": "@2.1.12",
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
}
@@ -340,10 +338,6 @@ deps = {
Var("dart_root") + "/third_party/pkg/web_socket_channel":
(Var("github_mirror") % "web_socket_channel") +
Var("web_socket_channel_tag"),
- Var("dart_root") + "/third_party/pkg/when":
- (Var("github_mirror") % "when") + Var("when_tag"),
- Var("dart_root") + "/third_party/pkg/which":
- (Var("github_mirror") % "which") + Var("which_tag"),
Var("dart_root") + "/third_party/pkg/yaml":
(Var("github_mirror") % "yaml") + Var("yaml_tag"),
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698