diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index df6c2b03..1ada420 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -273,6 +273,16 @@ }], # 'linux_dump_symbols==1' ], # end of 'conditions' }, # end of target 'linux_symbols' + { + 'target_name': 'remoting_start_host', + 'type': 'executable', + 'dependencies': [ + 'remoting_host_setup_base', + ], + 'sources': [ + 'host/setup/start_host.cc', + ], + }, # end of target 'remoting_start_host' ], # end of 'targets' }], # 'OS=="linux"' |