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

Unified Diff: DEPS

Issue 1149933003: Update the co19 dep to point to the GitHub repo. (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 933ae06fc16b002990712dd1adb5d727d2598954..80ae9c1c0cfcb1a6ef0fea540ef518f912def399 100644
--- a/DEPS
+++ b/DEPS
@@ -18,7 +18,7 @@ vars = {
"googlecode_url": "http://%s.googlecode.com/svn",
"gyp_rev": "@1752",
- "co19_rev": "@801",
+ "co19_rev": "@20c5a7306a7bcee037cc3988a84e5486c6e1a78e",
"chromium_url": "http://src.chromium.org/svn",
"chromium_git": "https://chromium.googlesource.com",
@@ -99,8 +99,8 @@ deps = {
Var("dart_root") + "/third_party/gyp":
(Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"),
- Var("dart_root") + "/tests/co19/src": ((Var("googlecode_url") % "co19") +
- "/trunk/co19/tests/co19/src" + Var("co19_rev")),
+ Var("dart_root") + "/tests/co19/src":
+ "https://github.com/dart-lang/co19.git" + Var("co19_rev"),
Var("dart_root") + "/third_party/nss":
Var("chromium_git") + "/chromium/deps/nss.git" + Var("nss_rev"),
« 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