Index: remoting/host/BUILD.gn |
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
index 95457d7d262d3a1870593d496c6349f2b13548bf..5b8afbf4b6cd5917899fb301c7912cbac2b6dfd8 100644 |
--- a/remoting/host/BUILD.gn |
+++ b/remoting/host/BUILD.gn |
@@ -466,9 +466,9 @@ static_library("test_support") { |
if (enable_webrtc) { |
public_deps += [ |
- "//third_party/libjingle/webrtc:libjingle_webrtc", |
"//third_party/libjingle_xmpp", |
"//third_party/webrtc/modules/desktop_capture", |
+ "//third_party/webrtc_overrides:init_webrtc", |
] |
} |
} |
@@ -622,8 +622,8 @@ if (enable_remoting_host) { |
if (enable_webrtc) { |
deps += [ |
- "//third_party/libjingle/webrtc:libjingle_webrtc", |
"//third_party/libjingle_xmpp", |
+ "//third_party/webrtc_overrides:init_webrtc", |
] |
} |
} |
@@ -739,8 +739,8 @@ if (enable_me2me_host) { |
if (enable_webrtc) { |
deps += [ |
- "//third_party/libjingle/webrtc:libjingle_webrtc", |
"//third_party/libjingle_xmpp", |
+ "//third_party/webrtc_overrides:init_webrtc", |
] |
} |