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}
12 lines
180 B
Python
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",
|
|
],
|
|
}
|