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

Unified Diff: DEPS

Issue 812873004: Depend on the glob package via third_party. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/deps/all.deps/
Patch Set: Created 6 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
===================================================================
--- DEPS (revision 42443)
+++ DEPS (working copy)
@@ -31,6 +31,7 @@
"fake_async_rev" : "@38614",
"fest_rev" : "@19997",
"firefox_jsshell_rev" : "@35614",
+ "glob_rev": "@81ca8e6f275ae01fc6cc571c3877336ca96fb3c1",
"gson_rev" : "@36048",
"gsutil_rev" : "@33376",
"guava_rev" : "@19997",
@@ -138,6 +139,8 @@
"https://github.com/dart-lang/async_await.git" + Var("async_await_rev"),
"dart/third_party/pkg/fake_async":
"/third_party/fake_async" + Var("fake_async_rev"),
+ "dart/third_party/pkg/glob":
+ "https://github.com/dart-lang/glob.git" + Var("glob_rev"),
"dart/third_party/pkg/pub_semver":
"https://github.com/dart-lang/pub_semver.git" + Var("pub_semver_rev"),
"dart/third_party/pkg/petitparser":
« 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