Removed bitrate_controller.h file reference from gn file.

BitrateAllocator was moved from BitrateController logic to Call in
0e7e259ebd

BUG=None
NOTRY=True

Review-Url: https://codereview.webrtc.org/2342913004
Cr-Commit-Position: refs/heads/master@{#14267}
This commit is contained in:
charujain 2016-09-16 08:48:50 -07:00 committed by Commit bot
parent 3d2ea1d2b3
commit b55c434c65

View File

@ -12,7 +12,6 @@ rtc_source_set("bitrate_controller") {
sources = [
"bitrate_controller_impl.cc",
"bitrate_controller_impl.h",
"include/bitrate_allocator.h",
"include/bitrate_controller.h",
"send_side_bandwidth_estimation.cc",
"send_side_bandwidth_estimation.h",