Fix Gn untracked headers in webrtc/call.

This CL is the same CL we had at https://codereview.webrtc.org/3014543002/.
Since we cannot land it with Rietveld anymore let's move the discussion
to Gerrit.

BUG=webrtc:7641
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I5662bec318544b07f476c12ecada997d726e7361
Reviewed-on: https://webrtc-review.googlesource.com/7981
Reviewed-by: Henrik Kjellander <kjellander@google.com>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20224}
diff --git a/video/BUILD.gn b/video/BUILD.gn
index 202a706..0833e52 100644
--- a/video/BUILD.gn
+++ b/video/BUILD.gn
@@ -58,6 +58,7 @@
     "../api:optional",
     "../api:transport_api",
     "../api/video_codecs:video_codecs_api",
+    "../call:bitrate_allocator",
     "../call:call_interfaces",
     "../call:rtp_interfaces",
     "../call:video_stream_api",