Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 4ed475b8d4cf72a3e14fa0a5f5c8a53b05dd25de..3004de2e8e203eea8d511b46c1be43a0c7fd6db1 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -735,12 +735,11 @@ |
'remoting_jingle_glue', |
], |
'sources': [ |
- 'protocol/auth_token_utils.cc', |
- 'protocol/auth_token_utils.h', |
+ 'protocol/auth_util.cc', |
+ 'protocol/auth_util.h', |
'protocol/authenticator.h', |
'protocol/buffered_socket_writer.cc', |
'protocol/buffered_socket_writer.h', |
- 'protocol/channel_authenticator.cc', |
'protocol/channel_authenticator.h', |
'protocol/channel_dispatcher_base.cc', |
'protocol/channel_dispatcher_base.h', |
@@ -811,6 +810,10 @@ |
'protocol/transport_config.h', |
'protocol/util.cc', |
'protocol/util.h', |
+ 'protocol/v1_client_channel_authenticator.cc', |
+ 'protocol/v1_client_channel_authenticator.h', |
+ 'protocol/v1_host_channel_authenticator.cc', |
+ 'protocol/v1_host_channel_authenticator.h', |
'protocol/video_reader.cc', |
'protocol/video_reader.h', |
'protocol/video_stub.h', |