зеркало из https://github.com/mozilla/gecko-dev.git
d59bc31677
Several source files use DLL_PREFIX/DLL_SUFFIX defines, and they all set them in moz.build using `DEFINES`. This is problematic for the WSL build because the quoting gets lost somewhere between bash and cl.exe. We cannot simply set them globally in moz.configure because their stringified definitions would conflict with the `set_config` of DLL_PREFIX/DLL_SUFFIX. Therefore, we globally define MOZ_DLL_PREFIX/MOZ_DLL_SUFFIX and change all define-related uses of DLL_PREFIX/DLL_SUFFIX to use their MOZ-equivalents instead. |
||
---|---|---|
.. | ||
tests/gtest | ||
BRNameMatchingPolicy.cpp | ||
BRNameMatchingPolicy.h | ||
BTInclusionProof.h | ||
BTVerifier.cpp | ||
BTVerifier.h | ||
Buffer.cpp | ||
Buffer.h | ||
CTDiversityPolicy.cpp | ||
CTDiversityPolicy.h | ||
CTKnownLogs.h | ||
CTLog.h | ||
CTLogVerifier.cpp | ||
CTLogVerifier.h | ||
CTObjectsExtractor.cpp | ||
CTObjectsExtractor.h | ||
CTPolicyEnforcer.cpp | ||
CTPolicyEnforcer.h | ||
CTSerialization.cpp | ||
CTSerialization.h | ||
CTUtils.h | ||
CTVerifyResult.cpp | ||
CTVerifyResult.h | ||
CertVerifier.cpp | ||
CertVerifier.h | ||
ExtendedValidation.cpp | ||
ExtendedValidation.h | ||
MultiLogCTVerifier.cpp | ||
MultiLogCTVerifier.h | ||
NSSCertDBTrustDomain.cpp | ||
NSSCertDBTrustDomain.h | ||
OCSPCache.cpp | ||
OCSPCache.h | ||
OCSPVerificationTrustDomain.cpp | ||
OCSPVerificationTrustDomain.h | ||
SignedCertificateTimestamp.cpp | ||
SignedCertificateTimestamp.h | ||
SignedTreeHead.h | ||
TrustOverride-AppleGoogleDigiCertData.inc | ||
TrustOverride-GlobalSignData.inc | ||
TrustOverride-StartComAndWoSignData.inc | ||
TrustOverride-SymantecData.inc | ||
TrustOverride-TestImminentDistrustData.inc | ||
TrustOverrideUtils.h | ||
moz.build |