| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index 68f94877f50844a3cddc2e1b210d3ee9aab82ea1..edda462fb9ce3586dd2f3ab6cd612a417982eab4 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -182,7 +182,7 @@ static_library("protocol") {
|
|
|
| public_deps = [
|
| "//remoting/proto",
|
| - "//third_party/libjingle",
|
| + "//third_party/webrtc_overrides",
|
| ]
|
| deps = [
|
| "//base",
|
| @@ -236,7 +236,7 @@ static_library("protocol") {
|
| ]
|
| }
|
|
|
| - deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ]
|
| + deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
|
| }
|
|
|
| if (enable_remoting_host) {
|
|
|