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

Unified Diff: runtime/bin/io.dart

Issue 10919267: Introduce a VM-only dart:scalarlist library for byte arrays. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move init call for scalarlist lib Created 8 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 | « runtime/bin/dartutils.h ('k') | runtime/lib/byte_array.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io.dart
diff --git a/runtime/bin/io.dart b/runtime/bin/io.dart
index 10b51dc749c932413d1f98a782714198fb841a29..36d02bb268ec580cf70e5145b5e8e9153f484d9f 100644
--- a/runtime/bin/io.dart
+++ b/runtime/bin/io.dart
@@ -8,9 +8,10 @@
#library("io");
#import("dart:coreimpl");
+#import("dart:crypto");
#import("dart:isolate");
#import("dart:math");
#import("dart:nativewrappers");
+#import("dart:scalarlist");
#import("dart:uri");
-#import("dart:crypto");
#import("dart:utf");
« no previous file with comments | « runtime/bin/dartutils.h ('k') | runtime/lib/byte_array.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698