Source code
Revision control
Copy as Markdown
Other Tools
From: Byron Campen <docfaraday@gmail.com>
Date: Thu, 25 Jul 2024 10:07:00 -0500
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 6f8e2d1d98..c659427577 100644
--- a/rtc_base/BUILD.gn
+++ b/rtc_base/BUILD.gn
@@ -1619,6 +1619,7 @@ if (!build_with_mozilla) {
}
rtc_library("ssl_adapter") {
+if (!build_with_mozilla) {
visibility = [ "*" ]
sources = [
"openssl_adapter.cc",
@@ -1668,6 +1669,7 @@ rtc_library("ssl_adapter") {
configs += [ "..:external_ssl_library" ]
}
}
+}
rtc_source_set("gtest_prod") {
sources = [ "gtest_prod_util.h" ]