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

Unified Diff: remoting/remoting.gyp

Issue 2958001: Added RSA key generator for register_host.py (Closed)
Patch Set: - Created 10 years, 5 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index c1450c1dff2ad5ff926a5b61208888be8e028a22..bda9e60c197356a75599e33ddbc0e6fc7825148b 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -253,6 +253,19 @@
}, # end of target 'chromoting_simple_host'
{
+ 'target_name': 'chromoting_host_keygen',
+ 'type': 'executable',
+ 'dependencies': [
+ 'chromoting_base',
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
+ ],
+ 'sources': [
+ 'host/keygen_main.cc',
+ ],
+ }, # end of target 'chromoting_simple_host'
+
+ {
'target_name': 'chromoting_simple_client',
'type': 'executable',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698