mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09: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:
parent
2c18f6df31
commit
5010fed2fd
1 changed files with 4 additions and 1 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue