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

Unified Diff: remoting/remoting.gyp

Issue 138753005: Add gnubby authentication to remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually add braces Created 6 years, 11 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 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',

Powered by Google App Engine
This is Rietveld 408576698