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

Unified Diff: runtime/bin/io_sources.gypi

Issue 9289042: Minor changes to the dart:io library files. (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
Index: runtime/bin/io_sources.gypi
diff --git a/runtime/bin/io_sources.gypi b/runtime/bin/io_sources.gypi
index a5c19a0c77ee51aabd9fb33b9daa8cb5fee6cd03..66cf6dd76d9c4d1dfc58c8ae7bf37a557ba7fdb3 100644
--- a/runtime/bin/io_sources.gypi
+++ b/runtime/bin/io_sources.gypi
@@ -20,6 +20,7 @@
'file_impl.dart',
'input_stream.dart',
'list_stream.dart',
+ 'list_stream_impl.dart',
'output_stream.dart',
'stream_util.dart',
'string_stream.dart',
@@ -30,6 +31,7 @@
'socket.dart',
'socket_impl.dart',
'socket_stream.dart',
+ 'socket_stream_impl.dart',
'stdio.dart',
'timer.dart',
'timer_impl.dart',

Powered by Google App Engine
This is Rietveld 408576698