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

Unified Diff: 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 | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 2b15d09e91a7042b70a7790cc79c4de9d95e3cfc..de5408f97e1002a022e6329fb5333506080b823f 100644
--- a/DEPS
+++ b/DEPS
@@ -55,7 +55,6 @@ vars = {
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@0.2.0",
"dev_compiler_rev": "@0.1.7",
- "fake_async_rev" : "@38614",
"firefox_jsshell_rev" : "@45554",
"glob_rev": "@704cf75e4f26b417505c5c611bdaacd8808467dd",
"gsutil_rev" : "@33376",
@@ -155,8 +154,6 @@ deps = {
Var("third_party") + "/7zip" + Var("7zip_rev"),
Var("dart_root") + "/third_party/chrome":
Var("third_party") + "/chrome" + Var("chrome_rev"),
- Var("dart_root") + "/third_party/pkg/fake_async":
- Var("third_party") + "/fake_async" + Var("fake_async_rev"),
Var("dart_root") + "/third_party/firefox_jsshell":
Var("third_party") + "/firefox_jsshell" + Var("firefox_jsshell_rev"),
Var("dart_root") + "/third_party/font-awesome":
« no previous file with comments | « no previous file | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698