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

Unified Diff: tools/deps/dartium.deps/DEPS

Issue 1289303002: Update dartium DEPS to use co19 from github. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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: tools/deps/dartium.deps/DEPS
diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS
index 1977d7a6a69b7330a69683d27e08f5c286329fef..e7fef5839b8b3a2337f7a9e33135d4fe03b97137 100644
--- a/tools/deps/dartium.deps/DEPS
+++ b/tools/deps/dartium.deps/DEPS
@@ -53,7 +53,7 @@ vars.update({
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
"web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
- "co19_rev": "@801",
+ "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c",
terry 2015/08/14 16:07:48 The SHA1 should be 34010003cd3e74085084c92816247b5
"fake_async_rev": "@38614",
})
@@ -177,8 +177,8 @@ deps.update({
"http://dart.googlecode.com/svn/third_party/fake_async" +
Var("fake_async_rev"),
- "src/dart/tests/co19/src": ((Var("googlecode_url") % "co19") +
- "/trunk/co19/tests/co19/src" + Var("co19_rev")),
+ "src/dart/tests/co19/src":
+ "https://github.com/dart-lang/co19.git" + Var("co19_rev"),
"src/dart/third_party/zlib":
Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
« 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