Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 30ddfa9e0f3829f82c46154bd40e590e1653e63c..c2acdfe9a15fd9c96d0e16f462246a7794a09357 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -260,6 +260,14 @@ |
'host/disconnect_window_win.cc', |
'host/dns_blackhole_checker.cc', |
'host/dns_blackhole_checker.h', |
+ 'host/gnubby_advertiser.cc', |
+ 'host/gnubby_advertiser.h', |
+ 'host/gnubby_auth_handler.cc', |
+ 'host/gnubby_auth_handler.h', |
+ 'host/gnubby_connection.cc', |
+ 'host/gnubby_connection.h', |
+ 'host/gnubby_connection_factory.cc', |
+ 'host/gnubby_connection_factory.h', |
'host/heartbeat_sender.cc', |
'host/heartbeat_sender.h', |
'host/host_change_notification_listener.cc', |
@@ -2442,6 +2450,9 @@ |
'host/daemon_process_unittest.cc', |
'host/desktop_process_unittest.cc', |
'host/desktop_shape_tracker_unittest.cc', |
+ 'host/gnubby_advertiser_unittest.cc', |
+ 'host/gnubby_auth_handler_unittest.cc', |
+ 'host/gnubby_connection_unittest.cc', |
'host/heartbeat_sender_unittest.cc', |
'host/host_change_notification_listener_unittest.cc', |
'host/host_mock_objects.cc', |