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

Unified Diff: remoting/remoting.gyp

Issue 9325036: Add abstract interfaces for the transport layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months 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
« remoting/protocol/transport.h ('K') | « remoting/protocol/transport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 996edabc76c9b2c7992d01d7c6a4f62fe8a2e825..741c23734f35f3cb66fabae42b9fcdc782afc60d 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -797,13 +797,12 @@
'protocol/message_reader.h',
'protocol/negotiating_authenticator.cc',
'protocol/negotiating_authenticator.h',
- 'protocol/pepper_channel.h',
'protocol/pepper_session.cc',
'protocol/pepper_session.h',
'protocol/pepper_session_manager.cc',
'protocol/pepper_session_manager.h',
- 'protocol/pepper_stream_channel.cc',
- 'protocol/pepper_stream_channel.h',
+ 'protocol/pepper_transport_factory.cc',
+ 'protocol/pepper_transport_factory.h',
'protocol/pepper_transport_socket_adapter.cc',
'protocol/pepper_transport_socket_adapter.h',
'protocol/protobuf_video_reader.cc',
@@ -830,6 +829,7 @@
'protocol/socket_reader_base.h',
'protocol/ssl_hmac_channel_authenticator.cc',
'protocol/ssl_hmac_channel_authenticator.h',
+ 'protocol/transport.h',
'protocol/transport_config.cc',
'protocol/transport_config.h',
'protocol/util.cc',
« remoting/protocol/transport.h ('K') | « remoting/protocol/transport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698