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

Unified Diff: frog/file_system_vm.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
« no previous file with comments | « no previous file | frog/leg/scanner/vm_scanner_bench.dart » ('j') | runtime/bin/buffer_list.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/file_system_vm.dart
diff --git a/frog/file_system_vm.dart b/frog/file_system_vm.dart
index 3471fb0cb14ff32c3035b43310c5bbbdfea8ae26..372805e22a87bb661b0df11b2809ac56c392cded 100644
--- a/frog/file_system_vm.dart
+++ b/frog/file_system_vm.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library('file_system_vm');
+#import('dart:io');
#import('file_system.dart');
/** File system implementation using the vm api's. */
« no previous file with comments | « no previous file | frog/leg/scanner/vm_scanner_bench.dart » ('j') | runtime/bin/buffer_list.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698