mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue