| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 002db2962105cc9368a9d7eeac7e177b3c3e51ac..73ee1a0ec2dee2d701061f989fdb2d36f936b249 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',
|
|
|