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

Unified Diff: DEPS

Issue 1146063003: Add package_config to DEPS. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
diff --git a/DEPS b/DEPS
index 65d8de38725018f552d8730ea1ccca7ab7a31715..caf0999dd45f965c6dce8ea8293b95febfc7959b 100644
--- a/DEPS
+++ b/DEPS
@@ -60,6 +60,7 @@ vars = {
"oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
"observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
"observatory_pub_packages_rev": "@45565",
+ "package_config_rev": "@286f9cf48448c4563e735a142c6f9442ab57674e",
"path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320",
"petitparser_rev" : "@37878",
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
@@ -204,6 +205,9 @@ deps = {
"https://github.com/dart-lang/oauth2.git" + Var("oauth2_rev"),
Var("dart_root") + "/third_party/pkg/observe":
"https://github.com/dart-lang/observe.git" + Var("observe_rev"),
+ Var("dart_root") + "/third_party/pkg/package_config":
+ "https://github.com/dart-lang/package_config.git" +
+ Var("package_config_rev"),
Var("dart_root") + "/third_party/pkg/path":
"https://github.com/dart-lang/path.git" + Var("path_rev"),
Var("dart_root") + "/third_party/pkg/plugin":
« 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