Update the co19 dep to point to the GitHub repo.

R=ricow@google.com

Committed: 62d4ce3adf

Review URL: https://codereview.chromium.org//1149933003
This commit is contained in:
Rico Wind 2015-05-28 14:25:59 +02:00
parent 3e38d5abcd
commit dccaad961c

6
DEPS
View file

@ -32,7 +32,7 @@ vars = {
"https://chromium.googlesource.com/external/github.com/dart-lang/%s.git", "https://chromium.googlesource.com/external/github.com/dart-lang/%s.git",
"gyp_rev": "@1752", "gyp_rev": "@1752",
"co19_rev": "@801", "co19_rev": "@20c5a7306a7bcee037cc3988a84e5486c6e1a78e",
"chromium_url": "http://src.chromium.org/svn", "chromium_url": "http://src.chromium.org/svn",
"chromium_git": "https://chromium.googlesource.com", "chromium_git": "https://chromium.googlesource.com",
@ -117,8 +117,8 @@ deps = {
Var("dart_root") + "/third_party/gyp": Var("dart_root") + "/third_party/gyp":
(Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"), (Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"),
Var("dart_root") + "/tests/co19/src": ((Var("googlecode_url") % "co19") + Var("dart_root") + "/tests/co19/src":
"/trunk/co19/tests/co19/src" + Var("co19_rev")), "https://github.com/dart-lang/co19.git" + Var("co19_rev"),
Var("dart_root") + "/third_party/nss": Var("dart_root") + "/third_party/nss":
Var("chromium_git") + "/chromium/deps/nss.git" + Var("nss_rev"), Var("chromium_git") + "/chromium/deps/nss.git" + Var("nss_rev"),