Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 18, 2008
1 parent dc04833 commit 18e5e29
Show file tree
Hide file tree
Showing 79 changed files with 60 additions and 205 deletions.
1 change: 0 additions & 1 deletion browser/app/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ endif
REQUIRES = \
xpcom \
string \
xulapp \
$(NULL)

CPPSRCS = nsBrowserApp.cpp
Expand Down
6 changes: 0 additions & 6 deletions browser/components/build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,12 @@ FORCE_SHARED_LIB = 1
USE_STATIC_LIBS = 1

REQUIRES = \
docshell \
xpcom \
string \
pref \
rdf \
uriloader \
webbrowserpersist \
intl \
necko \
nkcache \
txmgr \
chardet \
migration \
shellservice \
xulapp \
Expand Down
1 change: 0 additions & 1 deletion browser/components/migration/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ REQUIRES = \
xpcom \
string \
necko \
history \
libreg \
browsercomps \
toolkitcomps \
Expand Down
1 change: 0 additions & 1 deletion browser/components/places/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ USE_STATIC_LIBS = 1
REQUIRES = \
xpcom \
string \
docshell \
necko \
browsercomps \
toolkitcomps \
Expand Down
1 change: 0 additions & 1 deletion browser/components/safebrowsing/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ USE_STATIC_LIBS = 1

REQUIRES = \
necko \
safebrowsing \
string \
uriloader \
xpcom
Expand Down
11 changes: 7 additions & 4 deletions browser/components/shell/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,30 @@ REQUIRES = \
webbrowserpersist \
dom \
intl \
unicharutil \
necko \
content \
imglib2 \
browsercomps \
gfx \
thebes \
widget \
pref \
layout \
$(NULL)

ifeq ($(OS_ARCH),WINNT)
CPPSRCS = nsWindowsShellService.cpp
REQUIRES += \
browsercomps \
$(NULL)
else
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
CPPSRCS = nsMacShellService.cpp
else
ifeq ($(MOZ_WIDGET_TOOLKIT), gtk2)
CPPSRCS = nsGNOMEShellService.cpp
REQUIRES += mozgnome
REQUIRES += \
mozgnome \
thebes \
$(NULL)
endif
endif
endif
Expand Down
6 changes: 4 additions & 2 deletions content/base/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ REQUIRES = xpcom \
js \
webshell \
necko \
nkcache \
mimetype \
exthandler \
chardet \
Expand All @@ -82,9 +81,12 @@ REQUIRES = xpcom \
util \
appshell \
shistory \
accessibility \
$(NULL)

ifdef ACCESSIBILITY
REQUIRES += accessibility
endif

EXPORTS = \
nsAtomListUtils.h \
nsAttrName.h \
Expand Down
11 changes: 0 additions & 11 deletions content/canvas/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,13 @@ REQUIRES = \
locale \
unicharutil \
webshell \
uriloader \
htmlparser \
necko \
view \
pref \
docshell \
xpconnect \
xuldoc \
caps \
editor \
imglib2 \
mimetype \
exthandler \
uconv \
intl \
plugin \
cairo \
libpixman \
thebes \
$(NULL)

Expand Down
3 changes: 0 additions & 3 deletions content/html/document/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ REQUIRES = xpcom \
util \
uconv \
pref \
uriloader \
rdf \
chardet \
nkcache \
lwbrk \
imglib2 \
xpconnect \
unicharutil \
Expand Down
3 changes: 0 additions & 3 deletions content/mathml/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,13 @@ LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
layout \
content \
widget \
gfx \
dom \
js \
locale \
pref \
webshell \
unicharutil \
docshell \
thebes \
$(NULL)

Expand Down
3 changes: 0 additions & 3 deletions content/svg/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,11 @@ LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
layout \
content \
widget \
gfx \
dom \
js \
locale \
htmlparser \
view \
pref \
necko \
xpconnect \
Expand Down
5 changes: 1 addition & 4 deletions content/svg/document/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = content
LIBRARY_NAME = gkconsvgdoc_s
LIBXUL_LIBRARY = 1
REQUIRES = content \
REQUIRES = \
layout \
widget \
xpcom \
Expand All @@ -55,14 +55,11 @@ REQUIRES = content \
dom \
webshell \
htmlparser \
lwbrk \
necko \
pref \
js \
caps \
locale \
view \
xpconnect \
$(NULL)

CPPSRCS = \
Expand Down
1 change: 0 additions & 1 deletion content/xbl/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ REQUIRES = xpcom \
pref \
docshell \
webshell \
lwbrk \
xuldoc \
rdf \
imglib2 \
Expand Down
3 changes: 0 additions & 3 deletions content/xml/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ REQUIRES = xpcom \
layout \
widget \
necko \
caps \
webshell \
docshell \
htmlparser \
xpconnect \
unicharutil \
pref \
locale \
Expand Down
3 changes: 0 additions & 3 deletions content/xml/document/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ REQUIRES = xpcom \
caps \
htmlparser \
necko \
view \
imglib2 \
docshell \
webshell \
uriloader \
pref \
xpconnect \
uconv \
lwbrk \
exthandler \
mimetype \
unicharutil \
Expand Down
2 changes: 0 additions & 2 deletions content/xul/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ REQUIRES = xpcom \
xpconnect \
pref \
locale \
lwbrk \
xuldoc \
xultmpl \
webshell \
view \
docshell \
htmlparser \
$(NULL)

Expand Down
2 changes: 0 additions & 2 deletions content/xul/document/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ REQUIRES = xpcom \
locale \
view \
necko \
uriloader \
htmlparser \
lwbrk \
docshell \
pref \
xultmpl \
Expand Down
1 change: 0 additions & 1 deletion docshell/base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ REQUIRES = xpcom \
editor \
windowwatcher \
imglib2 \
mimetype \
jar \
$(NULL)

Expand Down
3 changes: 0 additions & 3 deletions docshell/build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ PACKAGE_FILE = docshell.pkg
REQUIRES = xpcom \
string \
dom \
js \
shistory \
necko \
nkcache \
Expand All @@ -68,7 +67,6 @@ REQUIRES = xpcom \
webshell \
widget \
pref \
view \
intl \
htmlparser \
chardet \
Expand All @@ -79,7 +77,6 @@ REQUIRES = xpcom \
uriloader \
exthandler \
mimetype \
rdf \
prefetch \
imglib2 \
$(NULL)
Expand Down
1 change: 0 additions & 1 deletion dom/src/base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ REQUIRES = xpcom \
mimetype \
java \
locale \
uriloader \
prefetch \
xuldoc \
webshell \
Expand Down
3 changes: 0 additions & 3 deletions dom/src/json/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,11 @@ LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
content \
caps \
js \
locale \
layout \
necko \
pref \
uconv \
unicharutil \
widget \
xpconnect \
$(NULL)
Expand Down
1 change: 0 additions & 1 deletion editor/composer/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ REQUIRES = xpcom \
string \
unicharutil \
dom \
js \
layout \
content \
uriloader \
Expand Down
1 change: 0 additions & 1 deletion editor/libeditor/text/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ REQUIRES = xpcom \
content \
txmgr \
txtsvc \
htmlparser \
necko \
pref \
lwbrk \
Expand Down
1 change: 0 additions & 1 deletion editor/txtsvc/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ REQUIRES = xpcom \
string \
editor \
gfx \
thebes \
layout \
content \
dom \
Expand Down
1 change: 0 additions & 1 deletion embedding/browser/build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ REQUIRES = xpcom \
dom \
widget \
gfx \
layout \
content \
necko \
uriloader \
Expand Down
2 changes: 0 additions & 2 deletions embedding/components/commandhandler/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ REQUIRES = string \
dom \
content \
widget \
necko \
xuldoc \
caps \
xpconnect \
js \
layout \
$(NULL)

LIBRARY_NAME = commandhandler_s
Expand Down
2 changes: 0 additions & 2 deletions extensions/cookie/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ REQUIRES = xpcom \
string \
necko \
dom \
widget \
content \
pref \
windowwatcher \
docshell \
Expand Down
6 changes: 4 additions & 2 deletions extensions/layout-debug/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ REQUIRES = xpcom \
locale \
view \
pref \
appshell \
appcomps \
toolkitcomps \
$(NULL)

ifndef MOZ_XUL_APP
REQUIRES += appcomps
endif

XPIDLSRCS = \
nsILayoutRegressionTester.idl \
nsILayoutDebuggingTools.idl \
Expand Down
3 changes: 0 additions & 3 deletions gfx/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,10 @@ LIBXUL_LIBRARY = 1
PACKAGE_FILE = gfx.pkg

REQUIRES = xpcom \
windowwatcher \
dom \
string \
widget \
locale \
view \
pref \
unicharutil \
thebes \
$(NULL)
Expand Down
Loading

0 comments on commit 18e5e29

Please sign in to comment.