| Index: runtime/bin/io_sources.gypi
|
| diff --git a/runtime/bin/io_sources.gypi b/runtime/bin/io_sources.gypi
|
| index 35d13aa75d8f78c8a458ba5af28f1c313df33cb5..f74d58d6250318d5094cff9ca96705e545e0ab40 100644
|
| --- a/runtime/bin/io_sources.gypi
|
| +++ b/runtime/bin/io_sources.gypi
|
| @@ -5,45 +5,14 @@
|
| # This file contains all sources for the dart:io library.
|
| {
|
| 'sources': [
|
| - # The io.dart file needs to be the first source file. It contains
|
| - # the library and import directives for the dart:io library. The
|
| - # dart:io library is created by concatenating the files listed here
|
| - # in the order they are listed.
|
| - 'io.dart',
|
| -
|
| - 'base64.dart',
|
| - 'buffer_list.dart',
|
| - 'chunked_stream.dart',
|
| - 'common.dart',
|
| - 'directory.dart',
|
| - 'directory_impl.dart',
|
| - 'eventhandler.dart',
|
| - 'file.dart',
|
| - 'file_impl.dart',
|
| - 'http.dart',
|
| - 'http_impl.dart',
|
| - 'http_parser.dart',
|
| - 'http_session.dart',
|
| - 'http_utils.dart',
|
| - 'input_stream.dart',
|
| - 'list_stream.dart',
|
| - 'list_stream_impl.dart',
|
| - 'mime_multipart_parser.dart',
|
| - 'output_stream.dart',
|
| - 'path.dart',
|
| - 'path_impl.dart',
|
| - 'platform.dart',
|
| - 'platform_impl.dart',
|
| - 'process.dart',
|
| - 'process_impl.dart',
|
| - 'socket.dart',
|
| - 'socket_impl.dart',
|
| - 'socket_stream_impl.dart',
|
| - 'stdio.dart',
|
| - 'stream_util.dart',
|
| - 'string_stream.dart',
|
| - 'timer_impl.dart',
|
| - 'websocket.dart',
|
| - 'websocket_impl.dart',
|
| + 'common_patch.dart',
|
| + 'directory_patch.dart',
|
| + 'eventhandler_patch.dart',
|
| + 'file_patch.dart',
|
| + 'http_patch.dart',
|
| + 'platform_patch.dart',
|
| + 'process_patch.dart',
|
| + 'socket_patch.dart',
|
| + 'stdio_patch.dart',
|
| ],
|
| }
|
|
|