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

Unified Diff: deps/all.deps/DEPS

Issue 302773007: For display only (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 7 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/all.deps/DEPS
===================================================================
--- deps/all.deps/DEPS (revision 36623)
+++ deps/all.deps/DEPS (working copy)
@@ -41,6 +41,9 @@
"weberknecht_rev" : "@33599",
"bootstrap_css_rev" : "@28387",
"font_awesome_rev": "@31824",
+
+ # Revisions of older packages - these point to bleeding edge even for channels
+ "barback-0.13_rev": "@REVISION_OF_DART_REPO_WHERE_BARBACK_WAS_0.13.0",
}
deps = {
@@ -104,6 +107,9 @@
"dart/third_party/font-awesome":
"/third_party/font-awesome" + Var("font_awesome_rev"),
+
+ "dart/third_party/pkg/barback-0.13.0":
+ "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13_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