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