diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /third_party/libwebrtc/call/BUILD.gn | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/call/BUILD.gn')
-rw-r--r-- | third_party/libwebrtc/call/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/libwebrtc/call/BUILD.gn b/third_party/libwebrtc/call/BUILD.gn index 50a8257631..985a3a4e04 100644 --- a/third_party/libwebrtc/call/BUILD.gn +++ b/third_party/libwebrtc/call/BUILD.gn @@ -121,6 +121,7 @@ rtc_library("rtp_interfaces") { "../api/crypto:options", "../api/environment", "../api/rtc_event_log", + "../api/transport:bandwidth_estimation_settings", "../api/transport:bitrate_settings", "../api/transport:network_control", "../api/units:time_delta", @@ -495,6 +496,7 @@ if (rtc_include_tests) { "../api:array_view", "../api:create_frame_generator", "../api:mock_audio_mixer", + "../api:mock_frame_transformer", "../api:rtp_headers", "../api:rtp_parameters", "../api:transport_api", @@ -539,7 +541,6 @@ if (rtc_include_tests) { "../test:fake_video_codecs", "../test:field_trial", "../test:frame_generator_capturer", - "../test:mock_frame_transformer", "../test:mock_transport", "../test:run_loop", "../test:scoped_key_value_config", |