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}
15 lines
405 B
Python
15 lines
405 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/voice_engine",
|
|
"+webrtc/modules/audio_coding/codecs/mock",
|
|
"+webrtc/call",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/modules/bitrate_controller",
|
|
"+webrtc/modules/congestion_controller",
|
|
"+webrtc/modules/pacing",
|
|
"+webrtc/modules/remote_bitrate_estimator",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/voice_engine",
|
|
]
|