Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls

This commit is contained in:
disttsc%bart.nl 2001-02-22 09:35:51 +00:00
parent f8fbe70718
commit a6f2f5861a
219 changed files with 221 additions and 210 deletions

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = caps
LIBRARY_NAME = caps
IS_COMPONENT = 1
REQUIRES = xpcom pref js dom xpconnect necko jar widget plugin intl locale layout appshell
REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl locale layout appshell
CPPSRCS = \
nsBasePrincipal.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconbase_s
REQUIRES = xpcom dom widget view locale timer htmlparser js webshell necko caps lwbrk intl uconv chrome docshell pref uriloader xpconnect util unicharutil rdf
REQUIRES = xpcom string dom widget view locale timer htmlparser js webshell necko caps lwbrk intl uconv chrome docshell pref uriloader xpconnect util unicharutil rdf
CPPSRCS = \
nsCommentNode.cpp \

View File

@ -33,7 +33,7 @@ LIBRARY_NAME = gkcontent
SHORT_LIBNAME = gkcontnt
IS_COMPONENT = 1
EXTRA_DSO_LIBS = jsdom gkgfx
REQUIRES = xpcom widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk timer js pref
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk timer js pref caps xul xuldoc xultmpl
CPPSRCS = \
nsContentDLF.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconevents_s
REQUIRES = xpcom dom js locale widget caps xpconnect docshell webshell pref necko rdf uriloader htmlparser view
REQUIRES = xpcom string dom js locale widget caps xpconnect docshell webshell pref necko rdf uriloader htmlparser view
CPPSRCS = \
nsEventListenerManager.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconhtmlbase_s
REQUIRES = xpcom dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mime webbrwsr oji util uriloader rdf unicharutil lwbrk
REQUIRES = xpcom string dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mime webbrwsr oji util uriloader rdf unicharutil lwbrk
CPPSRCS = \
nsHTMLAtoms.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconhtmlcon_s
REQUIRES = xpcom widget dom js locale webshell htmlparser necko unicharutil view pref oji java plugin docshell uriloader xpconnect rdf caps editor intl uconv
REQUIRES = xpcom string widget dom js locale webshell htmlparser necko unicharutil view pref oji java plugin docshell uriloader xpconnect rdf caps editor intl uconv
CPPSRCS = \
nsAttributeContent.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconhtmldoc_s
REQUIRES = xpcom widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet appshell nkcache shistory appcomps lwbrk
REQUIRES = xpcom string widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet appshell nkcache shistory appcomps lwbrk
CPPSRCS = \
nsHTMLContentSink.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconhtmlstyle_s
REQUIRES = xpcom dom widget timer caps editor locale js view necko webshell pref rdf htmlparser txmgr docshell uriloader unicharutil uconv
REQUIRES = xpcom string dom widget timer caps editor locale js view necko webshell pref rdf xul htmlparser txmgr docshell uriloader unicharutil uconv
CPPSRCS = \
nsCSSAtoms.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconxbl_s
REQUIRES = xpcom js dom widget caps locale htmlparser necko rdf xpconnect pref docshell uriloader chrome lwbrk
REQUIRES = xpcom string js dom widget caps locale htmlparser necko rdf xpconnect pref docshell uriloader chrome lwbrk xul xuldoc
CPPSRCS = \
nsXBLBinding.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconxmlcon_s
REQUIRES = xpcom js dom widget locale necko caps webshell docshell htmlparser view uriloader
REQUIRES = xpcom string js dom widget locale necko caps webshell docshell htmlparser view uriloader
CPPSRCS = \
nsXMLElement.cpp \

View File

@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconxsldoc_s
REQUIRES = xpcom htmlparser view widget dom locale necko
REQUIRES = xpcom string htmlparser view widget dom locale necko
include $(topsrcdir)/config/config.mk

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconxulcon_s
REQUIRES = xpcom widget htmlparser necko dom webshell js
REQUIRES = xpcom string widget htmlparser necko dom webshell js caps rdf xpconnect locale timer lwbrk pref xul xuldoc xultmpl
CPPSRCS = \
nsAnonymousElement.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconxuldoc_s
REQUIRES = xpcom exthandler mime
REQUIRES = xpcom string exthandler mime widget dom rdf js xpconnect caps locale view necko uriloader htmlparser lwbrk timer chrome docshell pref xul xuldoc xultmpl
CPPSRCS = \
nsControllerCommandManager.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconxultmpl_s
REQUIRES = xpcom
REQUIRES = xpcom string js xpconnect timer caps widget dom rdf necko locale xul xuldoc xultmpl
CPPSRCS = \
nsRuleNetwork.cpp \

View File

@ -42,7 +42,7 @@ MODULE = mozldap
LIBRARY_NAME = mozldap
SHORT_LIBNAME = mozldap
IS_COMPONENT = 1
REQUIRES = xpcom necko mime
REQUIRES = xpcom string necko mime
CPPSRCS = \

View File

@ -25,7 +25,7 @@ VPATH = @srcdir@
MODULE = docshell
LIBRARY_NAME = basedocshell_s
REQUIRES = xpcom caps necko layout dom js uriloader exthandler htmlparser view pref locale webbrwsr xpconnect timer widget shistory intl plugin webshell rdf chardet uconv appcomps
REQUIRES = xpcom string caps necko layout dom js uriloader exthandler htmlparser view pref locale webbrwsr xpconnect timer widget shistory intl plugin webshell rdf chardet uconv appcomps xuldoc
include $(DEPTH)/config/autoconf.mk

View File

@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = docshell
EXTRA_DSO_LIBS = jsdom
REQUIRES = xpcom dom shistory js necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet uconv appcomps
REQUIRES = xpcom string dom shistory js necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet uconv appcomps
CPPSRCS = \
nsDocShellModule.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdombase_s
REQUIRES = xpcom webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar rdf timer cookie webshell view uconv htmlparser shistory plugin windowwatcher
REQUIRES = xpcom string webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar rdf timer cookie webshell view uconv htmlparser shistory plugin windowwatcher
CPPSRCS = \
nsBarProps.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdom
REQUIRES = xpcom js xpconnect widget layout pref
REQUIRES = xpcom string js xpconnect widget layout pref
CPPSRCS = \
nsDOMFactory.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomcore_s
REQUIRES = xpcom js caps widget layout
REQUIRES = xpcom string js caps widget layout
CPPSRCS = \
nsJSAttr.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomcss_s
REQUIRES = xpcom js caps widget layout
REQUIRES = xpcom string js caps widget layout
CPPSRCS = \
nsJSCSS2Properties.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomevents_s
REQUIRES = xpcom js caps xpconnect widget layout
REQUIRES = xpcom string js caps xpconnect widget layout
CPPSRCS = \
nsJSEventListener.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomhtml_s
REQUIRES = xpcom js widget layout caps rdf
REQUIRES = xpcom string js widget layout caps rdf
CPPSRCS = \
nsJSHTMLIFrameElement.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = jsurl
LIBRARY_NAME = jsurl
IS_COMPONENT = 1
REQUIRES = xpcom js dom necko caps widget layout docshell uriloader locale appshell rdf
REQUIRES = xpcom string js dom necko caps widget layout docshell uriloader locale appshell rdf
XPIDLSRCS = \
nsIEvaluateStringProxy.idl \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomrange_s
REQUIRES = xpcom js caps widget layout
REQUIRES = xpcom string js caps widget layout
CPPSRCS = \
nsJSRange.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdomxul_s
REQUIRES = xpcom js widget layout caps rdf
REQUIRES = xpcom string js widget layout caps rdf xuldoc xultmpl
CPPSRCS = \
nsJSXULCommandDispatcher.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = editor
LIBRARY_NAME = editor
IS_COMPONENT = 1
REQUIRES = xpcom dom js locale layout uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps
REQUIRES = xpcom string dom js locale layout uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
CPPSRCS = \
ChangeAttributeTxn.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = txmgr
LIBRARY_NAME = txmgr
IS_COMPONENT = 1
REQUIRES = xpcom editor
REQUIRES = xpcom string editor
CPPSRCS = \
nsTransactionItem.cpp \

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom txmgr
REQUIRES = xpcom string txmgr
PROGRAM = TestTXMgr$(BIN_SUFFIX)

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = txtsvc
LIBRARY_NAME = txtsvc
IS_COMPONENT = 1
REQUIRES = xpcom editor layout dom js locale widget
REQUIRES = xpcom string editor layout dom js locale widget
CPPSRCS = \
nsFindAndReplace.cpp \

View File

@ -29,7 +29,7 @@ XPIDL_MODULE = embed_base
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom widget view dom js oji java necko rdf appshell uriloader layout editor intl chrome locale
REQUIRES = xpcom string widget view dom js oji java necko rdf appshell uriloader layout editor intl chrome locale
EXPORTS = \
nsEmbedAPI.h \

View File

@ -31,7 +31,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = webbrwsr
EXTRA_DSO_LIBS = jsdom
REQUIRES = xpcom docshell dom widget layout locale js necko uriloader webshell shistory timer
REQUIRES = xpcom string docshell dom widget layout locale js necko uriloader webshell shistory timer
CPPSRCS = \
nsWebBrowserModule.cpp \

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gtkembedmoz
REQUIRES = xpcom docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory appshell embed_base xpconnect pref
REQUIRES = xpcom string docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory appshell embed_base xpconnect pref
CPPSRCS = \
GtkMozEmbedChrome.cpp \

View File

@ -25,7 +25,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom dom js locale layout pref
REQUIRES = xpcom string dom js locale layout pref
CPPSRCS = \
TestGtkEmbed.cpp \

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
MODULE = webbrwsr
XPIDL_MODULE = webBrowser_core
LIBRARY_NAME = nsWebBrowser_s
REQUIRES = xpcom docshell widget layout dom js locale necko uriloader shistory webshell htmlparser view rdf mime exthandler timer windowwatcher txtsvc
REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell htmlparser view rdf mime exthandler timer windowwatcher txtsvc
include $(DEPTH)/config/autoconf.mk

View File

@ -27,7 +27,7 @@ MODULE = embedcomponents
LIBRARY_NAME = embedcomponents
SHORT_LIBNAME = embedcmp
IS_COMPONENT = 1
REQUIRES = js xpcom windowwatcher embed_base
REQUIRES = js xpcom string windowwatcher embed_base
CPPSRCS = nsModule.cpp

View File

@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = embedcomponents
LIBRARY_NAME = windowwatcher_s
REQUIRES = xpcom dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr uconv embed_base
REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr uconv embed_base
CPPSRCS = nsWWJSUtils.cpp \
nsWindowWatcher.cpp \

View File

@ -24,7 +24,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom webbrwsr widget necko docshell view layout webshell dom js locale htmlparser uriloader embed_base
REQUIRES = xpcom string webbrwsr widget necko docshell view layout webshell dom js locale htmlparser uriloader embed_base
CPPSRCS = WebBrowserChrome.cpp \
main.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = cookie
LIBRARY_NAME = cookie
IS_COMPONENT = 1
REQUIRES = xpcom necko caps dom js widget layout appshell pref intl locale
REQUIRES = xpcom string necko caps dom js widget layout appshell pref intl locale profile
ifdef ENABLE_TESTS
DIRS = tests

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom cookie necko intl locale layout widget dom
REQUIRES = xpcom string cookie necko intl locale layout widget dom
PROGRAM = TestCookie$(BIN_SUFFIX)
CPPSRCS = TestCookie.cpp

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = necko
LIBRARY_NAME = nkdatetm_s
REQUIRES = xpcom
REQUIRES = xpcom string
CPPSRCS = \
nsDateTimeHandler.cpp \

View File

@ -27,7 +27,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = necko
LIBRARY_NAME = nkfinger_s
REQUIRES = xpcom mime
REQUIRES = xpcom string mime
CPPSRCS = \
nsFingerHandler.cpp \

View File

@ -30,7 +30,7 @@ MODULE = walletviewers
LIBRARY_NAME = walletviewers
SHORT_LIBNAME = wlltvwrs
IS_COMPONENT = 1
REQUIRES = xpcom wallet dom js layout widget
REQUIRES = xpcom string wallet dom js layout widget
CPPSRCS = nsWalletViewerFactory.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = walletviewers
LIBRARY_NAME = cookieviewer_s
XPIDL_MODULE = cookieviewer
REQUIRES = xpcom wallet dom js layout widget cookie docshell uriloader locale necko
REQUIRES = xpcom string wallet dom js layout widget cookie docshell uriloader locale necko
CPPSRCS = nsCookieViewer.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = walletviewers
LIBRARY_NAME = walleteditor_s
XPIDL_MODULE = walleteditor
REQUIRES = xpcom wallet dom docshell js caps necko uriloader widget layout locale
REQUIRES = xpcom string wallet dom docshell js caps necko uriloader widget layout locale
CPPSRCS = nsWalletEditor.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = walletviewers
LIBRARY_NAME = signonviewer_s
XPIDL_MODULE = signonviewer
REQUIRES = xpcom wallet dom js widget layout necko
REQUIRES = xpcom string wallet dom js widget layout necko
CPPSRCS = nsSignonViewer.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = wallet
LIBRARY_NAME = wallet
IS_COMPONENT = 1
REQUIRES = xpcom necko dom js layout widget uriloader pref webshell docshell appshell htmlparser locale view intl profile unicharutil
REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell htmlparser locale view intl profile unicharutil
CPPSRCS = \
nsWalletFactory.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = walletviewers
LIBRARY_NAME = walletpreview_s
XPIDL_MODULE = walletpreview
REQUIRES = xpcom wallet dom js layout widget necko docshell locale uriloader
REQUIRES = xpcom string wallet dom js layout widget necko docshell locale uriloader
CPPSRCS = nsWalletPreview.cpp

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrassoap_s
REQUIRES = xpcom caps dom js widget layout xpconnect necko
REQUIRES = xpcom string caps dom js widget layout xpconnect necko
CPPSRCS = \
nsSOAPCall.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrasbase_s
REQUIRES = xpcom dom js layout widget caps uconv necko docshell xpconnect uriloader locale
REQUIRES = xpcom string dom js layout widget caps uconv necko docshell xpconnect uriloader locale
CPPSRCS = \
nsDOMSerializer.cpp \

View File

@ -30,7 +30,7 @@ MODULE = xmlextras
LIBRARY_NAME = xmlextras
SHORT_LIBNAME = xmlextra
IS_COMPONENT = 1
REQUIRES = xpcom dom js layout widget caps necko docshell xpconnect
REQUIRES = xpcom string dom js layout widget caps necko docshell xpconnect
CPPSRCS = nsXMLExtrasModule.cpp

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrassoap_s
REQUIRES = xpcom caps dom js widget layout xpconnect necko
REQUIRES = xpcom string caps dom js widget layout xpconnect necko
CPPSRCS = \
nsSOAPCall.cpp \

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom xmlextras necko dom js layout widget
REQUIRES = xpcom string xmlextras necko dom js layout widget
CPPSRCS = \
TestXMLExtras.cpp \

View File

@ -93,7 +93,7 @@ CPPSRCS = \
MODULE = xmlterm
IS_COMPONENT = 1
REQUIRES = xpcom pref js dom docshell view locale caps layout uriloader necko widget webshell htmlparser appshell
REQUIRES = xpcom string pref js dom docshell view locale caps layout uriloader necko widget webshell htmlparser appshell
EXTRA_DSO_LDOPTS = $(TK_LIBS) \
$(MOZ_COMPONENT_LIBS) \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkgfx
REQUIRES = xpcom img widget util dom locale view necko pref js timer uriloader
REQUIRES = xpcom string img widget util dom locale view necko pref js timer uriloader
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
DIRS =

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gfx_gtk
IS_COMPONENT = 1
REQUIRES = xpcom img widget view util dom pref js uconv appshell necko unicharutil
REQUIRES = xpcom string img widget view util dom pref js uconv appshell necko unicharutil
CSRCS = nsPrintdGTK.c

View File

@ -30,7 +30,7 @@ MODULE = layout
LIBRARY_NAME = gfxps
IS_COMPONENT = 1
EXTRA_DSO_LIBS = img_s mozutil_s
REQUIRES = xpcom img widget util pref js uconv dom view
REQUIRES = xpcom string img widget util pref js uconv dom view
EXTRA_DSO_LIBS += gkgfx
CSRCS = font_metrics.c

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom layout
REQUIRES = xpcom string layout
CPPSRCS = \
DumpColors.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = DebugRobot
SHORT_LIBNAME = dbgrobot
REQUIRES = xpcom htmlparser necko docshell dom widget layout locale webshell uriloader view
REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader view
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = htmlrobot$(BIN_SUFFIX)
REQUIRES = xpcom htmlparser webshell necko view widget layout dom
REQUIRES = xpcom string htmlparser webshell necko view widget layout dom
CPPSRCS = RobotMain.cpp

View File

@ -30,7 +30,7 @@ MODULE = htmlparser
LIBRARY_NAME = htmlpars
IS_COMPONENT = 1
SHORT_LIBNAME = gkparser
REQUIRES = xpcom necko util uconv expat layout dom unicharutil lwbrk pref js
REQUIRES = xpcom string necko util uconv expat layout dom unicharutil lwbrk pref js
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
EXTRA_DSO_LIBS = expat_s xmltok_s

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = TestOutput$(BIN_SUFFIX)
REQUIRES = xpcom htmlparser necko layout dom
REQUIRES = xpcom string htmlparser necko layout dom
CPPSRCS = \
Convert.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = chardet
LIBRARY_NAME = chardet
IS_COMPONENT = 1
REQUIRES = xpcom uconv webshell uriloader docshell htmlparser dom necko widget layout locale
REQUIRES = xpcom string uconv webshell uriloader docshell htmlparser dom necko widget layout locale
CPPSRCS = \
nsCharDetModule.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = locale
LIBRARY_NAME = nslocale_s
REQUIRES = xpcom uconv unicharutil necko
REQUIRES = xpcom string uconv unicharutil necko
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
DIRS = os2

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = locale
LIBRARY_NAME = nslocale
IS_COMPONENT = 1
REQUIRES = xpcom unicharutil pref js uconv
REQUIRES = xpcom string unicharutil pref js uconv
SHARED_LIBRARY_LIBS = ../libnslocale_s.a

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = lwbrk
LIBRARY_NAME = lwbrk
IS_COMPONENT = 1
REQUIRES = xpcom
REQUIRES = xpcom string
CSRCS = rulebrk.c

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = TestLineBreak$(BIN_SUFFIX)
REQUIRES = xpcom
REQUIRES = xpcom string
CPPSRCS = TestLineBreak.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = intl
LIBRARY_NAME = strres
IS_COMPONENT = 1
REQUIRES = xpcom necko locale
REQUIRES = xpcom string necko locale
CPPSRCS = nsStringBundle.cpp nsAcceptLang.cpp

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CPPSRCS = StringBundleTest.cpp
REQUIRES = xpcom locale necko intl appshell
REQUIRES = xpcom string locale necko intl appshell
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))

View File

@ -31,7 +31,7 @@ LIBRARY_NAME = uconv
IS_COMPONENT = 1
# To avoid conflict with OS/2 system uconv.dll
SHORT_LIBNAME = mozuconv
REQUIRES = xpcom intl locale chardet necko rdf pref js
REQUIRES = xpcom string intl locale chardet necko rdf pref js
CSRCS = \
ugen.c \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ucvcn
LIBRARY_NAME = ucvcn
IS_COMPONENT = 1
REQUIRES = xpcom uconv
REQUIRES = xpcom string uconv
CPPSRCS = \
nsGB2312ToUnicodeV2.cpp \

View File

@ -40,7 +40,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ucvibm
LIBRARY_NAME = ucvibm
IS_COMPONENT = 1
REQUIRES = xpcom uconv
REQUIRES = xpcom string uconv
CPPSRCS = \
nsCP850ToUnicode.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ucvja
LIBRARY_NAME = ucvja
IS_COMPONENT = 1
REQUIRES = xpcom uconv
REQUIRES = xpcom string uconv
CPPSRCS = \
nsJapaneseToUnicode.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ucvko
LIBRARY_NAME = ucvko
IS_COMPONENT = 1
REQUIRES = xpcom uconv
REQUIRES = xpcom string uconv
CPPSRCS = \
nsEUCKRToUnicode.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ucvlatin
LIBRARY_NAME = ucvlatin
IS_COMPONENT = 1
REQUIRES = xpcom uconv
REQUIRES = xpcom string uconv
CPPSRCS = \
nsUEscapeToUnicode.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ucvtw
LIBRARY_NAME = ucvtw
IS_COMPONENT = 1
REQUIRES = xpcom uconv
REQUIRES = xpcom string uconv
CPPSRCS = \
nsBIG5ToUnicode.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = ucvtw2
LIBRARY_NAME = ucvtw2
IS_COMPONENT = 1
REQUIRES = xpcom uconv
REQUIRES = xpcom string uconv
CPPSRCS = \
nsEUCTWToUnicode.cpp \

View File

@ -30,7 +30,7 @@ MODULE = unicharutil
LIBRARY_NAME = unicharutil
SHORT_LIBNAME = ucharuti
IS_COMPONENT = 1
REQUIRES = xpcom uconv necko
REQUIRES = xpcom string uconv necko
CPPSRCS = \
nsCaseConversionImp2.cpp \

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = UnicharSelfTest$(BIN_SUFFIX)
REQUIRES = xpcom unicharutil necko uconv
REQUIRES = xpcom string unicharutil necko uconv
CPPSRCS = UnicharSelfTest.cpp

View File

@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = jsloader
LIBRARY_NAME = jsloader
IS_COMPONENT = 1
REQUIRES = xpcom xpconnect js caps dom
REQUIRES = xpcom string xpconnect js caps dom
CPPSRCS = mozJSComponentLoader.cpp

View File

@ -40,7 +40,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpcshell
SIMPLE_PROGRAMS = xpcshell$(BIN_SUFFIX)
REQUIRES = xpconnect xpcom js caps
REQUIRES = xpconnect xpcom string js caps
CPPSRCS = xpcshell.cpp

View File

@ -42,7 +42,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpconnect
LIBRARY_NAME = xpconnect
SHORT_LIBNAME = xpconect
REQUIRES = xpcom js dom widget layout caps
REQUIRES = xpcom string js dom widget layout caps
CPPSRCS = \
nsXPConnect.cpp \

View File

@ -40,7 +40,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = TestXPC
SIMPLE_PROGRAMS = TestXPC$(BIN_SUFFIX)
REQUIRES = xpconnect xpcom js xpconnect_tests
REQUIRES = xpconnect xpcom string js xpconnect_tests
DIRS = idl components

View File

@ -42,7 +42,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpctest
LIBRARY_NAME = xpctest
IS_COMPONENT = 1
REQUIRES = xpconnect xpcom js xpconnect_tests
REQUIRES = xpconnect xpcom string js xpconnect_tests
CPPSRCS = \
xpctest_array.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkbase_s
REQUIRES = xpcom dom widget view locale timer htmlparser js webshell necko caps lwbrk intl uconv chrome docshell pref uriloader xpconnect util unicharutil rdf
REQUIRES = xpcom string dom widget view locale timer htmlparser js webshell necko caps lwbrk intl uconv chrome docshell pref uriloader xpconnect util unicharutil rdf
CPPSRCS = \
nsAutoCopy.cpp \

View File

@ -33,7 +33,7 @@ LIBRARY_NAME = gklayout
SHORT_LIBNAME = gkhtml
IS_COMPONENT = 1
EXTRA_DSO_LIBS = jsdom gkgfx
REQUIRES = xpcom widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk timer js
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk timer js xul xuldoc
CPPSRCS = \
nsLayoutDLF.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmlbase_s
REQUIRES = xpcom dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mime webbrwsr oji util uriloader rdf unicharutil lwbrk
REQUIRES = xpcom string dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mime webbrwsr oji util uriloader rdf unicharutil lwbrk
CPPSRCS = \
nsSelectsAreaFrame.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmldoc_s
REQUIRES = xpcom widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet appshell nkcache shistory appcomps lwbrk
REQUIRES = xpcom string widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet appshell nkcache shistory appcomps lwbrk
CPPSRCS = \
nsFrameFrame.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmlforms_s
REQUIRES = xpcom locale widget view dom js htmlparser necko webshell rdf caps editor intl uconv exthandler mime timer txmgr
REQUIRES = xpcom string locale widget view dom js htmlparser necko webshell rdf caps editor intl uconv exthandler mime timer txmgr xuldoc
CPPSRCS = \
nsButtonFrameRenderer.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmlstyle_s
REQUIRES = xpcom dom widget timer caps editor locale js view necko webshell pref rdf htmlparser txmgr docshell uriloader unicharutil uconv
REQUIRES = xpcom string dom widget timer caps editor locale js view necko webshell pref rdf htmlparser txmgr docshell uriloader unicharutil uconv
CPPSRCS = \
nsCSSAtoms.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmltable_s
REQUIRES = xpcom js dom caps widget locale webshell view
REQUIRES = xpcom string js dom caps widget locale webshell view
CPPSRCS = \
BasicTableLayoutStrategy.cpp \

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom layout necko unicharutil
REQUIRES = xpcom string layout necko unicharutil
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkxulbase_s
REQUIRES = xpcom dom locale js widget view caps timer docshell uriloader necko editor htmlparser webshell pref rdf intl
REQUIRES = xpcom string dom locale js widget view caps timer docshell uriloader necko editor htmlparser webshell pref rdf intl
CPPSRCS = \
nsBulletinBoardLayout.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkxulcon_s
REQUIRES = xpcom
REQUIRES = xpcom string
CPPSRCS = nsXULAtoms.cpp

View File

@ -30,7 +30,7 @@ MODULE = absyncsvc
LIBRARY_NAME = absyncsvc
IS_COMPONENT = 1
SHORT_LIBNAME = absyncsv
REQUIRES = xpcom mailnews necko docshell uriloader msgbase msgbaseutil intl locale layout widget addrbook dom mork js
REQUIRES = xpcom string mailnews necko docshell uriloader msgbase msgbaseutil intl locale layout widget addrbook dom mork js
ifeq ($(USE_SHORT_LIBNAME),1)
EXTRA_DSO_LIBS = msgbsutl

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = absyncsvc
XPIDL_MODULE = absync
LIBRARY_NAME = absync_s
REQUIRES = xpcom mailnews necko mime cookie docshell locale uriloader pref layout js widget msgbase msgbaseutil dom rdf rdfutil addrbook intl locale appshell mork
REQUIRES = xpcom string mailnews necko mime cookie docshell locale uriloader pref layout js widget msgbase msgbaseutil dom rdf rdfutil addrbook intl locale appshell mork
CPPSRCS = \
nsAbSyncPostEngine.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = addrbook
LIBRARY_NAME = addrbook
IS_COMPONENT = 1
REQUIRES = xpcom mailnews addrbook necko msgcompose mime msgbase msgbaseutil rdf rdfutil docshell appshell dom widget uriloader layout locale mork
REQUIRES = xpcom string mailnews addrbook necko msgcompose mime msgbase msgbaseutil rdf rdfutil docshell appshell dom widget uriloader layout locale mork xuldoc
CPPSRCS = nsAbFactory.cpp
EXPORTS = nsAbBaseCID.h

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = addrbook
LIBRARY_NAME = addrbook_s
REQUIRES = xpcom mailnews rdf rdfutil appshell dom js layout widget mork docshell pref necko locale uriloader htmlparser webshell view uconv msgbase msgbaseutil mime msgcompose
REQUIRES = xpcom string mailnews rdf rdfutil appshell dom js layout widget mork docshell pref necko locale uriloader htmlparser webshell view uconv msgbase msgbaseutil mime msgcompose xuldoc
CPPSRCS = \
nsAddressBook.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgbase
LIBRARY_NAME = mailnews
IS_COMPONENT = 1
REQUIRES = xpcom necko intl locale timer rdf dom js docshell widget layout webshell mime uriloader mailnews mork txmgr htmlparser pref msgcompose view msgbaseutil appcomps msgdb editor appshell rdfutil
REQUIRES = xpcom string necko intl locale timer rdf dom js docshell widget layout webshell mime uriloader mailnews mork txmgr htmlparser pref msgcompose view msgbaseutil appcomps msgdb editor appshell rdfutil xuldoc
ifeq ($(USE_SHORT_LIBNAME),1)
EXTRA_DSO_LIBS = msgbsutl

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgbase
XPIDL_MODULE = msgsearch
LIBRARY_NAME = msgsearch_s
REQUIRES = xpcom mailnews msgdb msgbaseutil necko mime appshell msgimap rdf msglocal intl locale pref js timer msgnews txmgr
REQUIRES = xpcom string mailnews msgdb msgbaseutil necko mime appshell msgimap rdf msglocal intl locale pref js timer msgnews txmgr
CPPSRCS = \
nsMsgFilterService.cpp \

Some files were not shown because too many files have changed in this diff Show More