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

Unified Diff: remoting/remoting.gyp

Issue 13212009: Made DesktopEnvironment responsible for creation of the disconnect window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Mac Created 7 years, 9 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.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 4db9587d933f573db28914b5158b24b5a084c981..dd1670ce2cfb154aab5af3590f34300e46a30f42 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -346,7 +346,6 @@
'host/desktop_session_connector.h',
'host/desktop_session_proxy.cc',
'host/desktop_session_proxy.h',
- 'host/disconnect_window.h',
'host/disconnect_window_gtk.cc',
'host/disconnect_window_mac.h',
'host/disconnect_window_mac.mm',
@@ -368,22 +367,25 @@
'host/host_status_observer.h',
'host/host_user_interface.cc',
'host/host_user_interface.h',
+ 'host/host_window.h',
+ 'host/host_window_proxy.cc',
+ 'host/host_window_proxy.h',
+ 'host/in_memory_host_config.cc',
+ 'host/in_memory_host_config.h',
'host/input_injector.h',
'host/input_injector_linux.cc',
'host/input_injector_mac.cc',
'host/input_injector_win.cc',
- 'host/in_memory_host_config.cc',
- 'host/in_memory_host_config.h',
'host/ipc_audio_capturer.cc',
'host/ipc_audio_capturer.h',
'host/ipc_constants.cc',
'host/ipc_constants.h',
'host/ipc_desktop_environment.cc',
'host/ipc_desktop_environment.h',
- 'host/ipc_input_injector.cc',
- 'host/ipc_input_injector.h',
'host/ipc_host_event_logger.cc',
'host/ipc_host_event_logger.h',
+ 'host/ipc_input_injector.cc',
+ 'host/ipc_input_injector.h',
'host/ipc_screen_controls.cc',
'host/ipc_screen_controls.h',
'host/ipc_video_frame_capturer.cc',
« no previous file with comments | « remoting/host/win/session_desktop_environment.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698