summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-15 01:55:53 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-15 01:55:53 +0000
commit9f505c2437d78edde989628a0156a84890723c0d (patch)
tree5a3d61d389311840b9f347796f47c88be620b3fd /remoting/remoting.gyp
parent27f31bfabd6a4562b5b9d1f108c2fc992b597d92 (diff)
downloadchromium_src-9f505c2437d78edde989628a0156a84890723c0d.zip
chromium_src-9f505c2437d78edde989628a0156a84890723c0d.tar.gz
chromium_src-9f505c2437d78edde989628a0156a84890723c0d.tar.bz2
Revert 92641 because it doesn't compile - 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 Review URL: http://codereview.chromium.org/7326024 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/7385002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 8ce526a..094a9d0 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -562,15 +562,10 @@
'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',