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}
7 lines
121 B
Python
7 lines
121 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/video",
|
|
]
|