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

Unified Diff: runtime/bin/io_sources.gypi

Issue 10205012: Initial web socket server implementation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from ajohnsen@ and ager@ Created 8 years, 8 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 5a3ad6f17bd5038e0249a85502d69bac25dae8bd..601bc38f9ab2694b86b864b23e11b28e296f1fcd 100644
--- a/runtime/bin/io_sources.gypi
+++ b/runtime/bin/io_sources.gypi
@@ -11,6 +11,7 @@
# in the order they are listed.
'io.dart',
+ 'base64.dart',
'buffer_list.dart',
'chunked_stream.dart',
'common.dart',
@@ -27,6 +28,7 @@
'list_stream.dart',
'list_stream_impl.dart',
'output_stream.dart',
+ 'sha1.dart',
'stream_util.dart',
'string_stream.dart',
'platform.dart',
@@ -40,5 +42,7 @@
'stdio.dart',
'timer.dart',
'timer_impl.dart',
+ 'websocket.dart',
+ 'websocket_impl.dart',
],
}
« no previous file with comments | « runtime/bin/http_parser.dart ('k') | runtime/bin/sha1.dart » ('j') | runtime/bin/websocket.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698