| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 7181001faa3fcd18b814a9f0e6be76a311c8121f..0be0f43c43cac749daf0373976df1c0fab6638a6 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -733,12 +733,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/client_control_dispatcher.cc',
|
| 'protocol/client_control_dispatcher.h',
|
| @@ -801,6 +800,10 @@
|
| 'protocol/session_config.cc',
|
| 'protocol/session_config.h',
|
| 'protocol/session_manager.h',
|
| + 'protocol/simple_client_channel_authenticator.cc',
|
| + 'protocol/simple_client_channel_authenticator.h',
|
| + 'protocol/simple_host_channel_authenticator.cc',
|
| + 'protocol/simple_host_channel_authenticator.h',
|
| 'protocol/socket_reader_base.cc',
|
| 'protocol/socket_reader_base.h',
|
| 'protocol/transport_config.cc',
|
|
|