security/manager/ssl/public/moz.build

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
     2 # vim: set filetype=python:
     3 # This Source Code Form is subject to the terms of the Mozilla Public
     4 # License, v. 2.0. If a copy of the MPL was not distributed with this
     5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     7 XPIDL_SOURCES += [
     8     'nsIASN1Object.idl',
     9     'nsIASN1PrintableItem.idl',
    10     'nsIASN1Sequence.idl',
    11     'nsIAssociatedContentSecurity.idl',
    12     'nsIBadCertListener2.idl',
    13     'nsICertificateDialogs.idl',
    14     'nsICertificatePrincipal.idl',
    15     'nsICertOverrideService.idl',
    16     'nsICertPickDialogs.idl',
    17     'nsIClientAuthDialogs.idl',
    18     'nsICMSDecoder.idl',
    19     'nsICMSEncoder.idl',
    20     'nsICMSMessage.idl',
    21     'nsICMSMessage2.idl',
    22     'nsICMSMessageErrors.idl',
    23     'nsICMSSecureMessage.idl',
    24     'nsIDataSignatureVerifier.idl',
    25     'nsIDOMCryptoDialogs.idl',
    26     'nsIFormSigningDialog.idl',
    27     'nsIGenKeypairInfoDlg.idl',
    28     'nsIIdentityInfo.idl',
    29     'nsIKeygenThread.idl',
    30     'nsIKeyModule.idl',
    31     'nsINSSCertCache.idl',
    32     'nsINSSVersion.idl',
    33     'nsIPK11Token.idl',
    34     'nsIPK11TokenDB.idl',
    35     'nsIPKCS11.idl',
    36     'nsIPKCS11Module.idl',
    37     'nsIPKCS11ModuleDB.idl',
    38     'nsIPKCS11Slot.idl',
    39     'nsIProtectedAuthThread.idl',
    40     'nsIRecentBadCertsService.idl',
    41     'nsISignatureVerifier.idl',
    42     'nsISMimeCert.idl',
    43     'nsISSLCertErrorDialog.idl',
    44     'nsISSLErrorListener.idl',
    45     'nsISSLStatus.idl',
    46     'nsIStreamCipher.idl',
    47     'nsITokenDialogs.idl',
    48     'nsITokenPasswordDialogs.idl',
    49     'nsIUserCertPicker.idl',
    50     'nsIX509Cert.idl',
    51     'nsIX509Cert2.idl',
    52     'nsIX509Cert3.idl',
    53     'nsIX509CertDB.idl',
    54     'nsIX509CertDB2.idl',
    55     'nsIX509CertList.idl',
    56     'nsIX509CertValidity.idl',
    57 ]
    59 if CONFIG['MOZ_XUL']:
    60     XPIDL_SOURCES += [
    61         'nsICertTree.idl',
    62     ]
    64 XPIDL_MODULE = 'pipnss'

mercurial