Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1751)

Unified Diff: remoting/remoting.gyp

Issue 11778049: Making DesktopEnvironment a factory class used by ClientSession to create audio/video capturers and… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/session_desktop_environment_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « remoting/host/win/session_desktop_environment_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698