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

Unified Diff: DEPS

Issue 2976413002: This DEP hasn't been touched in 2 years – can't see any uses (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 | « 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 c5102c99be9dd22b7f67295ad073ce6c35ce8cb2..4d8d1220fafcd5b8ab2b9f28309e18a073ec8019 100644
--- a/DEPS
+++ b/DEPS
@@ -63,7 +63,6 @@ vars = {
"crypto_tag" : "@2.0.1",
"csslib_tag" : "@0.13.3+1",
"dart2js_info_tag" : "@0.5.4+2",
- "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
# Note: updates to dart_style have to be coordinated carefully with
# the infrastructure-team so that the internal formatter in
@@ -210,9 +209,6 @@ deps = {
(Var("github_mirror") % "crypto") + Var("crypto_tag"),
Var("dart_root") + "/third_party/pkg/csslib":
(Var("github_mirror") % "csslib") + Var("csslib_tag"),
- Var("dart_root") + "/third_party/dart-services":
- (Var("github_mirror") % "dart-services") +
- Var("dart_services_rev"),
Var("dart_root") + "/third_party/pkg_tested/dart_style":
(Var("github_mirror") % "dart_style") + Var("dart_style_tag"),
Var("dart_root") + "/third_party/pkg/dart2js_info":
« 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