Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 712dddd3e7df898b162d72a11bfd6e672c833a6f..69856ead75de6917d0ca31bd7d6e9ca3a1c828ac 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -2441,6 +2441,12 @@ |
'protocol/transport_config.h', |
'protocol/util.cc', |
'protocol/util.h', |
+ 'protocol/third_party_authenticator_base.cc', |
+ 'protocol/third_party_authenticator_base.h', |
+ 'protocol/third_party_client_authenticator.cc', |
+ 'protocol/third_party_client_authenticator.h', |
+ 'protocol/third_party_host_authenticator.cc', |
+ 'protocol/third_party_host_authenticator.h', |
'protocol/v2_authenticator.cc', |
'protocol/v2_authenticator.h', |
'protocol/video_reader.cc', |
@@ -2583,6 +2589,7 @@ |
'protocol/protocol_mock_objects.cc', |
'protocol/protocol_mock_objects.h', |
'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
+ 'protocol/third_party_authenticator_unittest.cc', |
'protocol/v2_authenticator_unittest.cc', |
], |
'conditions': [ |