| Index: remoting/BUILD.gn
|
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
|
| index 85aa0ba3e35e83555d15a2eb8f8e40ebc7ed5940..a630f569f83aa11510eb0cee45c2f507b898860c 100644
|
| --- a/remoting/BUILD.gn
|
| +++ b/remoting/BUILD.gn
|
| @@ -163,7 +163,7 @@ test("remoting_unittests") {
|
| }
|
|
|
| if (enable_webrtc) {
|
| - deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ]
|
| + deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
|
| }
|
|
|
| if (is_android) {
|
| @@ -201,12 +201,12 @@ if (enable_remoting_host) {
|
| "//net:test_support",
|
| "//remoting/base",
|
| "//testing/gtest",
|
| - "//third_party/libjingle",
|
| "//third_party/webrtc/modules/desktop_capture",
|
| + "//third_party/webrtc_overrides",
|
| ]
|
|
|
| if (enable_webrtc) {
|
| - deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ]
|
| + deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
|
| }
|
|
|
| if (is_win) {
|
|
|