diff -r 000000000000 -r 6474c204b198 security/manager/ssl/public/moz.build --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/security/manager/ssl/public/moz.build Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,65 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +XPIDL_SOURCES += [ + 'nsIASN1Object.idl', + 'nsIASN1PrintableItem.idl', + 'nsIASN1Sequence.idl', + 'nsIAssociatedContentSecurity.idl', + 'nsIBadCertListener2.idl', + 'nsICertificateDialogs.idl', + 'nsICertificatePrincipal.idl', + 'nsICertOverrideService.idl', + 'nsICertPickDialogs.idl', + 'nsIClientAuthDialogs.idl', + 'nsICMSDecoder.idl', + 'nsICMSEncoder.idl', + 'nsICMSMessage.idl', + 'nsICMSMessage2.idl', + 'nsICMSMessageErrors.idl', + 'nsICMSSecureMessage.idl', + 'nsIDataSignatureVerifier.idl', + 'nsIDOMCryptoDialogs.idl', + 'nsIFormSigningDialog.idl', + 'nsIGenKeypairInfoDlg.idl', + 'nsIIdentityInfo.idl', + 'nsIKeygenThread.idl', + 'nsIKeyModule.idl', + 'nsINSSCertCache.idl', + 'nsINSSVersion.idl', + 'nsIPK11Token.idl', + 'nsIPK11TokenDB.idl', + 'nsIPKCS11.idl', + 'nsIPKCS11Module.idl', + 'nsIPKCS11ModuleDB.idl', + 'nsIPKCS11Slot.idl', + 'nsIProtectedAuthThread.idl', + 'nsIRecentBadCertsService.idl', + 'nsISignatureVerifier.idl', + 'nsISMimeCert.idl', + 'nsISSLCertErrorDialog.idl', + 'nsISSLErrorListener.idl', + 'nsISSLStatus.idl', + 'nsIStreamCipher.idl', + 'nsITokenDialogs.idl', + 'nsITokenPasswordDialogs.idl', + 'nsIUserCertPicker.idl', + 'nsIX509Cert.idl', + 'nsIX509Cert2.idl', + 'nsIX509Cert3.idl', + 'nsIX509CertDB.idl', + 'nsIX509CertDB2.idl', + 'nsIX509CertList.idl', + 'nsIX509CertValidity.idl', +] + +if CONFIG['MOZ_XUL']: + XPIDL_SOURCES += [ + 'nsICertTree.idl', + ] + +XPIDL_MODULE = 'pipnss' +