| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 7ded5a89ef071f156f5450b0d184e459350ce0b0..2751ab23be6c53a89f9c652514e3b84fe2285dbf 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -531,6 +531,41 @@
|
| ],
|
| }, # end of target 'remoting_elevated_controller'
|
| {
|
| + 'target_name': 'remoting_configurer',
|
| + 'type': 'executable',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../crypto/crypto.gyp:crypto',
|
| + 'remoting_host',
|
| + 'remoting_host_setup_base',
|
| + ],
|
| + 'sources': [
|
| + 'host/branding.cc',
|
| + 'host/setup/win/host_configurer.cc',
|
| + 'host/setup/win/host_configurer.rc',
|
| + 'host/setup/win/host_configurer_window.cc',
|
| + 'host/setup/win/host_configurer_window.h',
|
| + 'host/setup/win/host_configurer_resource.h',
|
| + 'host/setup/win/load_string_from_resource.cc',
|
| + 'host/setup/win/load_string_from_resource.h',
|
| + 'host/setup/win/start_host_window.cc',
|
| + 'host/setup/win/start_host_window.h',
|
| + ],
|
| + 'msvs_settings': {
|
| + 'VCLinkerTool': {
|
| + 'AdditionalOptions': [
|
| + "\"/manifestdependency:type='win32' "
|
| + "name='Microsoft.Windows.Common-Controls' "
|
| + "version='6.0.0.0' "
|
| + "processorArchitecture='*' "
|
| + "publicKeyToken='6595b64144ccf1df' language='*'\"",
|
| + ],
|
| + # 2 == /SUBSYSTEM:WINDOWS
|
| + 'SubSystem': '2',
|
| + },
|
| + },
|
| + }, # end of target 'remoting_configurer'
|
| + {
|
| 'target_name': 'remoting_controller',
|
| 'type': 'executable',
|
| 'variables': { 'enable_wexit_time_destructors': 1, },
|
| @@ -1053,6 +1088,8 @@
|
| 'host/setup/host_starter.h',
|
| 'host/setup/oauth_helper.cc',
|
| 'host/setup/oauth_helper.h',
|
| + 'host/setup/pin_validator.cc',
|
| + 'host/setup/pin_validator.h',
|
| 'host/setup/win/auth_code_getter.cc',
|
| 'host/setup/win/auth_code_getter.h',
|
| ],
|
| @@ -2034,6 +2071,7 @@
|
| 'host/screen_recorder_unittest.cc',
|
| 'host/server_log_entry_unittest.cc',
|
| 'host/setup/oauth_helper_unittest.cc',
|
| + 'host/setup/pin_validator_unittest.cc',
|
| 'host/test_key_pair.h',
|
| 'host/video_frame_capturer_helper_unittest.cc',
|
| 'host/video_frame_capturer_mac_unittest.cc',
|
|
|