aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/modules.gyp
diff options
context:
space:
mode:
authormflodman <mflodman@webrtc.org>2015-11-12 21:02:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-13 05:02:46 +0000
commit0e7e259ebd69993bb5670a991f43aa1b06c9bf9e (patch)
treeff2acc7d9a631f5c229b6b2e69d32be6459e3ff9 /webrtc/modules/modules.gyp
parent69191ed845f3e1d4ec1671cb4558ea7483f97168 (diff)
downloadwebrtc-0e7e259ebd69993bb5670a991f43aa1b06c9bf9e.tar.gz
Move BitrateAllocator from BitrateController logic to Call.
This is a step on the way to have variable bitrate for audio and is intended to be as much of a no-op as possible. BUG=webrtc:5079 Review URL: https://codereview.webrtc.org/1441673002 Cr-Commit-Position: refs/heads/master@{#10630}
Diffstat (limited to 'webrtc/modules/modules.gyp')
-rw-r--r--webrtc/modules/modules.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index 9795f44f48..9db7cfdb7a 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -196,7 +196,6 @@
'audio_processing/vad/vad_audio_proc_unittest.cc',
'audio_processing/vad/vad_circular_buffer_unittest.cc',
'audio_processing/vad/voice_activity_detector_unittest.cc',
- 'bitrate_controller/bitrate_allocator_unittest.cc',
'bitrate_controller/bitrate_controller_unittest.cc',
'bitrate_controller/send_side_bandwidth_estimation_unittest.cc',
'desktop_capture/desktop_and_cursor_composer_unittest.cc',