mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 419111: unfrozen interfaces listed in SDK_XPIDLSRCS, r=kaie, sr=bzbarsky
This commit is contained in:
parent
116233a847
commit
01e48bc351
@ -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