aboutsummaryrefslogtreecommitdiff
path: root/media/BUILD.gn
diff options
context:
space:
mode:
authorErik Språng <sprang@webrtc.org>2019-11-28 13:44:25 +0100
committerCommit Bot <commit-bot@chromium.org>2019-12-03 10:34:55 +0000
commit014dd3c9f71eb952a82add3981264c5b6bf5fc0f (patch)
tree41bcd075b16b0707078b579ce45a7ff8ecd22462 /media/BUILD.gn
parent67d3bc2b3db822bbd507af160d30ad532dcf06ef (diff)
downloadwebrtc-014dd3c9f71eb952a82add3981264c5b6bf5fc0f.tar.gz
Trials should always be populated in call config.
The trials are always set when a Call instead is created by a CallFactory, but a lot of unit tests creates instances directly. This CL updates those call site. There is still a fallback in place in RtpTransportControllerSend, since there are down-stream usages that need to be clean up. After that, we'll remove the fallback. Bug: webrtc:10809 Change-Id: I0aacf0473317bcd64252dd43d93c42de730e2ffa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160408 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29978}
Diffstat (limited to 'media/BUILD.gn')
-rw-r--r--media/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 9912d2995a..7d4056a78f 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -537,6 +537,7 @@ if (rtc_include_tests) {
"../api/task_queue",
"../api/task_queue:default_task_queue_factory",
"../api/test/video:function_video_factory",
+ "../api/transport:field_trial_based_config",
"../api/transport/media:media_transport_interface",
"../api/units:time_delta",
"../api/video:builtin_video_bitrate_allocator_factory",