Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1129)

Unified Diff: remoting/remoting.gyp

Issue 11140031: [Chromoting] Add a Linux command-line app that can register and start a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« remoting/host/setup/start_host.cc ('K') | « remoting/host/setup/start_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index df6c2b03644b5879295a3f55ec395854bf846862..6f634146e97e140d49789313338ba7916d769c25 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1153,6 +1153,17 @@
}, # end of target 'remoting_host_plugin'
{
+ 'target_name': 'remoting_start_host',
+ 'type': 'executable',
+ 'dependencies': [
+ 'remoting_host_setup_base',
+ ],
+ 'sources': [
+ 'host/setup/start_host.cc',
+ ],
+ }, # end of target 'remoting_start_host'
+
+ {
'target_name': 'remoting_webapp',
'type': 'none',
'dependencies': [
« remoting/host/setup/start_host.cc ('K') | « remoting/host/setup/start_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698