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

Unified Diff: sdk/lib/async/async_sources.gypi

Issue 16240008: Make StreamController be a StreamSink, not just an EventSink. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Complete rewrite. StreamController is now itself a StreamSink. Created 7 years, 6 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: sdk/lib/async/async_sources.gypi
diff --git a/sdk/lib/async/async_sources.gypi b/sdk/lib/async/async_sources.gypi
index dc0dbecaa1f793ec2db1fd9811c75a302594428b..3f8d32990f8713bcbe5696f6c06cb6137bd117cf 100644
--- a/sdk/lib/async/async_sources.gypi
+++ b/sdk/lib/async/async_sources.gypi
@@ -8,6 +8,7 @@
'async.dart',
# The above file needs to be first as it lists the parts below.
'async_error.dart',
+ 'broadcast_stream_controller.dart',
'deferred_load.dart',
'event_loop.dart',
'future.dart',

Powered by Google App Engine
This is Rietveld 408576698