| 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"),
|
|
|