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
Родитель 0767ce27a4
Коммит 4cb5fcc5ae
4 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

@ -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 \

Просмотреть файл

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

Просмотреть файл

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