Chromium Code Reviews| Index: remoting/remoting.gyp |
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
| index 283db3cb8d4bfe0d3e58e900733357aaf0d75502..50871bf04ba9dabd34f1bf2cbe113d1334f74769 100644 |
| --- a/remoting/remoting.gyp |
| +++ b/remoting/remoting.gyp |
| @@ -527,6 +527,39 @@ |
| ], |
| }, # 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/start_host_window.cc', |
| + 'host/setup/win/start_host_window.h', |
| + ], |
| + 'msvs_settings': { |
| + 'VCLinkerTool': { |
| + 'AdditionalOptions': [ |
| + "\"/manifestdependency:type='win32' " |
|
alexeypa (please no reviews)
2012/10/11 16:57:52
InitCommonControlsEx() has to be called to make th
|
| + "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, }, |
| @@ -1046,6 +1079,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', |
| ], |
| 'conditions': [ |
| ['OS=="win"', { |
| @@ -1940,6 +1975,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', |