commit c91426d3ad91d752f4fffb9d1e933d6a51a2d5be parent 4a458a1c9aff0d09ca572c4f4baa02eabbabff1e Author: Dan Baker <dbaker@mozilla.com> Date: Tue, 2 Dec 2025 00:21:22 -0700 Bug 2000941 - Vendor libwebrtc from 524bfd80cf Upstream commit: https://webrtc.googlesource.com/src/+/524bfd80cff936dea5ae2d54b2d639570549bc61 Remove mock_session_description_interface Bug: none Change-Id: I29d509c289cf4083ce3eec5cd55cd9793102cbd6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/410361 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45732} Diffstat:
7 files changed, 4 insertions(+), 36 deletions(-)
diff --git a/third_party/libwebrtc/README.mozilla.last-vendor b/third_party/libwebrtc/README.mozilla.last-vendor @@ -1,4 +1,4 @@ # ./mach python dom/media/webrtc/third_party_build/vendor-libwebrtc.py --from-local /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc --commit mozpatches libwebrtc -libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T07:18:04.622295+00:00. +libwebrtc updated from /Users/danielbaker/elm/.moz-fast-forward/moz-libwebrtc commit mozpatches on 2025-12-02T07:20:58.184732+00:00. # base of lastest vendoring -37ba143ad7 +524bfd80cf diff --git a/third_party/libwebrtc/api/BUILD.gn b/third_party/libwebrtc/api/BUILD.gn @@ -1451,19 +1451,6 @@ if (rtc_include_tests) { ] } - rtc_source_set("mock_session_description_interface") { - visibility = [ "*" ] - testonly = true - sources = [ "test/mock_session_description_interface.h" ] - deps = [ - ":candidate", - ":libjingle_peerconnection_api", - "../pc:session_description", - "../test:test_support", - "//third_party/abseil-cpp/absl/strings:string_view", - ] - } - rtc_source_set("mock_transformable_frame") { visibility = [ "*" ] testonly = true @@ -1766,7 +1753,6 @@ if (rtc_include_tests) { ":mock_peer_connection_factory_interface", ":mock_peerconnectioninterface", ":mock_rtp", - ":mock_session_description_interface", ":mock_transformable_audio_frame", ":mock_transformable_frame", ":mock_transformable_video_frame", diff --git a/third_party/libwebrtc/api/test/DEPS b/third_party/libwebrtc/api/test/DEPS @@ -61,9 +61,6 @@ specific_include_rules = { "mock_peerconnectioninterface\.h": [ "+rtc_base/thread.h", ], - "mock_session_description_interface\.h": [ - "+pc/session_description.h", - ], "videocodec_test_fixture\.h": [ "+modules/video_coding/codecs/h264/include/h264_globals.h", ], diff --git a/third_party/libwebrtc/api/test/compile_all_headers.cc b/third_party/libwebrtc/api/test/compile_all_headers.cc @@ -42,7 +42,6 @@ #include "api/test/mock_rtp_transceiver.h" #include "api/test/mock_rtpreceiver.h" #include "api/test/mock_rtpsender.h" -#include "api/test/mock_session_description_interface.h" #include "api/test/mock_transformable_frame.h" #include "api/test/mock_transformable_video_frame.h" #include "api/test/mock_video_bitrate_allocator.h" diff --git a/third_party/libwebrtc/api/test/mock_session_description_interface.h b/third_party/libwebrtc/api/test/mock_session_description_interface.h @@ -1,14 +0,0 @@ -/* - * Copyright 2022 The WebRTC project authors. All Rights Reserved. - * - * Use of this source code is governed by a BSD-style license - * that can be found in the LICENSE file in the root of the source - * tree. An additional intellectual property rights grant can be found - * in the file PATENTS. All contributing project authors may - * be found in the AUTHORS file in the root of the source tree. - */ - -#ifndef API_TEST_MOCK_SESSION_DESCRIPTION_INTERFACE_H_ -#define API_TEST_MOCK_SESSION_DESCRIPTION_INTERFACE_H_ - -#endif // API_TEST_MOCK_SESSION_DESCRIPTION_INTERFACE_H_ diff --git a/third_party/libwebrtc/moz-patch-stack/s0027.patch b/third_party/libwebrtc/moz-patch-stack/s0027.patch @@ -203,7 +203,7 @@ index 8488cf0818..14d1caaa01 100644 } diff --git a/api/BUILD.gn b/api/BUILD.gn -index def130e348..66941a5b2b 100644 +index 207c169fa9..632f5e19ab 100644 --- a/api/BUILD.gn +++ b/api/BUILD.gn @@ -44,6 +44,9 @@ rtc_library("enable_media") { diff --git a/third_party/libwebrtc/moz-patch-stack/s0102.patch b/third_party/libwebrtc/moz-patch-stack/s0102.patch @@ -126,7 +126,7 @@ index 7d8d06c678..a28f254f8d 100644 "Generated during 'gn gen' by //BUILD.gn.", "", diff --git a/api/BUILD.gn b/api/BUILD.gn -index 66941a5b2b..19cb4d850e 100644 +index 632f5e19ab..7a1c25db89 100644 --- a/api/BUILD.gn +++ b/api/BUILD.gn @@ -8,8 +8,8 @@