Chromium Code Reviews| Index: remoting/protocol/BUILD.gn |
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn |
| index 593580d0c4e83343a1cd424df4d6eac65a8b4faf..ae1b5c14653054018e14f64e024621763c5da2d8 100644 |
| --- a/remoting/protocol/BUILD.gn |
| +++ b/remoting/protocol/BUILD.gn |
| @@ -45,7 +45,10 @@ source_set("protocol") { |
| "//third_party/libjingle:libpeerconnection", |
| ] |
| } else { |
| - sources -= [ "webrtc_transport.cc" ] |
| + sources -= [ |
| + "webrtc_transport.cc", |
| + "webrtc_video_capturer_adapter.cc", |
| + ] |
| } |
| } |
| } |