terelius 2d81eb33f5 Fix BWE simulations so that it uses the delay based BWE.
Rename kFullSendSideEstimator -> kSendSideEstimator and add new class SendSideBweSender (controlled by kSendSideEstimator) that actually uses the send side BWE.

Move the mock to logging/rtc_event_log/mock.
Allow congestion_controller, remote_bitrate_estimator and audio to depend on loggging/rtc_event_log

BUG=webrtc:6526
NOPRESUBMIT=True

Review-Url: https://codereview.webrtc.org/2431093003
Cr-Commit-Position: refs/heads/master@{#14772}
2016-10-25 14:04:44 +00:00

12 lines
180 B
Python

include_rules = [
"+webrtc/base",
"+webrtc/logging/rtc_event_log",
"+webrtc/system_wrappers",
]
specific_include_rules = {
"nada\.h": [
"+webrtc/voice_engine",
],
}