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

Unified Diff: remoting/remoting.gyp

Issue 12879006: Removed task runners from the DesktopEnviroment interface and introduced ScreenControls/ClientSessio (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 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',
« 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