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

Unified Diff: sdk/lib/io/iolib_sources.gypi

Issue 12316036: Merge IO v2 branch to bleeding edge (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased to r18818 Created 7 years, 10 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 | « sdk/lib/io/io.dart ('k') | sdk/lib/io/list_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/iolib_sources.gypi
diff --git a/sdk/lib/io/iolib_sources.gypi b/sdk/lib/io/iolib_sources.gypi
index b4ac1bb30246ec043fdb93a52384ba67116a7be3..6492d3922978dd7fe7631d27c57b77c8384bd213 100644
--- a/sdk/lib/io/iolib_sources.gypi
+++ b/sdk/lib/io/iolib_sources.gypi
@@ -6,13 +6,13 @@
'sources': [
'base64.dart',
'buffer_list.dart',
- 'chunked_stream.dart',
'common.dart',
'directory.dart',
'directory_impl.dart',
'eventhandler.dart',
'file.dart',
'file_impl.dart',
+ 'file_system_entity.dart',
'http.dart',
'http_headers.dart',
'http_impl.dart',
@@ -20,8 +20,7 @@
'http_session.dart',
'http_utils.dart',
'input_stream.dart',
- 'list_stream.dart',
- 'list_stream_impl.dart',
+ 'io_stream_consumer.dart',
'mime_multipart_parser.dart',
'output_stream.dart',
'path.dart',
@@ -30,10 +29,8 @@
'platform_impl.dart',
'process.dart',
'socket.dart',
- 'socket_stream_impl.dart',
'stdio.dart',
- 'stream_util.dart',
- 'string_stream.dart',
+ 'string_transformer.dart',
'timer_impl.dart',
'secure_socket.dart',
'secure_server_socket.dart',
« no previous file with comments | « sdk/lib/io/io.dart ('k') | sdk/lib/io/list_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698