| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index bb083d75c578d3be3bce48553fc5fe4d8affb383..54224e84f188225852f6b1bffe5eeddc9654796e 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -46,8 +46,10 @@ source_set("protocol") {
|
| ]
|
| } else {
|
| sources -= [
|
| + "webrtc_connection_to_client.cc",
|
| "webrtc_transport.cc",
|
| "webrtc_video_capturer_adapter.cc",
|
| + "webrtc_video_stream.cc",
|
| ]
|
| }
|
| }
|
| @@ -116,6 +118,7 @@ source_set("unit_tests") {
|
| "third_party_authenticator_unittest.cc",
|
| "v2_authenticator_unittest.cc",
|
| "video_frame_pump_unittest.cc",
|
| + "webrtc_connection_to_client_unittest.cc",
|
| "webrtc_transport_unittest.cc",
|
| ]
|
|
|
|
|