| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 84bf7c301fc6b17f89a70ba981316df3a82b25a3..a049650b4bfa665ebbcad8427994260a82232bce 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -324,6 +324,7 @@
|
| 'host/chromoting_messages.h',
|
| 'host/client_session.cc',
|
| 'host/client_session.h',
|
| + 'host/client_session_control.h',
|
| 'host/clipboard.h',
|
| 'host/clipboard_linux.cc',
|
| 'host/clipboard_mac.mm',
|
| @@ -382,8 +383,8 @@
|
| 'host/ipc_input_injector.h',
|
| 'host/ipc_host_event_logger.cc',
|
| 'host/ipc_host_event_logger.h',
|
| - 'host/ipc_session_controller.cc',
|
| - 'host/ipc_session_controller.h',
|
| + 'host/ipc_screen_controls.cc',
|
| + 'host/ipc_screen_controls.h',
|
| 'host/ipc_video_frame_capturer.cc',
|
| 'host/ipc_video_frame_capturer.h',
|
| 'host/it2me_host_user_interface.cc',
|
| @@ -425,6 +426,7 @@
|
| 'host/resizing_host_observer.h',
|
| 'host/sas_injector.h',
|
| 'host/sas_injector_win.cc',
|
| + 'host/screen_controls.h',
|
| 'host/screen_resolution.cc',
|
| 'host/screen_resolution.h',
|
| 'host/server_log_entry.cc',
|
| @@ -433,7 +435,6 @@
|
| 'host/service_client.h',
|
| 'host/service_urls.cc',
|
| 'host/service_urls.h',
|
| - 'host/session_controller.h',
|
| 'host/session_manager_factory.cc',
|
| 'host/session_manager_factory.h',
|
| 'host/signaling_connector.cc',
|
|
|