| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 2f7a7f099ea16736e94903af23240886232bd90f..36d8b40ca6598a2fb973c25b458c840623e9e11f 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -361,7 +361,6 @@
|
| 'host/continue_window_gtk.cc',
|
| 'host/continue_window_mac.mm',
|
| 'host/continue_window_win.cc',
|
| - 'host/desktop_environment.cc',
|
| 'host/desktop_environment.h',
|
| 'host/desktop_environment_factory.cc',
|
| 'host/desktop_environment_factory.h',
|
| @@ -409,8 +408,6 @@
|
| 'host/ipc_desktop_environment_factory.h',
|
| 'host/ipc_desktop_environment.cc',
|
| 'host/ipc_desktop_environment.h',
|
| - 'host/ipc_event_executor.cc',
|
| - 'host/ipc_event_executor.h',
|
| 'host/ipc_video_frame_capturer.cc',
|
| 'host/ipc_video_frame_capturer.h',
|
| 'host/it2me_host_user_interface.cc',
|
| @@ -423,6 +420,8 @@
|
| 'host/linux/x11_util.h',
|
| 'host/linux/x_server_clipboard.cc',
|
| 'host/linux/x_server_clipboard.h',
|
| + 'host/local_desktop_environment.cc',
|
| + 'host/local_desktop_environment.h',
|
| 'host/local_input_monitor.h',
|
| 'host/local_input_monitor_linux.cc',
|
| 'host/local_input_monitor_mac.mm',
|
| @@ -2235,6 +2234,8 @@
|
| 'host/daemon_process.cc',
|
| 'host/daemon_process.h',
|
| 'host/daemon_process_unittest.cc',
|
| + 'host/desktop_environment_fake.cc',
|
| + 'host/desktop_environment_fake.h',
|
| 'host/desktop_process.cc',
|
| 'host/desktop_process.h',
|
| 'host/desktop_process_unittest.cc',
|
|
|