| Index: remoting/remoting_host_srcs.gypi
|
| diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
|
| index 2d929083c01a40d8b759b242cf2c4f93aa623c3d..7590fa396e9a59275b960609e5c4ce370a391f4a 100644
|
| --- a/remoting/remoting_host_srcs.gypi
|
| +++ b/remoting/remoting_host_srcs.gypi
|
| @@ -65,26 +65,28 @@
|
| 'host/daemon_process.cc',
|
| 'host/daemon_process.h',
|
| 'host/daemon_process_win.cc',
|
| + 'host/desktop_capturer_proxy.cc',
|
| + 'host/desktop_capturer_proxy.h',
|
| 'host/desktop_environment.h',
|
| 'host/desktop_process.cc',
|
| 'host/desktop_process.h',
|
| 'host/desktop_resizer.h',
|
| 'host/desktop_resizer_linux.cc',
|
| + 'host/desktop_resizer_mac.cc',
|
| + 'host/desktop_resizer_win.cc',
|
| 'host/desktop_session.cc',
|
| 'host/desktop_session.h',
|
| 'host/desktop_session_agent.cc',
|
| 'host/desktop_session_agent.h',
|
| - 'host/desktop_session_win.cc',
|
| - 'host/desktop_session_win.h',
|
| - 'host/desktop_resizer_mac.cc',
|
| - 'host/desktop_resizer_win.cc',
|
| 'host/desktop_session_connector.h',
|
| 'host/desktop_session_proxy.cc',
|
| 'host/desktop_session_proxy.h',
|
| + 'host/desktop_session_win.cc',
|
| + 'host/desktop_session_win.h',
|
| 'host/desktop_shape_tracker.h',
|
| + 'host/desktop_shape_tracker_linux.cc',
|
| 'host/desktop_shape_tracker_mac.cc',
|
| 'host/desktop_shape_tracker_win.cc',
|
| - 'host/desktop_shape_tracker_linux.cc',
|
| 'host/disconnect_window_chromeos.cc',
|
| 'host/disconnect_window_linux.cc',
|
| 'host/disconnect_window_mac.h',
|
| @@ -103,8 +105,8 @@
|
| 'host/host_change_notification_listener.cc',
|
| 'host/host_change_notification_listener.h',
|
| 'host/host_config.cc',
|
| - 'host/host_config_constants.cc',
|
| 'host/host_config.h',
|
| + 'host/host_config_constants.cc',
|
| 'host/host_event_logger.h',
|
| 'host/host_event_logger_posix.cc',
|
| 'host/host_event_logger_win.cc',
|
| @@ -174,6 +176,8 @@
|
| 'host/me2me_desktop_environment.h',
|
| 'host/mouse_clamping_filter.cc',
|
| 'host/mouse_clamping_filter.h',
|
| + 'host/mouse_shape_pump.cc',
|
| + 'host/mouse_shape_pump.h',
|
| 'host/oauth_token_getter.cc',
|
| 'host/oauth_token_getter.h',
|
| 'host/pairing_registry_delegate.cc',
|
|
|