| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index cf085afaa2c1e37bd3ba8ad3534bddadcb1ef0b7..5a4da39f31588a799da02a18126dadee54425044 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -239,7 +239,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
|
|
| if (enable_webrtc) {
|
| public_deps += [
|
| - "//third_party/libjingle:libpeerconnection",
|
| + "//third_party/libjingle:libjingle_webrtc",
|
| "//third_party/webrtc/modules/desktop_capture",
|
| ]
|
| }
|
|
|