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

Unified Diff: compiler/lib/corelib.dart

Issue 8271014: future and completer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: added Future.dart to gypi and lib files Created 9 years, 2 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
Index: compiler/lib/corelib.dart
diff --git a/compiler/lib/corelib.dart b/compiler/lib/corelib.dart
index adeb19d0e3db571d9005bede8433839ef7baf61e..e57009038c33339113cf25a222ee3729e7bf4bff 100644
--- a/compiler/lib/corelib.dart
+++ b/compiler/lib/corelib.dart
@@ -19,6 +19,7 @@
#source("src/exceptions.dart");
#source("src/expect.dart");
#source("src/function.dart");
+#source("src/future.dart");
#source("src/hashable.dart");
#source("src/int.dart");
#source("src/isolate.dart");
« no previous file with comments | « no previous file | compiler/lib/corelib_impl.dart » ('j') | corelib/src/implementation/future_implementation.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698