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 2763003002: Update DEPS to use github mirror for two more repos (Closed)
Patch Set: Fix indent Created 3 years, 9 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 ab5e4e8e2d212c7200e6c9072dac46d23e1dcc92..e928cd0fdef653a89de8bf3f535a9ce8e3bc2520 100644
--- a/DEPS
+++ b/DEPS
@@ -146,7 +146,7 @@ deps = {
Var("zlib_rev"),
Var("dart_root") + "/third_party/boringssl":
- (Var("github_dartlang") % "boringssl_gen") + Var("boringssl_gen_rev"),
+ (Var("github_mirror") % "boringssl_gen") + Var("boringssl_gen_rev"),
Var("dart_root") + "/third_party/boringssl/src":
"https://boringssl.googlesource.com/boringssl.git" +
Var("boringssl_rev"),
@@ -254,11 +254,11 @@ deps = {
Var("dart_root") + "/third_party/pkg/oauth2":
(Var("github_mirror") % "oauth2") + Var("oauth2_tag"),
Var("dart_root") + "/third_party/pkg/observable":
- (Var("github_dartlang") % "observable") + Var("observable_tag"),
+ (Var("github_mirror") % "observable") + Var("observable_tag"),
Var("dart_root") + "/third_party/pkg/observe":
(Var("github_mirror") % "observe") + Var("observe_tag"),
Var("dart_root") + "/third_party/observatory_pub_packages":
- (Var("github_mirror") % "observatory_pub_packages")
+ (Var("github_mirror") % "observatory_pub_packages")
+ Var("observatory_pub_packages_rev"),
Var("dart_root") + "/third_party/pkg_tested/package_config":
(Var("github_mirror") % "package_config") +
« 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