| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index 25742c84e6d2fa2e9f0efac02f1c1c6029087b7d..9656bb8bc38b8c948fffb841833634c9755f3ec8 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -243,8 +243,7 @@ static_library("protocol") {
|
| if (enable_webrtc) {
|
| deps += [
|
| "//third_party/libjingle/webrtc:libjingle_webrtc",
|
| - "//third_party/webrtc/libjingle/xmllite",
|
| - "//third_party/webrtc/libjingle/xmpp",
|
| + "//third_party/libjingle_xmpp",
|
| ]
|
| } else {
|
| sources -= [
|
|
|