Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 7b6f9c7

Browse files
committed
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
1 parent 8bb7764 commit 7b6f9c7

32 files changed

Lines changed: 0 additions & 33 deletions

File tree

accessible/public/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ VPATH = @srcdir@
1111
include $(DEPTH)/config/autoconf.mk
1212

1313
MODULE = accessibility
14-
XPIDL_MODULE= accessibility
1514
GRE_MODULE = 1
1615

1716
XPIDLSRCS = \

b2g/components/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ VPATH = @srcdir@
1010
include $(DEPTH)/config/autoconf.mk
1111

1212
MODULE = B2GComponents
13-
XPIDL_MODULE = B2GComponents
1413

1514
XPIDLSRCS = \
1615
b2g.idl \

browser/components/feeds/public/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ VPATH = @srcdir@
1111
include $(DEPTH)/config/autoconf.mk
1212

1313
MODULE = browser-feeds
14-
XPIDL_MODULE = browser-feeds
1514

1615
XPIDLSRCS = nsIFeedResultService.idl nsIWebContentConverterRegistrar.idl nsIFeedWriter.idl
1716

browser/components/migration/public/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ VPATH = @srcdir@
1010
include $(DEPTH)/config/autoconf.mk
1111

1212
MODULE = migration
13-
XPIDL_MODULE = migration
1413

1514
XPIDLSRCS = nsIBrowserProfileMigrator.idl
1615

browser/components/sessionstore/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ VPATH = @srcdir@
1111
include $(DEPTH)/config/autoconf.mk
1212

1313
MODULE = sessionstore
14-
XPIDL_MODULE = sessionstore
1514

1615
XPIDLSRCS = \
1716
nsISessionStartup.idl \

browser/components/shell/public/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ VPATH = @srcdir@
1111
include $(DEPTH)/config/autoconf.mk
1212

1313
MODULE = shellservice
14-
XPIDL_MODULE = shellservice
1514

1615
XPIDLSRCS = nsIShellService.idl
1716

browser/fuel/public/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ VPATH = @srcdir@
1010
include $(DEPTH)/config/autoconf.mk
1111

1212
MODULE = fuel
13-
XPIDL_MODULE = fuel
1413

1514
XPIDLSRCS = fuelIApplication.idl
1615

browser/metro/components/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ include $(topsrcdir)/config/config.mk
1212

1313
# metro/components.manifest
1414
MODULE = components
15-
XPIDL_MODULE = components
1615

1716
XPIDLSRCS = \
1817
SessionStore.idl \

dom/media/bridge/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ VPATH = @srcdir@
1010
include $(DEPTH)/config/autoconf.mk
1111

1212
MODULE = peerconnection
13-
XPIDL_MODULE = peerconnection
1413
LIBRARY_NAME = peerconnection
1514
MODULE_NAME = peerconnection
1615

embedding/base/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ srcdir = @srcdir@
1010
VPATH = @srcdir@
1111

1212
MODULE = embed_base
13-
XPIDL_MODULE = embed_base
1413

1514
include $(DEPTH)/config/autoconf.mk
1615

0 commit comments

Comments
 (0)