summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 08:59:58 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 08:59:58 +0000
commit49aa7f9e03e3107469ab1b103be74cc871a5f71f (patch)
tree8c165c25bf2d83c6f98726b246b3ec0b17d20e44 /remoting/remoting.gyp
parent033fb2d0489f513c871e3b6b22a86fb46277e770 (diff)
downloadchromium_src-49aa7f9e03e3107469ab1b103be74cc871a5f71f.zip
chromium_src-49aa7f9e03e3107469ab1b103be74cc871a5f71f.tar.gz
chromium_src-49aa7f9e03e3107469ab1b103be74cc871a5f71f.tar.bz2
[Chromoting] Add a Linux command-line app that can register and start a host.
BUG=155431 Review URL: https://chromiumcodereview.appspot.com/11140031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp10
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"'