mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-26 18:57:21 +00:00
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:
@@ -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',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user