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

Unified Diff: runtime/bin/io_sources.gypi

Issue 11337019: Use patching for dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 2 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/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',
],
}
« runtime/bin/io.dart ('K') | « runtime/bin/io.dart ('k') | runtime/bin/list_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698