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

Unified Diff: frog/leg/scanner/source_list.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/lib/core.dart ('k') | frog/lib/corelib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/scanner/source_list.dart
diff --git a/frog/leg/scanner/source_list.dart b/frog/leg/scanner/source_list.dart
index c9dc9b58702f035631e1453e0f3b0906f7d12b4b..42c41a9e16c01e17ce5d05ae9c1010aaa9add4a7 100644
--- a/frog/leg/scanner/source_list.dart
+++ b/frog/leg/scanner/source_list.dart
@@ -1494,7 +1494,6 @@ final List<String> argv = const <String>[
'../corelib/src/implementation/splay_tree.dart',
'../corelib/src/implementation/stopwatch_implementation.dart',
'../corelib/src/int.dart',
-'../corelib/src/isolate.dart',
'../corelib/src/iterable.dart',
'../corelib/src/iterator.dart',
'../corelib/src/list.dart',
@@ -1514,6 +1513,11 @@ final List<String> argv = const <String>[
'../lib/json/json.dart',
'../lib/uri/uri.dart',
'../lib/utf8/utf8.dart',
+'../lib/isolate/isolate_api.dart',
+'../lib/isolate/isolate_frog.dart',
+'../lib/isolate/frog/isolateimpl.dart',
+'../lib/isolate/frog/ports.dart',
+'../lib/isolate/frog/messages.dart',
'../samples/actors/core/actors-dom.dart',
'../samples/actors/core/actors-interface.dart',
'../samples/actors/core/actors-term.dart',
@@ -1793,7 +1797,6 @@ final List<String> argv = const <String>[
'./leg/warnings.dart',
'./lib/arrays.dart',
'./lib/collections.dart',
-'./lib/newisolate.dart',
'./lib/num.dart',
'./lib/string_buffer.dart',
'./member_set.dart',
« no previous file with comments | « frog/leg/lib/core.dart ('k') | frog/lib/corelib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698