30 lines
826 B
Diff
30 lines
826 B
Diff
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
|
|
|
|
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/ee2f06666bcc6d22c4d7c93b78fb52d28452d055
|
|
---
|
|
rtc_base/BUILD.gn | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/rtc_base/BUILD.gn b/rtc_base/BUILD.gn
|
|
index 11c68d5fcd..13b534f89e 100644
|
|
--- a/rtc_base/BUILD.gn
|
|
+++ b/rtc_base/BUILD.gn
|
|
@@ -1623,6 +1623,7 @@ if (!build_with_mozilla) {
|
|
}
|
|
|
|
rtc_library("ssl_adapter") {
|
|
+if (!build_with_mozilla) {
|
|
visibility = [ "*" ]
|
|
sources = [
|
|
"openssl_adapter.cc",
|
|
@@ -1671,6 +1672,7 @@ rtc_library("ssl_adapter") {
|
|
configs += [ "..:external_ssl_library" ]
|
|
}
|
|
}
|
|
+}
|
|
|
|
rtc_source_set("gtest_prod") {
|
|
sources = [ "gtest_prod_util.h" ]
|