| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index 6ab71aafaff37c1418fcfe46541de8798894221f..0908c7496cdd3a11d61d17a2b6221c6b66d548fb 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -227,7 +227,7 @@ if (!is_chromeos && enable_remoting_host) {
|
| }
|
|
|
| if (enable_webrtc) {
|
| - deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ]
|
| + deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
|
| }
|
|
|
| if (is_desktop_linux) {
|
|
|