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

Unified Diff: frog/lib/corelib.dart

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 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 | « frog/leg/scanner/source_list.dart ('k') | frog/lib/corelib_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/lib/corelib.dart
diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
index 2e5afdb2500258d8d5a31c6d0388c454818ca29e..e48fa4a61a5d2a91e10cc6b1e8bb315abae60eb5 100644
--- a/frog/lib/corelib.dart
+++ b/frog/lib/corelib.dart
@@ -18,14 +18,12 @@
#source("../../corelib/src/future.dart");
#source("../../corelib/src/hashable.dart");
#source("../../corelib/src/int.dart");
-#source("../../corelib/src/isolate.dart");
#source("../../corelib/src/iterable.dart");
#source("../../corelib/src/iterator.dart");
#source("../../corelib/src/list.dart");
#source("../../corelib/src/map.dart");
#source("math.dart"); // overriden to be more directly native
#source("natives.dart"); // native helpers generated by the compiler
-#source("newisolate.dart"); // work in progress towards the new API
#source("num.dart"); // overriden to include int members on num - weird typing
#source("../../corelib/src/options.dart");
#source("../../corelib/src/pattern.dart");
« no previous file with comments | « frog/leg/scanner/source_list.dart ('k') | frog/lib/corelib_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698