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

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: Build remoting_start_host only on Linux. 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
« no previous file with comments | « 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..1ada42086e6ec3680a35d758422d718e8e76e6bf 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"'
« no previous file with comments | « remoting/host/setup/start_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698