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

Unified Diff: DEPS

Issue 1160043006: Bump package_config DEP to 0.0.2. (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 355f03e16f6618e6e0e5f7a94f15ade11f00dd08..dfa565f636dc9e2a88f2beb9d420b3b24344f39c 100644
--- a/DEPS
+++ b/DEPS
@@ -76,7 +76,7 @@ vars = {
"oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
"observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
"observatory_pub_packages_rev": "@45565",
- "package_config_rev": "@286f9cf48448c4563e735a142c6f9442ab57674e",
+ "package_config_tag": "@0.0.2",
"path_rev": "@93b3e2aa1db0ac0c8bab9d341588d77acda60320",
"petitparser_rev" : "@37878",
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
@@ -229,7 +229,7 @@ deps = {
(Var("github_mirror") % "observe") + Var("observe_rev"),
Var("dart_root") + "/third_party/pkg/package_config":
(Var("github_mirror") % "package_config") +
- Var("package_config_rev"),
+ Var("package_config_tag"),
Var("dart_root") + "/third_party/pkg/path":
(Var("github_mirror") % "path") + 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