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

Unified Diff: remoting/remoting.gyp

Issue 3087003: Added HostKeyPair class, signatures for heartbeat messages. (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
« no previous file with comments | « remoting/jingle_glue/jingle_thread.h ('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 8b2dec6cab26906ca78f30b73a3615d9bb6b9427..3e3283f8acf77e987afcd2997db817c75a075fde 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -106,7 +106,7 @@
}],
], # end of 'conditions'
}, # end of target 'chromoting_plugin'
-
+
{
'target_name': 'chromoting_base',
'type': '<(library)',
@@ -188,6 +188,8 @@
'host/heartbeat_sender.h',
'host/host_config.cc',
'host/host_config.h',
+ 'host/host_key_pair.cc',
+ 'host/host_key_pair.h',
'host/json_host_config.cc',
'host/json_host_config.h',
],
@@ -365,9 +367,12 @@
'host/client_connection_unittest.cc',
'host/differ_unittest.cc',
'host/differ_block_unittest.cc',
+ 'host/heartbeat_sender_unittest.cc',
+ 'host/host_key_pair_unittest.cc',
'host/json_host_config_unittest.cc',
'host/mock_objects.h',
'host/session_manager_unittest.cc',
+ 'host/test_key_pair.h',
'jingle_glue/jingle_thread_unittest.cc',
'jingle_glue/jingle_channel_unittest.cc',
'jingle_glue/iq_request_unittest.cc',
« no previous file with comments | « remoting/jingle_glue/jingle_thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698