mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting XPIDL_MODULE to the same value as MODULE. --HG-- extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
This commit is contained in:
parent
dbdcae0eaf
commit
795c5eeeff
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = accessibility
|
||||
XPIDL_MODULE= accessibility
|
||||
GRE_MODULE = 1
|
||||
|
||||
XPIDLSRCS = \
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = B2GComponents
|
||||
XPIDL_MODULE = B2GComponents
|
||||
|
||||
XPIDLSRCS = \
|
||||
b2g.idl \
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = browser-feeds
|
||||
XPIDL_MODULE = browser-feeds
|
||||
|
||||
XPIDLSRCS = nsIFeedResultService.idl nsIWebContentConverterRegistrar.idl nsIFeedWriter.idl
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = migration
|
||||
XPIDL_MODULE = migration
|
||||
|
||||
XPIDLSRCS = nsIBrowserProfileMigrator.idl
|
||||
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = sessionstore
|
||||
XPIDL_MODULE = sessionstore
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsISessionStartup.idl \
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = shellservice
|
||||
XPIDL_MODULE = shellservice
|
||||
|
||||
XPIDLSRCS = nsIShellService.idl
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = fuel
|
||||
XPIDL_MODULE = fuel
|
||||
|
||||
XPIDLSRCS = fuelIApplication.idl
|
||||
|
||||
|
@ -12,7 +12,6 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
# metro/components.manifest
|
||||
MODULE = components
|
||||
XPIDL_MODULE = components
|
||||
|
||||
XPIDLSRCS = \
|
||||
SessionStore.idl \
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = peerconnection
|
||||
XPIDL_MODULE = peerconnection
|
||||
LIBRARY_NAME = peerconnection
|
||||
MODULE_NAME = peerconnection
|
||||
|
||||
|
@ -10,7 +10,6 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
MODULE = embed_base
|
||||
XPIDL_MODULE = embed_base
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = commandhandler
|
||||
XPIDL_MODULE = commandhandler
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsICommandManager.idl \
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = find
|
||||
XPIDL_MODULE = find
|
||||
|
||||
SDK_XPIDLSRCS = nsIWebBrowserFind.idl \
|
||||
$(NULL)
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = webbrowserpersist
|
||||
XPIDL_MODULE = webbrowserpersist
|
||||
GRE_MODULE = 1
|
||||
|
||||
XPIDLSRCS = nsIWebBrowserPersist.idl \
|
||||
|
@ -12,7 +12,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = windowwatcher
|
||||
XPIDL_MODULE = windowwatcher
|
||||
GRE_MODULE = 1
|
||||
|
||||
SDK_XPIDLSRCS = nsIWindowWatcher.idl \
|
||||
|
@ -8,7 +8,6 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
MODULE = spellchecker
|
||||
XPIDL_MODULE = spellchecker
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
@ -21,7 +21,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = hal
|
||||
LIBRARY_NAME = hal_s
|
||||
XPIDL_MODULE = hal
|
||||
FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = gtkqticonsconverter
|
||||
XPIDL_MODULE = gtkqticonsconverter
|
||||
|
||||
XPIDLSRCS = nsGtkQtIconsConverter.idl
|
||||
|
||||
|
@ -15,7 +15,6 @@ MODULE_NAME = jsdebugger
|
||||
GRE_MODULE = 1
|
||||
|
||||
LIBRARY_NAME = jsdebugger
|
||||
XPIDL_MODULE = jsdebugger
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
@ -12,7 +12,6 @@ VPATH=@srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE=inspector
|
||||
XPIDL_MODULE=inspector
|
||||
|
||||
XPIDLSRCS = inIDOMView.idl \
|
||||
inIDeepTreeWalker.idl \
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = MobileComponents
|
||||
XPIDL_MODULE = MobileComponents
|
||||
|
||||
XPIDLSRCS = \
|
||||
SessionStore.idl \
|
||||
|
@ -19,7 +19,6 @@ EXPORT_LIBRARY = 1
|
||||
|
||||
EXPORTS = nsBrowserComponents.h
|
||||
|
||||
XPIDL_MODULE = browsercomps
|
||||
|
||||
XPIDLSRCS = nsIShellService.idl
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = MobileComponents
|
||||
XPIDL_MODULE = MobileComponents
|
||||
|
||||
XPIDLSRCS = \
|
||||
SessionStore.idl \
|
||||
|
@ -19,7 +19,6 @@ EXPORT_LIBRARY = 1
|
||||
|
||||
EXPORTS = nsBrowserComponents.h
|
||||
|
||||
XPIDL_MODULE = browsercomps
|
||||
|
||||
XPIDLSRCS = nsIShellService.idl
|
||||
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = storage
|
||||
XPIDL_MODULE = storage
|
||||
GRE_MODULE = 1
|
||||
|
||||
# NOTE When adding something to this list, you probably need to add it to the
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = exthelper
|
||||
XPIDL_MODULE = exthelper
|
||||
|
||||
XPIDLSRCS = extIApplication.idl
|
||||
|
||||
|
@ -13,7 +13,6 @@ USE_RCS_MK := 1
|
||||
include $(topsrcdir)/config/makefiles/rcs.mk
|
||||
|
||||
MODULE = telemetry
|
||||
XPIDL_MODULE = telemetry
|
||||
MODULE_NAME = telemetry
|
||||
GRE_MODULE = 1
|
||||
|
||||
|
@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = url-classifier
|
||||
LIBRARY_NAME = urlclassifier_s
|
||||
XPIDL_MODULE = url-classifier
|
||||
LIBXUL_LIBRARY = 1
|
||||
FORCE_STATIC_LIB = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
@ -14,7 +14,6 @@ MODULE_NAME = jsinspector
|
||||
GRE_MODULE = 1
|
||||
|
||||
LIBRARY_NAME = jsinspector
|
||||
XPIDL_MODULE = jsinspector
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
@ -13,7 +13,6 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
MODULE = identity
|
||||
MODULE_NAME = identity
|
||||
XPIDL_MODULE = identity
|
||||
LIBRARY_NAME = identity
|
||||
FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
@ -9,7 +9,6 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
MODULE = widget
|
||||
XPIDL_MODULE = widget
|
||||
GRE_MODULE = 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
@ -14,9 +14,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
# i.e. dist/include/xpcomsample
|
||||
MODULE = xpcomsample
|
||||
|
||||
# XPIDL_MODULE names the .xpt file generated from IDL files
|
||||
# i.e. dist/bin/components/xpcomsample.xpt
|
||||
XPIDL_MODULE = xpcomsample
|
||||
|
||||
# LIBRARY_NAME names the library generated by this makefile,
|
||||
# i.e. dist/bin/components/libxpcomsample.so
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = appshell
|
||||
XPIDL_MODULE = appshell
|
||||
GRE_MODULE = 1
|
||||
|
||||
EXPORTS = \
|
||||
|
Loading…
Reference in New Issue
Block a user