| 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',
|
|
|