diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-15 18:10:55 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-15 18:10:55 +0000 |
commit | f09abf28fd801c956267db53c5f3b069501bd428 (patch) | |
tree | 2317fbfa46169fa82330067b39175ff2e9aa412f /remoting/remoting.gyp | |
parent | b7ca15e0d73295f77d0877b766d3283b51eced20 (diff) | |
download | chromium_src-f09abf28fd801c956267db53c5f3b069501bd428.zip chromium_src-f09abf28fd801c956267db53c5f3b069501bd428.tar.gz chromium_src-f09abf28fd801c956267db53c5f3b069501bd428.tar.bz2 |
Move channel initialization logic to JingleChannel class.
Added new CreateChannel() method in Session interface. The new method can be used to create arbitrary channels.
BUG=None
TEST=Unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92641
Review URL: http://codereview.chromium.org/7326024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 094a9d0..8ce526a 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -562,10 +562,15 @@ 'protocol/input_sender.cc', 'protocol/input_sender.h', 'protocol/input_stub.h', + 'protocol/jingle_channel_connector.h', + 'protocol/jingle_datagram_connector.cc', + 'protocol/jingle_datagram_connector.h', 'protocol/jingle_session.cc', 'protocol/jingle_session.h', 'protocol/jingle_session_manager.cc', 'protocol/jingle_session_manager.h', + 'protocol/jingle_stream_connector.cc', + 'protocol/jingle_stream_connector.h', 'protocol/message_decoder.cc', 'protocol/message_decoder.h', 'protocol/message_reader.cc', |