| Index: remoting/remoting_srcs.gypi
|
| diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
|
| index e9440ade3da813bf48672604372814cd6108764c..e8611d65d58d78dbfe87a71f621f9d399e9d9514 100644
|
| --- a/remoting/remoting_srcs.gypi
|
| +++ b/remoting/remoting_srcs.gypi
|
| @@ -113,6 +113,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 +168,10 @@
|
| '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/secure_channel_factory.cc',
|
| + 'protocol/secure_channel_factory.h',
|
| 'protocol/session.h',
|
| 'protocol/session_config.cc',
|
| 'protocol/session_config.h',
|
| @@ -175,6 +180,7 @@
|
| 'protocol/socket_util.h',
|
| 'protocol/ssl_hmac_channel_authenticator.cc',
|
| 'protocol/ssl_hmac_channel_authenticator.h',
|
| + 'protocol/stream_channel_factory.h',
|
| 'protocol/third_party_authenticator_base.cc',
|
| 'protocol/third_party_authenticator_base.h',
|
| 'protocol/third_party_client_authenticator.cc',
|
|
|