mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1140767 - Build more files in security/manager in unified mode; r=dkeeler
This commit is contained in:
parent
43228f7310
commit
c27574a87c
@ -30,6 +30,7 @@ UNIFIED_SOURCES += [
|
||||
'nsCertVerificationThread.cpp',
|
||||
'nsClientAuthRemember.cpp',
|
||||
'nsCrypto.cpp',
|
||||
'nsCryptoHash.cpp',
|
||||
'nsDataSignatureVerifier.cpp',
|
||||
'nsKeygenHandler.cpp',
|
||||
'nsKeygenHandlerContent.cpp',
|
||||
@ -43,10 +44,12 @@ UNIFIED_SOURCES += [
|
||||
'nsNSSCertificateFakeTransport.cpp',
|
||||
'nsNSSCertTrust.cpp',
|
||||
'nsNSSCertValidity.cpp',
|
||||
'nsNSSComponent.cpp',
|
||||
'nsNSSErrors.cpp',
|
||||
'nsNSSIOLayer.cpp',
|
||||
'nsNSSModule.cpp',
|
||||
'nsNSSShutDown.cpp',
|
||||
'nsNSSVersion.cpp',
|
||||
'nsNTLMAuthModule.cpp',
|
||||
'nsPK11TokenDB.cpp',
|
||||
'nsPKCS11Slot.cpp',
|
||||
@ -60,6 +63,7 @@ UNIFIED_SOURCES += [
|
||||
'nsSSLStatus.cpp',
|
||||
'nsTLSSocketProvider.cpp',
|
||||
'nsUsageArrayHelper.cpp',
|
||||
'PSMContentListener.cpp',
|
||||
'PSMRunnable.cpp',
|
||||
'SharedSSLState.cpp',
|
||||
'SSLServerCertVerification.cpp',
|
||||
@ -67,14 +71,8 @@ UNIFIED_SOURCES += [
|
||||
]
|
||||
|
||||
# nsNSSCertificateDB.cpp needs to include nscert.h before everything else.
|
||||
# The rest cannot be built in unified mode because they want to force NSPR
|
||||
# logging.
|
||||
SOURCES += [
|
||||
'nsCryptoHash.cpp',
|
||||
'nsNSSCertificateDB.cpp',
|
||||
'nsNSSComponent.cpp',
|
||||
'nsNSSVersion.cpp',
|
||||
'PSMContentListener.cpp',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
Loading…
Reference in New Issue
Block a user