mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 419111: unfrozen interfaces listed in SDK_XPIDLSRCS, r=kaie, sr=bzbarsky
This commit is contained in:
parent
75d375bd08
commit
7b3cc60dbc
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user