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

Unified Diff: lib/isolate/isolate_runtime.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
Index: lib/isolate/isolate_runtime.dart
diff --git a/samples/dartcombat/dartcombatlib.dart b/lib/isolate/isolate_runtime.dart
similarity index 56%
copy from samples/dartcombat/dartcombatlib.dart
copy to lib/isolate/isolate_runtime.dart
index bc8a3471ecc57c4f1663179a9f0f4b26f726c4b8..439f571764e0471fbe2db6bdddb440b1dff8a30b 100644
--- a/samples/dartcombat/dartcombatlib.dart
+++ b/lib/isolate/isolate_runtime.dart
@@ -2,12 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library('dartcombatlib');
eub 2012/02/21 23:43:18 What the heck was this? :)
Siggi Cherem (dart-lang) 2012/02/21 23:54:22 Most likely this was git trying to be smart, and f
+// TODO(sigmund): convert this into a normal library code once we move isolates
+// out of the vm's bootstrap.
-#import('dart:html');
+// #library("dart:isolate");
+// #import("isolate_api.dart");
-#source('setup.dart');
-#source('grids.dart');
-#source('player.dart');
-#source('state.dart');
-#source('views.dart');

Powered by Google App Engine
This is Rietveld 408576698