Replace NSS with Pale Moon's

This commit is contained in:
wuggy 2026-06-29 21:29:25 +01:00
commit 8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions

View file

@ -10,10 +10,14 @@ LIB_SRCDIRS = \
common \
$(NULL)
common: google_test
ifneq ($(NSS_BUILD_WITHOUT_UTIL),1)
UTIL_SRCDIRS = \
util_gtest \
$(NULL)
util_gtest: common
endif
ifneq ($(NSS_BUILD_SOFTOKEN_ONLY),1)
@ -24,6 +28,7 @@ NSS_SRCDIRS = \
certhigh_gtest \
cryptohi_gtest \
der_gtest \
freebl_gtest \
pk11_gtest \
smime_gtest \
softoken_gtest \
@ -32,6 +37,19 @@ NSS_SRCDIRS = \
nss_bogo_shim \
pkcs11testmodule \
$(NULL)
base_gtest: common
certdb_gtest: common
certhigh_gtest: common
cryptohi_gtest: common
der_gtest: common
freebl_gtest: common
pk11_gtest: common pkcs11testmodule
smime_gtest: common
softoken_gtest: common
ssl_gtest: google_test
sysinit_gtest: google_test
util_gtest: common
endif
endif