diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 01:54:08 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 01:54:08 +0000 |
commit | dd9ce7c7f312359bdc91ca6fcc158493bb478876 (patch) | |
tree | 3f81f316204c73f2cbaa84a27a0a8d7efeedd916 /remoting/remoting.gyp | |
parent | a0bd0e4d410000c1a4a888cd3af732d93e5fd9b0 (diff) | |
download | chromium_src-dd9ce7c7f312359bdc91ca6fcc158493bb478876.zip chromium_src-dd9ce7c7f312359bdc91ca6fcc158493bb478876.tar.gz chromium_src-dd9ce7c7f312359bdc91ca6fcc158493bb478876.tar.bz2 |
Separate channel authentication code from JingleStreamConnecter.
The new ChannelAuthenticator will also be used for pepper-based protocol
implementation.
BUG=51198
TEST=Unittests
Review URL: http://codereview.chromium.org/7537036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 0bf9948..80799a8 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -580,6 +580,8 @@ 'protocol/auth_token_utils.h', 'protocol/buffered_socket_writer.cc', 'protocol/buffered_socket_writer.h', + 'protocol/channel_authenticator.cc', + 'protocol/channel_authenticator.h', 'protocol/client_control_sender.cc', 'protocol/client_control_sender.h', 'protocol/client_message_dispatcher.cc', |