| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index 5500403b57df2df2a460d05858ac8ce58cd88f09..1415200a1a833305d7d53045595c883e4ee5cd9d 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -39,7 +39,13 @@
|
| "//remoting")
|
|
|
| if (enable_webrtc) {
|
| - deps += [ "//third_party/libjingle:libjingle_webrtc" ]
|
| + deps += [
|
| + # TODO(GYP): crbug.com/481633. We should probably not have to depend on
|
| + # libjingle_webrtc; that should be pulled in automatically by
|
| + # libpeerconnection instead.
|
| + "//third_party/libjingle:libjingle_webrtc",
|
| + "//third_party/libjingle:libpeerconnection",
|
| + ]
|
| } else {
|
| sources -= [
|
| "webrtc_connection_to_client.cc",
|
|
|