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

Unified Diff: lib/compiler/implementation/lib/io.dart

Issue 9873021: Move frog/leg to lib/compiler/implementation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « lib/compiler/implementation/lib/coreimpl.dart ('k') | lib/compiler/implementation/native_handler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/io.dart
===================================================================
--- lib/compiler/implementation/lib/io.dart (revision 5925)
+++ lib/compiler/implementation/lib/io.dart (working copy)
@@ -15,42 +15,42 @@
// TODO(ahe): Should Leg support this library?
// #import("dart:nativewrappers");
#import("dart:uri");
-#source('../../../runtime/bin/buffer_list.dart');
-#source('../../../runtime/bin/common.dart');
-#source('../../../runtime/bin/chunked_stream.dart');
-#source('../../../runtime/bin/directory.dart');
+#source('../../../../runtime/bin/buffer_list.dart');
+#source('../../../../runtime/bin/common.dart');
+#source('../../../../runtime/bin/chunked_stream.dart');
+#source('../../../../runtime/bin/directory.dart');
// Uses native keyword.
-// #source('../../../runtime/bin/directory_impl.dart');
+// #source('../../../../runtime/bin/directory_impl.dart');
// Uses native keyword.
-// #source('../../../runtime/bin/eventhandler.dart');
-#source('../../../runtime/bin/file.dart');
+// #source('../../../../runtime/bin/eventhandler.dart');
+#source('../../../../runtime/bin/file.dart');
// Uses native keyword.
-// #source('../../../runtime/bin/file_impl.dart');
-#source('../../../runtime/bin/http.dart');
-#source('../../../runtime/bin/http_impl.dart');
-#source('../../../runtime/bin/http_parser.dart');
-#source('../../../runtime/bin/http_utils.dart');
-#source('../../../runtime/bin/input_stream.dart');
-#source('../../../runtime/bin/list_stream.dart');
-#source('../../../runtime/bin/list_stream_impl.dart');
-#source('../../../runtime/bin/output_stream.dart');
-#source('../../../runtime/bin/stream_util.dart');
-#source('../../../runtime/bin/string_stream.dart');
-#source('../../../runtime/bin/platform.dart');
+// #source('../../../../runtime/bin/file_impl.dart');
+#source('../../../../runtime/bin/http.dart');
+#source('../../../../runtime/bin/http_impl.dart');
+#source('../../../../runtime/bin/http_parser.dart');
+#source('../../../../runtime/bin/http_utils.dart');
+#source('../../../../runtime/bin/input_stream.dart');
+#source('../../../../runtime/bin/list_stream.dart');
+#source('../../../../runtime/bin/list_stream_impl.dart');
+#source('../../../../runtime/bin/output_stream.dart');
+#source('../../../../runtime/bin/stream_util.dart');
+#source('../../../../runtime/bin/string_stream.dart');
+#source('../../../../runtime/bin/platform.dart');
// Uses native keyword.
-// #source('../../../runtime/bin/platform_impl.dart');
-#source('../../../runtime/bin/process.dart');
+// #source('../../../../runtime/bin/platform_impl.dart');
+#source('../../../../runtime/bin/process.dart');
// Uses native keyword.
-// #source('../../../runtime/bin/process_impl.dart');
-#source('../../../runtime/bin/socket.dart');
+// #source('../../../../runtime/bin/process_impl.dart');
+#source('../../../../runtime/bin/socket.dart');
// Uses native keyword.
-// #source('../../../runtime/bin/socket_impl.dart');
-#source('../../../runtime/bin/socket_stream.dart');
-#source('../../../runtime/bin/socket_stream_impl.dart');
+// #source('../../../../runtime/bin/socket_impl.dart');
+#source('../../../../runtime/bin/socket_stream.dart');
+#source('../../../../runtime/bin/socket_stream_impl.dart');
// Uses native keyword.
-// #source('../../../runtime/bin/stdio.dart');
-#source('../../../runtime/bin/timer.dart');
-#source('../../../runtime/bin/timer_impl.dart');
+// #source('../../../../runtime/bin/stdio.dart');
+#source('../../../../runtime/bin/timer.dart');
+#source('../../../../runtime/bin/timer_impl.dart');
class _File implements File {
factory File(arg) {
« no previous file with comments | « lib/compiler/implementation/lib/coreimpl.dart ('k') | lib/compiler/implementation/native_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698