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

Unified Diff: runtime/bin/buffer_list.dart

Issue 9254026: Split dart:builtin into dart:builtin and dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: runtime/bin/buffer_list.dart
diff --git a/runtime/bin/buffer_list.dart b/runtime/bin/buffer_list.dart
index 7dc7c601b2e17ede22f1db7431a33f7f8cf3c33d..1a0561daf8768f7dc0aa32417968332f26c88fe4 100644
--- a/runtime/bin/buffer_list.dart
+++ b/runtime/bin/buffer_list.dart
@@ -2,6 +2,8 @@
// 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("io");
Ivan Posva 2012/01/21 20:24:55 It would be nice to pull this out into its own fil
Mads Ager (google) 2012/01/23 11:35:38 Restored the imports of coreimpl and nativewrapper
+
/**
* Utility class that holds a number of byte buffers and can deliver
* the bytes either one by one or in chunks.
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/builtin.h » ('j') | runtime/bin/builtin.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698