Take nsSiteSecurityService out of UNIFIED_SOURCES

It exceeded the obj file sections limit because of the HSTS preload list so it cannot be built in UNIFIED mode.
This commit is contained in:
Matt A. Tobin
2020-03-25 01:02:52 -04:00
parent cc9b40cc21
commit bc127ada3b
+4 -1
View File
@@ -127,7 +127,6 @@ UNIFIED_SOURCES += [
'nsSecureBrowserUIImpl.cpp',
'nsSecurityHeaderParser.cpp',
'NSSErrorsService.cpp',
'nsSiteSecurityService.cpp',
'nsSSLSocketProvider.cpp',
'nsSSLStatus.cpp',
'nsTLSSocketProvider.cpp',
@@ -141,6 +140,10 @@ UNIFIED_SOURCES += [
'WeakCryptoOverride.cpp',
]
# nsSiteSecurityService exceeded the obj file sections limit because of the
# HSTS preload list so it cannot be built in UNIFIED mode.
SOURCES += ['nsSiteSecurityService.cpp']
IPDL_SOURCES += [
'PPSMContentDownloader.ipdl',
]