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

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

Issue 1330363002: Remove fake_async from third_party/pkg. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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 | « DEPS ('k') | 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 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"),
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698