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

Unified Diff: remoting/remoting.gyp

Issue 11358190: Add simple WebSocket server implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« remoting/host/websocket_listener.cc ('K') | « remoting/host/websocket_listener.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 4b037e7b86cf8154240e197009232df2fbde7a48..102fcaa94b007b7b0a9887317e0e54211b48fdd2 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1636,6 +1636,10 @@
'host/video_scheduler.h',
'host/vlog_net_log.cc',
'host/vlog_net_log.h',
+ 'host/websocket_connection.cc',
+ 'host/websocket_connection.h',
+ 'host/websocket_listener.cc',
+ 'host/websocket_listener.h',
'host/win/desktop.cc',
'host/win/desktop.h',
'host/win/launch_process_with_token.cc',
@@ -2134,6 +2138,7 @@
'host/video_frame_capturer_mac_unittest.cc',
'host/video_frame_capturer_unittest.cc',
'host/video_scheduler_unittest.cc',
+ 'host/websocket_connection_unittest.cc',
'host/win/launch_process_with_token.cc',
'host/win/launch_process_with_token.h',
'host/win/worker_process_launcher.cc',
« remoting/host/websocket_listener.cc ('K') | « remoting/host/websocket_listener.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698