| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index f5d79ca57b59e1f0bce76b30830ab6958ce1e9ed..8d071521afd13f6ee1a13dc3ae31602ba5a189d7 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -34,6 +34,7 @@ source_set("protocol") {
|
| "chromium_port_allocator.cc",
|
| "chromium_port_allocator_factory.cc",
|
| "chromium_socket_factory.cc",
|
| + "webrtc_transport.cc",
|
| ]
|
| }
|
| }
|
| @@ -95,6 +96,7 @@ source_set("unit_tests") {
|
| "ssl_hmac_channel_authenticator_unittest.cc",
|
| "third_party_authenticator_unittest.cc",
|
| "v2_authenticator_unittest.cc",
|
| + "webrtc_transport_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|