Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index eb17f965af9de87e7a5eaab1f749f27f20fbd130..68d8146b5b9ea321d1e3289faaeafa2375e1023a 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -804,8 +804,12 @@ |
'protocol/session_config.cc', |
'protocol/session_config.h', |
'protocol/session_manager.h', |
+ 'protocol/simple_client_authenticator.cc', |
+ 'protocol/simple_client_authenticator.h', |
'protocol/simple_client_channel_authenticator.cc', |
'protocol/simple_client_channel_authenticator.h', |
+ 'protocol/simple_host_authenticator.cc', |
+ 'protocol/simple_host_authenticator.h', |
'protocol/simple_host_channel_authenticator.cc', |
'protocol/simple_host_channel_authenticator.h', |
'protocol/socket_reader_base.cc', |
@@ -926,6 +930,7 @@ |
'protocol/protocol_mock_objects.h', |
'protocol/rtp_video_reader_unittest.cc', |
'protocol/rtp_video_writer_unittest.cc', |
+ 'protocol/simple_authenticator_unittest.cc', |
'run_all_unittests.cc', |
], |
'conditions': [ |