Index: remoting/remoting.gyp |
=================================================================== |
--- remoting/remoting.gyp (revision 149037) |
+++ remoting/remoting.gyp (working copy) |
@@ -503,7 +503,7 @@ |
'target_name': 'remoting_elevated_controller', |
'type': 'static_library', |
'sources': [ |
- 'host/elevated_controller.idl', |
+ 'host/win/elevated_controller.idl', |
'<(SHARED_INTERMEDIATE_DIR)/remoting/host/elevated_controller.h', |
'<(SHARED_INTERMEDIATE_DIR)/remoting/host/elevated_controller_i.c', |
], |
@@ -545,16 +545,16 @@ |
'<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc', |
'host/branding.cc', |
'host/branding.h', |
- 'host/elevated_controller.rc', |
- 'host/elevated_controller_module_win.cc', |
- 'host/elevated_controller_win.cc', |
- 'host/elevated_controller_win.h', |
'host/pin_hash.cc', |
'host/pin_hash.h', |
'host/usage_stats_consent.h', |
'host/usage_stats_consent_win.cc', |
'host/verify_config_window_win.cc', |
'host/verify_config_window_win.h', |
+ 'host/win/elevated_controller.rc', |
+ 'host/win/elevated_controller_module.cc', |
+ 'host/win/elevated_controller.cc', |
+ 'host/win/elevated_controller.h', |
], |
'link_settings': { |
'libraries': [ |
@@ -596,20 +596,20 @@ |
'host/chromoting_messages.h', |
'host/constants.h', |
'host/constants_win.cc', |
- 'host/host_service.rc', |
- 'host/host_service_resource.h', |
- 'host/host_service_win.cc', |
- 'host/host_service_win.h', |
- 'host/launch_process_in_session_win.cc', |
- 'host/launch_process_in_session_win.h', |
'host/sas_injector.h', |
'host/sas_injector_win.cc', |
'host/usage_stats_consent.h', |
'host/usage_stats_consent_win.cc', |
- 'host/wts_console_monitor_win.h', |
- 'host/wts_console_observer_win.h', |
- 'host/wts_session_process_launcher_win.cc', |
- 'host/wts_session_process_launcher_win.h', |
+ 'host/win/host_service.cc', |
+ 'host/win/host_service.h', |
+ 'host/win/host_service.rc', |
+ 'host/win/host_service_resource.h', |
+ 'host/win/launch_process_with_token.cc', |
+ 'host/win/launch_process_with_token.h', |
+ 'host/win/wts_console_monitor.h', |
+ 'host/win/wts_console_observer.h', |
+ 'host/win/wts_session_process_launcher.cc', |
+ 'host/win/wts_session_process_launcher.h', |
], |
'msvs_settings': { |
'VCLinkerTool': { |
@@ -647,10 +647,10 @@ |
], |
}, |
'sources': [ |
- 'host/elevated_controller.ver', |
- 'host/host_service.ver', |
'host/plugin/host_plugin.ver', |
'host/remoting_me2me_host.ver', |
+ 'host/win/elevated_controller.ver', |
+ 'host/win/host_service.ver', |
], |
'rules': [ |
{ |
@@ -1211,8 +1211,6 @@ |
'host/continue_window_win.cc', |
'host/desktop_environment.cc', |
'host/desktop_environment.h', |
- 'host/desktop_win.cc', |
- 'host/desktop_win.h', |
'host/differ.cc', |
'host/differ.h', |
'host/disconnect_window.h', |
@@ -1278,8 +1276,6 @@ |
'host/session_manager_factory.h', |
'host/signaling_connector.cc', |
'host/signaling_connector.h', |
- 'host/scoped_thread_desktop_win.cc', |
- 'host/scoped_thread_desktop_win.h', |
'host/ui_strings.cc', |
'host/ui_strings.h', |
'host/url_request_context.cc', |
@@ -1298,6 +1294,10 @@ |
'host/video_frame_capturer_win.cc', |
'host/vlog_net_log.cc', |
'host/vlog_net_log.h', |
+ 'host/win/desktop.cc', |
+ 'host/win/desktop.h', |
+ 'host/win/scoped_thread_desktop.cc', |
+ 'host/win/scoped_thread_desktop.h', |
'host/x_server_pixel_buffer.cc', |
'host/x_server_pixel_buffer.h', |
], |