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

Unified Diff: DEPS

Issue 1146333004: Revert "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 4d0f552a8a371fb7ca1ba8d46bff36c0b364a713..dee9ad33c3181b0dc1bca5411a43d7b1504a211c 100644
--- a/DEPS
+++ b/DEPS
@@ -20,7 +20,7 @@ vars = {
"dart_github": "https://github.com/dart-lang/%s.git",
"gyp_rev": "@1752",
- "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c",
+ "co19_rev": "@801",
"chromium_url": "http://src.chromium.org/svn",
"chromium_git": "https://chromium.googlesource.com",
@@ -105,8 +105,8 @@ deps = {
Var("dart_root") + "/third_party/gyp":
(Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"),
- Var("dart_root") + "/tests/co19/src":
- "https://github.com/dart-lang/co19.git" + Var("co19_rev"),
+ Var("dart_root") + "/tests/co19/src": ((Var("googlecode_url") % "co19") +
+ "/trunk/co19/tests/co19/src" + 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