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', |