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

Unified Diff: remoting/protocol/BUILD.gn

Issue 2907073003: [Chromoting] Add DataChannelManager to manage optional incoming data channels (Closed)
Patch Set: Fix test failure without DCHECK Created 3 years, 6 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
« no previous file with comments | « remoting/proto/test.proto ('k') | remoting/protocol/data_channel_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index f4955758b50f9ee78abc83d7acee2b508c6d295f..b38627d087cee7800d9f12da8d35b59b2a5eee6d 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -49,6 +49,8 @@ static_library("protocol") {
"content_description.cc",
"content_description.h",
"datagram_channel_factory.h",
+ "data_channel_manager.cc",
+ "data_channel_manager.h",
"errors.cc",
"errors.h",
"frame_consumer.h",
@@ -104,6 +106,8 @@ static_library("protocol") {
"monitored_video_stub.h",
"mouse_input_filter.cc",
"mouse_input_filter.h",
+ "named_message_pipe_handler.cc",
+ "named_message_pipe_handler.h",
"negotiating_authenticator_base.cc",
"negotiating_authenticator_base.h",
"negotiating_client_authenticator.cc",
@@ -266,6 +270,10 @@ static_library("test_support") {
"fake_connection_to_host.h",
"fake_datagram_socket.cc",
"fake_datagram_socket.h",
+ "fake_message_pipe.cc",
+ "fake_message_pipe.h",
+ "fake_message_pipe_wrapper.cc",
+ "fake_message_pipe_wrapper.h",
"fake_session.cc",
"fake_session.h",
"fake_stream_socket.cc",
@@ -309,6 +317,7 @@ source_set("unit_tests") {
"connection_tester.cc",
"connection_tester.h",
"content_description_unittest.cc",
+ "data_channel_manager_unittest.cc",
"http_ice_config_request_unittest.cc",
"ice_config_unittest.cc",
"ice_transport_unittest.cc",
« no previous file with comments | « remoting/proto/test.proto ('k') | remoting/protocol/data_channel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698