| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index 93bc65de80e9308c9e8ae421cf35e914c5071c00..15c16f4c4f6c937e010a525241cbe11d0f84b34f 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -321,19 +321,6 @@
|
| }],
|
| }, # end of target 'remoting_native_messaging_manifests'
|
| {
|
| - # GN target: //remoting/host:remoting_start_host
|
| - 'target_name': 'remoting_start_host',
|
| - 'type': 'executable',
|
| - 'dependencies': [
|
| - 'remoting_host_setup_base',
|
| - ],
|
| - 'sources': [
|
| - 'host/setup/host_starter.cc',
|
| - 'host/setup/host_starter.h',
|
| - 'host/setup/start_host.cc',
|
| - ],
|
| - }, # end of target 'remoting_start_host'
|
| - {
|
| # GN: //remoting/host:remoting_infoplist_strings
|
| 'target_name': 'remoting_infoplist_strings',
|
| 'type': 'none',
|
| @@ -626,6 +613,24 @@
|
| }], # end of OS!="win" and enable_me2me_host==1
|
|
|
| ['OS!="win" and enable_remoting_host==1', {
|
| + 'targets': [
|
| + {
|
| + # GN target: //remoting/host:remoting_start_host
|
| + 'target_name': 'remoting_start_host',
|
| + 'type': 'executable',
|
| + 'variables': { 'enable_wexit_time_destructors': 1, },
|
| + 'dependencies': [
|
| + 'remoting_host_setup_base',
|
| + ],
|
| + 'sources': [
|
| + 'host/setup/host_starter.cc',
|
| + 'host/setup/host_starter.h',
|
| + 'host/setup/start_host_entry_point.cc',
|
| + 'host/setup/start_host_main.cc',
|
| + 'host/setup/start_host_main.h',
|
| + ],
|
| + }, # end of target 'remoting_start_host'
|
| + ],
|
| 'conditions': [
|
| ['chromeos==0', {
|
| 'targets': [
|
|
|