| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 2b6b1de013e30dc37668fc0542afa2b81ff04c50..0afc9ea8a930b5434fd654b7619ab0c380fa6018 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -346,6 +346,8 @@
|
| 'host/audio_scheduler.h',
|
| 'host/audio_silence_detector.cc',
|
| 'host/audio_silence_detector.h',
|
| + 'host/basic_desktop_environment.cc',
|
| + 'host/basic_desktop_environment.h',
|
| 'host/capture_scheduler.cc',
|
| 'host/capture_scheduler.h',
|
| 'host/chromoting_host.cc',
|
| @@ -366,10 +368,7 @@
|
| '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',
|
| 'host/desktop_resizer.h',
|
| 'host/desktop_resizer_linux.cc',
|
| 'host/desktop_resizer_win.cc',
|
| @@ -410,8 +409,6 @@
|
| 'host/ipc_audio_capturer.h',
|
| 'host/ipc_constants.cc',
|
| 'host/ipc_constants.h',
|
| - 'host/ipc_desktop_environment_factory.cc',
|
| - 'host/ipc_desktop_environment_factory.h',
|
| 'host/ipc_desktop_environment.cc',
|
| 'host/ipc_desktop_environment.h',
|
| 'host/ipc_event_executor.cc',
|
| @@ -482,8 +479,8 @@
|
| 'host/win/omaha.h',
|
| 'host/win/security_descriptor.cc',
|
| 'host/win/security_descriptor.h',
|
| - 'host/win/session_desktop_environment_factory.cc',
|
| - 'host/win/session_desktop_environment_factory.h',
|
| + 'host/win/session_desktop_environment.cc',
|
| + 'host/win/session_desktop_environment.h',
|
| 'host/win/session_event_executor.cc',
|
| 'host/win/session_event_executor.h',
|
| 'host/win/window_station_and_desktop.cc',
|
|
|