From bc127ada3b2387d8d83bed6ea7db9f2a672ef281 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 25 Mar 2020 01:02:52 -0400 Subject: 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. --- security/manager/ssl/moz.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/manager/ssl/moz.build b/security/manager/ssl/moz.build index 94d766a0b..8f4c6e9da 100644 --- a/security/manager/ssl/moz.build +++ b/security/manager/ssl/moz.build @@ -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', ] -- cgit v1.2.3