From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- third_party/libwebrtc/api/transport/BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'third_party/libwebrtc/api/transport/BUILD.gn') diff --git a/third_party/libwebrtc/api/transport/BUILD.gn b/third_party/libwebrtc/api/transport/BUILD.gn index c0209bf0d0..21559815ca 100644 --- a/third_party/libwebrtc/api/transport/BUILD.gn +++ b/third_party/libwebrtc/api/transport/BUILD.gn @@ -18,6 +18,12 @@ rtc_library("bitrate_settings") { absl_deps = [ "//third_party/abseil-cpp/absl/types:optional" ] } +rtc_library("bandwidth_estimation_settings") { + visibility = [ "*" ] + sources = [ "bandwidth_estimation_settings.h" ] + deps = [ "../../rtc_base/system:rtc_export" ] +} + rtc_source_set("enums") { visibility = [ "*" ] sources = [ "enums.h" ] -- cgit v1.2.3