| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index f9d4099c6b8bbad9111fa86557425222b9453928..ae433b0f7fe581c113932db34255e9cd4d6e1ad9 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -49,6 +49,10 @@ static_library("protocol") {
|
| "content_description.cc",
|
| "content_description.h",
|
| "datagram_channel_factory.h",
|
| + "data_channel_handler.cc",
|
| + "data_channel_handler.h",
|
| + "data_channel_manager.cc",
|
| + "data_channel_manager.h",
|
| "errors.cc",
|
| "errors.h",
|
| "frame_consumer.h",
|
| @@ -194,6 +198,7 @@ static_library("protocol") {
|
| "//remoting/signaling",
|
| "//third_party/boringssl",
|
| "//third_party/libyuv",
|
| + "//third_party/re2",
|
| ]
|
|
|
| if (!is_nacl) {
|
| @@ -266,6 +271,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 +318,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_transport_unittest.cc",
|
| "input_event_tracker_unittest.cc",
|
|
|