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

Unified Diff: DEPS

Issue 1533683003: Remove old versions of barback from checkout (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 540e54ebbd3c7d477c23c91c793d2a0536d3c681..f309acbc934a119a7a5870fa7579b33f3c4a5b59 100644
--- a/DEPS
+++ b/DEPS
@@ -10,9 +10,6 @@ vars = {
# The svn location to pull out dependencies from
"third_party": "http://dart.googlecode.com/svn/third_party",
- # The svn location for pulling pinned revisions of bleeding edge dependencies.
- "bleeding_edge": "http://dart.googlecode.com/svn/branches/bleeding_edge",
-
# Use this googlecode_url variable only if there is an internal mirror for it.
# If you do not know, use the full path while defining your new deps entry.
"googlecode_url": "http://%s.googlecode.com/svn",
@@ -300,18 +297,6 @@ deps = {
(Var("github_mirror") % "which") + Var("which_tag"),
Var("dart_root") + "/third_party/pkg/yaml":
(Var("github_mirror") % "yaml") + Var("yaml_tag"),
-
- # These specific versions of barback and source_maps are used for testing and
- # should be pulled from bleeding_edge even on channels.
- Var("dart_root") + "/third_party/pkg/barback-0.13.0":
- Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.13.0_rev"),
- Var("dart_root") + "/third_party/pkg/barback-0.14.0+3":
- Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.0_rev"),
- Var("dart_root") + "/third_party/pkg/barback-0.14.1+4":
- Var("bleeding_edge") + "/dart/pkg/barback" + Var("barback-0.14.1_rev"),
- Var("dart_root") + "/third_party/pkg/source_maps-0.9.4":
- Var("bleeding_edge") + "/dart/pkg/source_maps" +
- Var("source_maps-0.9.4_rev"),
}
deps_os = {
« 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