Replaces use of field trials in PacedSender with injectable WebRtcKeyValueConfig. Implementation still defaults to field trials. BUG: webrtc:10335 Change-Id: Ie8870d93d51e996e762f2c2de7545bad261b6bb7 Reviewed-on: https://webrtc-review.googlesource.com/c/123521 Commit-Queue: Per Kjellander <perkj@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26818}
7 lines
188 B
Python
7 lines
188 B
Python
include_rules = [
|
|
"+system_wrappers",
|
|
# Avoid directly using field_trial. Instead use WebRtcKeyValueConfig.
|
|
"-system_wrappers/include/field_trial.h",
|
|
"+logging/rtc_event_log"
|
|
]
|