Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.

git-svn-id: svn://10.0.0.236/trunk@168812 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2005-02-04 21:10:45 +00:00
parent 7d6959d145
commit 41b51eec20
30 changed files with 7 additions and 52 deletions

View File

@ -53,11 +53,9 @@ IS_COMPONENT = 1
REQUIRES = xpcom \ REQUIRES = xpcom \
string \ string \
necko \
uconv \ uconv \
unicharutil \ unicharutil \
spellchecker \ spellchecker \
intl \
$(NULL) $(NULL)
CPPSRCS = affentry.cpp \ CPPSRCS = affentry.cpp \

View File

@ -56,12 +56,10 @@ REQUIRES = xpcom \
string \ string \
editor \ editor \
content \ content \
layout \
dom \ dom \
necko \ necko \
widget \ widget \
pref \ pref \
gfx \
txtsvc \ txtsvc \
uconv \ uconv \
unicharutil \ unicharutil \

View File

@ -47,7 +47,6 @@ LIBRARY_NAME=sroaming
IS_COMPONENT = 1 IS_COMPONENT = 1
REQUIRES = xpcom \ REQUIRES = xpcom \
xpcom_obsolete \ xpcom_obsolete \
reglib \
string \ string \
profile \ profile \
necko \ necko \

View File

@ -50,7 +50,6 @@ REQUIRES = xpcom \
wallet \ wallet \
dom \ dom \
docshell \ docshell \
necko \
widget \ widget \
$(NULL) $(NULL)

View File

@ -50,7 +50,6 @@ REQUIRES = xpcom \
wallet \ wallet \
dom \ dom \
widget \ widget \
necko \
$(NULL) $(NULL)
CPPSRCS = nsSignonViewer.cpp CPPSRCS = nsSignonViewer.cpp

View File

@ -61,7 +61,6 @@ REQUIRES = xpcom \
widget \ widget \
uriloader \ uriloader \
pref \ pref \
webshell \
docshell \ docshell \
intl \ intl \
unicharutil \ unicharutil \

View File

@ -50,7 +50,6 @@ REQUIRES = xpcom \
wallet \ wallet \
dom \ dom \
widget \ widget \
necko \
docshell \ docshell \
$(NULL) $(NULL)

View File

@ -62,7 +62,6 @@ REQUIRES = xpcom \
necko \ necko \
unicharutil \ unicharutil \
content \ content \
dom \
layout \ layout \
locale \ locale \
$(NULL) $(NULL)

View File

@ -46,7 +46,6 @@ MODULE = dconnect
REQUIRES = ipcd \ REQUIRES = ipcd \
nspr \ nspr \
string \
xpcom \ xpcom \
$(NULL) $(NULL)

View File

@ -60,14 +60,11 @@ REQUIRES = xpcom \
msgbase \ msgbase \
msgbaseutil \ msgbaseutil \
rdfutil \ rdfutil \
docshell \
appshell \
appcomps \ appcomps \
dom \ dom \
widget \ widget \
locale \ locale \
mork \ mork \
appcomps \
layout \ layout \
intl \ intl \
uriloader \ uriloader \

View File

@ -50,7 +50,6 @@ REQUIRES = xpcom \
string \ string \
rdf \ rdf \
rdfutil \ rdfutil \
appshell \
toolkitcomps \ toolkitcomps \
appcomps \ appcomps \
dom \ dom \
@ -66,7 +65,6 @@ REQUIRES = xpcom \
msgbase \ msgbase \
msgbaseutil \ msgbaseutil \
mime \ mime \
appcomps \
intl \ intl \
import \ import \
windowwatcher \ windowwatcher \

View File

@ -76,13 +76,11 @@ REQUIRES = xpcom \
msgcompose \ msgcompose \
msgbaseutil \ msgbaseutil \
msgdb \ msgdb \
appshell \
appcomps \ appcomps \
msgnews \ msgnews \
msgimap \ msgimap \
gfx \ gfx \
webbrwsr \ webbrwsr \
content \
$(NULL) $(NULL)
ifeq ($(OS_ARCH),WINNT) ifeq ($(OS_ARCH),WINNT)

View File

@ -77,7 +77,6 @@ REQUIRES = xpcom \
mork \ mork \
msgnews \ msgnews \
addrbook \ addrbook \
prefmigr \
mime \ mime \
mimetype \ mimetype \
windowwatcher \ windowwatcher \

View File

@ -72,9 +72,8 @@ REQUIRES = xpcom \
mime \ mime \
caps \ caps \
msgcompose \ msgcompose \
addrbook \ addrbook \
docshell \ docshell \
webshell \
uriloader \ uriloader \
appshell \ appshell \
msgimap \ msgimap \

View File

@ -56,7 +56,7 @@ endif
PACKAGE_FILE = msgcompose.pkg PACKAGE_FILE = msgcompose.pkg
REQUIRES = xpcom \ REQUIRES = xpcom \
xpcom_obsolete \ xpcom_obsolete \
string \ string \
msgbase \ msgbase \
msgbaseutil \ msgbaseutil \
@ -73,7 +73,6 @@ REQUIRES = xpcom \
pref \ pref \
widget \ widget \
msgdb \ msgdb \
appshell \
appcomps \ appcomps \
nkcache \ nkcache \
$(NULL) $(NULL)

View File

@ -71,7 +71,6 @@ REQUIRES = xpcom \
msgimap \ msgimap \
msgnews \ msgnews \
docshell \ docshell \
webshell \
addrbook \ addrbook \
widget \ widget \
htmlparser \ htmlparser \

View File

@ -76,10 +76,8 @@ REQUIRES = xpcom \
necko \ necko \
msgbase \ msgbase \
msgbaseutil \ msgbaseutil \
profile \
prefmigr \
unicharutil \ unicharutil \
libreg \ libreg \
$(NULL) $(NULL)
CPPSRCS = \ CPPSRCS = \

View File

@ -78,7 +78,6 @@ REQUIRES = xpcom \
msglocal \ msglocal \
mimetype \ mimetype \
unicharutil \ unicharutil \
pref \
$(NULL) $(NULL)
CPPSRCS = \ CPPSRCS = \

View File

@ -53,7 +53,7 @@ MODULE_NAME = local_mail_services
PACKAGE_FILE = msglocal.pkg PACKAGE_FILE = msglocal.pkg
REQUIRES = xpcom \ REQUIRES = xpcom \
xpcom_obsolete \ xpcom_obsolete \
string \ string \
mailnews \ mailnews \
msgbase \ msgbase \
@ -67,8 +67,6 @@ REQUIRES = xpcom \
intl \ intl \
pref \ pref \
nkcache \ nkcache \
xmlextras \
dom \
$(NULL) $(NULL)
ifeq ($(USE_SHORT_LIBNAME),1) ifeq ($(USE_SHORT_LIBNAME),1)

View File

@ -53,11 +53,10 @@ MODULE_NAME = nsMimeEmitterModule
PACKAGE_FILE = mimeemitter.pkg PACKAGE_FILE = mimeemitter.pkg
REQUIRES = xpcom \ REQUIRES = xpcom \
xpcom_obsolete \ xpcom_obsolete \
string \ string \
mime \ mime \
necko \ necko \
pref \
intl \ intl \
locale \ locale \
msgbase \ msgbase \

View File

@ -52,13 +52,12 @@ MODULE_NAME = nsMsgNewsModule
PACKAGE_FILE = msgnews.pkg PACKAGE_FILE = msgnews.pkg
REQUIRES = xpcom \ REQUIRES = xpcom \
xpcom_obsolete \ xpcom_obsolete \
string \ string \
mailnews \ mailnews \
msgbase \ msgbase \
msgbaseutil \ msgbaseutil \
msgdb \ msgdb \
appshell \
appcomps \ appcomps \
mime \ mime \
necko \ necko \

View File

@ -46,7 +46,7 @@ MODULE = msgnews
LIBRARY_NAME = msgnews_s LIBRARY_NAME = msgnews_s
META_COMPONENT = mail META_COMPONENT = mail
REQUIRES = xpcom \ REQUIRES = xpcom \
xpcom_obsolete \ xpcom_obsolete \
string \ string \
mailnews \ mailnews \
msgbase \ msgbase \
@ -66,7 +66,6 @@ REQUIRES = xpcom \
toolkitcomps \ toolkitcomps \
mime \ mime \
intl \ intl \
webshell \
rdfutil \ rdfutil \
nkcache \ nkcache \
windowwatcher \ windowwatcher \

View File

@ -55,7 +55,6 @@ REQUIRES = xpcom \
string \ string \
rdf \ rdf \
necko \ necko \
layout \
content \ content \
xuldoc \ xuldoc \
jar \ jar \

View File

@ -51,7 +51,6 @@ REQUIRES = xpcom \
xuldoc \ xuldoc \
gfx \ gfx \
layout \ layout \
content \
necko \ necko \
dom \ dom \
widget \ widget \

View File

@ -45,7 +45,6 @@ include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom \ REQUIRES = xpcom \
content \ content \
necko \ necko \
content \
string \ string \
rdf \ rdf \
$(NULL) $(NULL)

View File

@ -56,13 +56,11 @@ REQUIRES = xpcom \
string \ string \
uconv \ uconv \
dom \ dom \
webshell \
docshell \ docshell \
plugin \ plugin \
content \ content \
layout \ layout \
view \ view \
xul \
necko \ necko \
nkcache \ nkcache \
locale \ locale \

View File

@ -81,7 +81,6 @@ REQUIRES = xpcom \
appcomps \ appcomps \
gfx \ gfx \
xpinstall \ xpinstall \
uriloader \
windowwatcher \ windowwatcher \
embed_base \ embed_base \
embedcomponents \ embedcomponents \

View File

@ -48,18 +48,13 @@ REQUIRES = xpcom \
string \ string \
dom \ dom \
content \ content \
layout \
gfx \ gfx \
widget \ widget \
necko \ necko \
pref \ pref \
docshell \ docshell \
webbrwsr \
appshell \ appshell \
appcomps \ appcomps \
caps \
uriloader \
xulapp \
$(NULL) $(NULL)
# PatriciaTree.cpp \ # PatriciaTree.cpp \

View File

@ -48,7 +48,6 @@ LIBRARY_NAME = bookmarks_s
REQUIRES = xpcom \ REQUIRES = xpcom \
string \ string \
rdf \ rdf \
appshell \
widget \ widget \
necko \ necko \
nkcache \ nkcache \

View File

@ -51,9 +51,7 @@ REQUIRES = \
js \ js \
widget \ widget \
appshell \ appshell \
docshell \
exthandler \ exthandler \
webshell \
dom \ dom \
necko \ necko \
pref \ pref \
@ -62,7 +60,6 @@ REQUIRES = \
windowwatcher \ windowwatcher \
intl \ intl \
profile \ profile \
util \
$(NULL) $(NULL)
CPPSRCS = \ CPPSRCS = \