commit 54edb28076e7b8222723902945788e7638c7d8ce
parent 0287b5d82140d453c66467a51fbb914f3ad9cfed
Author: Michael Froman <mfroman@mozilla.com>
Date: Wed, 8 Oct 2025 22:56:01 -0500
Bug 1993083 - (fix-13213ef82c) make ice_transport_factory target empty rather than remove it
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/third_party/libwebrtc/api/BUILD.gn b/third_party/libwebrtc/api/BUILD.gn
@@ -1033,8 +1033,8 @@ rtc_source_set("refcountedbase") {
]
}
-if (!build_with_mozilla) {
rtc_library("ice_transport_factory") {
+if (!build_with_mozilla) {
visibility = [ "*" ]
sources = [
"ice_transport_factory.cc",
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 fd77e776cd..9d79e5e129 100644
}
diff --git a/api/BUILD.gn b/api/BUILD.gn
-index 4ee76f6757..158f567cc5 100644
+index 4ee76f6757..f0dc1684d9 100644
--- a/api/BUILD.gn
+++ b/api/BUILD.gn
@@ -44,6 +44,9 @@ rtc_library("enable_media") {
@@ -332,14 +332,14 @@ index 4ee76f6757..158f567cc5 100644
rtc_source_set("data_channel_event_observer_interface") {
visibility = [ "*" ]
-@@ -1000,6 +1033,7 @@ rtc_source_set("refcountedbase") {
- ]
+@@ -1001,6 +1034,7 @@ rtc_source_set("refcountedbase") {
}
-+if (!build_with_mozilla) {
rtc_library("ice_transport_factory") {
++if (!build_with_mozilla) {
visibility = [ "*" ]
sources = [
+ "ice_transport_factory.cc",
@@ -1024,6 +1058,7 @@ rtc_library("ice_transport_factory") {
"rtc_event_log:rtc_event_log",
]
diff --git a/third_party/libwebrtc/moz-patch-stack/s0103.patch b/third_party/libwebrtc/moz-patch-stack/s0103.patch
@@ -126,7 +126,7 @@ index 74f7c78e12..f5aa3cc9fe 100644
"Generated during 'gn gen' by //BUILD.gn.",
"",
diff --git a/api/BUILD.gn b/api/BUILD.gn
-index 158f567cc5..4d9551d3c8 100644
+index f0dc1684d9..089f04a873 100644
--- a/api/BUILD.gn
+++ b/api/BUILD.gn
@@ -8,8 +8,8 @@