diff options
Diffstat (limited to 'remoting/protocol/BUILD.gn')
-rw-r--r-- | remoting/protocol/BUILD.gn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn index 189e5884..4a7fa0e 100644 --- a/remoting/protocol/BUILD.gn +++ b/remoting/protocol/BUILD.gn @@ -44,6 +44,7 @@ static_library("protocol") { "connection_to_host.h", "content_description.cc", "content_description.h", + "datagram_channel_factory.h", "errors.h", "host_control_dispatcher.cc", "host_control_dispatcher.h", @@ -98,6 +99,10 @@ static_library("protocol") { "protobuf_video_reader.h", "protobuf_video_writer.cc", "protobuf_video_writer.h", + "pseudotcp_channel_factory.cc", + "pseudotcp_channel_factory.h", + "secure_channel_factory.cc", + "secure_channel_factory.h", "session.h", "session_config.cc", "session_config.h", @@ -106,6 +111,7 @@ static_library("protocol") { "socket_util.h", "ssl_hmac_channel_authenticator.cc", "ssl_hmac_channel_authenticator.h", + "stream_channel_factory.h", "third_party_authenticator_base.cc", "third_party_authenticator_base.h", "third_party_client_authenticator.cc", |