| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index e387e93e7e2b31e121d91c66a8a98f2fc2cd70bb..d7f0e4d69642a3c9b826ec595f195313e2f8b7c9 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -561,7 +561,25 @@
|
| ],
|
| }],
|
| }, # end of target 'remoting_native_messaging_manifests'
|
| -
|
| + {
|
| + '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',
|
| + ],
|
| + 'conditions': [
|
| + ['OS=="linux" and use_allocator!="none"', {
|
| + 'dependencies': [
|
| + '../base/allocator/allocator.gyp:allocator',
|
| + ],
|
| + }],
|
| + ],
|
| + }, # end of target 'remoting_start_host'
|
| {
|
| 'target_name': 'remoting_infoplist_strings',
|
| 'type': 'none',
|
|
|