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

Unified Diff: DEPS

Issue 2242083003: Fix a broken DEPS file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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 aae1ae409bbe1eefb6b3ec114666cefacc59799d..92bb90c0ec2b55861d7c998659efedef771c5bc8 100644
--- a/DEPS
+++ b/DEPS
@@ -82,7 +82,7 @@ vars = {
"observatory_pub_packages_rev": "@a01235b5b71df27b602dae4676d0bf771cbe7fa2",
"observe_rev": "@eee2b8ec34236fa46982575fbccff84f61202ac6",
"package_config_rev": "@1.0.0",
- "package_resolver": "@1.0.6",
+ "package_resolver_tag": "@1.0.6",
"path_tag": "@1.3.6",
"plugin_tag": "@0.2.0",
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
@@ -256,7 +256,7 @@ deps = {
Var("package_config_rev"),
Var("dart_root") + "/third_party/pkg_tested/package_resolver":
"https://github.com/dart-lang/package_resolver.git" +
- Var("package_resolver_rev"),
+ Var("package_resolver_tag"),
Var("dart_root") + "/third_party/pkg/path":
(Var("github_mirror") % "path") + Var("path_tag"),
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