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

Unified Diff: remoting/remoting_srcs.gypi

Issue 551173004: Move PseudoTCP and channel auth out of LibjingleTransportFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_dgrams
Patch Set: Created 6 years, 3 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_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index e9440ade3da813bf48672604372814cd6108764c..685621821f3bae5b7cda87af85fd34b2a4f59ad8 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -80,6 +80,8 @@
'protocol/audio_writer.h',
'protocol/auth_util.cc',
'protocol/auth_util.h',
+ 'protocol/authenticated_channel_factory.cc',
+ 'protocol/authenticated_channel_factory.h',
'protocol/authentication_method.cc',
'protocol/authentication_method.h',
'protocol/authenticator.cc',
@@ -89,6 +91,7 @@
'protocol/channel_authenticator.h',
'protocol/channel_dispatcher_base.cc',
'protocol/channel_dispatcher_base.h',
+ 'protocol/channel_factory.h',
'protocol/channel_multiplexer.cc',
'protocol/channel_multiplexer.h',
'protocol/chromium_port_allocator.cc',
@@ -113,6 +116,7 @@
'protocol/connection_to_host.h',
'protocol/content_description.cc',
'protocol/content_description.h',
+ 'protocol/datagram_channel_factory.h',
'protocol/errors.h',
'protocol/host_control_dispatcher.cc',
'protocol/host_control_dispatcher.h',
@@ -167,6 +171,8 @@
'protocol/protobuf_video_reader.h',
'protocol/protobuf_video_writer.cc',
'protocol/protobuf_video_writer.h',
+ 'protocol/pseudotcp_channel_factory.cc',
+ 'protocol/pseudotcp_channel_factory.h',
'protocol/session.h',
'protocol/session_config.cc',
'protocol/session_config.h',
« 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