Bug 419111: unfrozen interfaces listed in SDK_XPIDLSRCS, r=kaie, sr=bzbarsky

This commit is contained in:
gavin@gavinsharp.com 2008-03-05 14:08:20 -08:00
parent 116233a847
commit 01e48bc351
4 changed files with 6 additions and 3 deletions

View File

@ -75,6 +75,7 @@ REQUIRES = nspr \
content \
caps \
pref \
pipnss \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -51,17 +51,17 @@ GRE_MODULE = 1
SDK_XPIDLSRCS = \
nsIASN1Object.idl \
nsIASN1Sequence.idl \
nsIBadCertListener2.idl \
nsISSLErrorListener.idl \
nsICertificateDialogs.idl \
nsICRLInfo.idl \
nsIX509Cert.idl \
nsIX509CertDB.idl \
nsIX509CertValidity.idl \
nsIIdentityInfo.idl \
$(NULL)
XPIDLSRCS = \
nsIBadCertListener2.idl \
nsISSLErrorListener.idl \
nsIIdentityInfo.idl \
nsICertOverrideService.idl \
nsIRecentBadCertsService.idl \
nsIFormSigningDialog.idl \

View File

@ -81,6 +81,7 @@ REQUIRES = \
xuldoc \
feeds \
storage \
pipnss \
$(NULL)
ifdef ALERTS_SERVICE

View File

@ -18,6 +18,7 @@ REQUIRES = docshell \
string \
uriloader \
xpcom \
pipnss \
$(ZLIB_REQUIRES) \
$(NULL)