diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 890f142..0f203a8 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -165,6 +165,8 @@ 'sources': [ 'host/capturer.cc', 'host/capturer.h', + 'host/chromoting_host.cc', + 'host/chromoting_host.h', 'host/client_connection.cc', 'host/client_connection.h', 'host/differ.h', @@ -180,8 +182,6 @@ 'host/event_executor.h', 'host/session_manager.cc', 'host/session_manager.h', - 'host/simple_host.cc', - 'host/simple_host.h', 'host/heartbeat_sender.cc', 'host/heartbeat_sender.h', ], |