Index: remoting/protocol/BUILD.gn |
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn |
index 1415200a1a833305d7d53045595c883e4ee5cd9d..5500403b57df2df2a460d05858ac8ce58cd88f09 100644 |
--- a/remoting/protocol/BUILD.gn |
+++ b/remoting/protocol/BUILD.gn |
@@ -39,13 +39,7 @@ |
"//remoting") |
if (enable_webrtc) { |
- deps += [ |
- # TODO(GYP): crbug.com/481633. We should probably not have to depend on |
- # libjingle_webrtc; that should be pulled in automatically by |
- # libpeerconnection instead. |
- "//third_party/libjingle:libjingle_webrtc", |
- "//third_party/libjingle:libpeerconnection", |
- ] |
+ deps += [ "//third_party/libjingle:libjingle_webrtc" ] |
} else { |
sources -= [ |
"webrtc_connection_to_client.cc", |