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

Unified Diff: DEPS

Issue 2354863002: Add package_resolver to dartium DEPS, update both DEPS files. (Closed)
Patch Set: Created 4 years, 3 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 | tools/deps/dartium.deps/DEPS » ('j') | 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 9c6161a549a61818f9d9f655344443e9b7287a9a..16d478cb746f2b973ddc0d59ce30628035627bf7 100644
--- a/DEPS
+++ b/DEPS
@@ -151,7 +151,7 @@ deps = {
Var("boringssl_rev"),
Var("dart_root") + "/third_party/root_certificates":
- "https://github.com/dart-lang/root_certificates.git" +
+ (Var("github_mirror") % "root_certificates") +
Var("root_certificates_rev"),
Var("dart_root") + "/third_party/jinja2":
@@ -191,7 +191,7 @@ deps = {
Var("dart_root") + "/third_party/pkg/collection":
(Var("github_mirror") % "collection") + Var("collection_tag"),
Var("dart_root") + "/third_party/pkg/convert":
- "https://github.com/dart-lang/convert.git" + Var("convert_tag"),
+ (Var("github_mirror") % "convert") + Var("convert_tag"),
Var("dart_root") + "/third_party/pkg/crypto":
(Var("github_mirror") % "crypto") + Var("crypto_tag"),
Var("dart_root") + "/third_party/pkg/csslib":
@@ -290,7 +290,7 @@ deps = {
Var("dart_root") + "/third_party/pkg/shelf":
(Var("github_mirror") % "shelf") + Var("shelf_tag"),
Var("dart_root") + "/third_party/pkg/shelf_packages_handler":
- "https://github.com/dart-lang/shelf_packages_handler.git"
+ (Var("github_mirror") % "shelf_packages_handler")
+ Var("shelf_packages_handler_tag"),
Var("dart_root") + "/third_party/pkg/shelf_static":
(Var("github_mirror") % "shelf_static") + Var("shelf_static_tag"),
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698