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

Unified Diff: remoting/remoting.gyp

Issue 8604001: Move SSL layer initialization into ChannelAuthenticator implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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 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',

Powered by Google App Engine
This is Rietveld 408576698