Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 1a79a12db22afe2365fbb31e95bc55c0fae5d05f..991a7a3d0de1b15200ebcb2ea935ae929c878ee6 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -257,11 +257,7 @@ if (!build_with_chromium) { |
# Only the root target should depend on this. |
visibility = [ "//:default" ] |
- sources = [ |
- # TODO(ossu): Keep this here until donwstream projects have updated. |
- # http://bugs.webrtc.org/6716 |
- "call.h", |
- ] |
+ sources = [] |
complete_static_lib = true |
defines = [] |