Source code

Revision control

Copy as Markdown

Other Tools

From: Byron Campen <docfaraday@gmail.com>
Date: Thu, 25 Jul 2024 10:07:00 -0500
Subject: Bug 1909234 - (fix-4fec6f9c67dc) Hollow out the new ssl_adapter lib.
r?mjf
---
rtc_base/BUILD.gn | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
index 2690a414d1..cbf153c024 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -1646,6 +1646,7 @@ if (!build_with_mozilla) {
}
rtc_library("ssl_adapter") {
+if (!build_with_mozilla) {
visibility = [ "*" ]
sources = [
"openssl_adapter.cc",
@@ -1696,6 +1697,7 @@ rtc_library("ssl_adapter") {
configs += [ ":external_ssl_library" ]
}
}
+}
rtc_source_set("gtest_prod") {
sources = [ "gtest_prod_util.h" ]