| Index: tools/deps/dartium.deps/DEPS
|
| diff --git a/tools/deps/dartium.deps/DEPS b/tools/deps/dartium.deps/DEPS
|
| index b79b1dc5b6974b89dd2b2a0441fa6c0a23f8ec36..abc564d5703e5b667228c05b0c38f201e614d27f 100644
|
| --- a/tools/deps/dartium.deps/DEPS
|
| +++ b/tools/deps/dartium.deps/DEPS
|
| @@ -69,7 +69,6 @@ vars.update({
|
| "web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
|
|
|
| "co19_rev": "@f95f109fea67127a220958794ef5200a63cb454c",
|
| - "fake_async_rev": "@38614",
|
| })
|
|
|
| def massage_deps(deps):
|
| @@ -183,10 +182,6 @@ deps.update({
|
| "src/dart/third_party/WebCore":
|
| "http://dart.googlecode.com/svn/third_party/WebCore",
|
|
|
| - "src/dart/third_party/pkg/fake_async":
|
| - "http://dart.googlecode.com/svn/third_party/fake_async" +
|
| - Var("fake_async_rev"),
|
| -
|
| "src/dart/tests/co19/src":
|
| (Var("github_mirror") % "co19") + Var("co19_rev"),
|
|
|
|
|