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

Unified Diff: runtime/bin/builtin_sources.gypi

Issue 8989019: Implement list based output stream and add pipe to list based input streams (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from ager@ Created 9 years 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 | « no previous file | runtime/bin/file_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_sources.gypi
diff --git a/runtime/bin/builtin_sources.gypi b/runtime/bin/builtin_sources.gypi
index 82929e0ca9854b8f8ad889f82ed5cb4bb138125e..9b5e1bf7e5fc8ff635756ed0db3fa2fee3592a22 100644
--- a/runtime/bin/builtin_sources.gypi
+++ b/runtime/bin/builtin_sources.gypi
@@ -18,7 +18,7 @@
'file.dart',
'file_impl.dart',
'input_stream.dart',
- 'list_input_stream.dart',
+ 'list_stream.dart',
'output_stream.dart',
'stream_util.dart',
'string_stream.dart',
« no previous file with comments | « no previous file | runtime/bin/file_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698