Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls

git-svn-id: svn://10.0.0.236/trunk@102907 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2001-09-14 05:37:29 +00:00
parent 54ca33a168
commit 937638062c
106 changed files with 107 additions and 107 deletions

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = accessibility
LIBRARY_NAME = accessibility_s
REQUIRES = xpcom string layout content widget dom view locale intl docshell webshell necko htmlparser xuldoc imglib2 gfx2
REQUIRES = xpcom string gfx layout content widget dom view locale intl docshell webshell necko htmlparser xuldoc imglib2 gfx2
CPPSRCS = \
nsAccessible.cpp \

View File

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

View File

@@ -35,7 +35,7 @@ SHORT_LIBNAME = gkcontnt
IS_COMPONENT = 1
MODULE_NAME = nsContentModule
EXTRA_DSO_LIBS = gkgfx
REQUIRES = xpcom string layout widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref xul xuldoc xultmpl timer
REQUIRES = xpcom string gfx layout widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref xul xuldoc xultmpl timer
CPPSRCS = \
nsContentDLF.cpp \

View File

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

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = content
LIBRARY_NAME = gkconhtmlcon_s
REQUIRES = xpcom string layout widget dom js locale webshell htmlparser necko view pref docshell xpconnect xuldoc caps editor uconv gfx2 imglib2
REQUIRES = xpcom string gfx layout widget dom js locale webshell htmlparser necko view pref docshell xpconnect xuldoc caps editor uconv gfx2 imglib2
CPPSRCS = \
nsAttributeContent.cpp \

View File

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

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = content
LIBRARY_NAME = gkconhtmlstyle_s
REQUIRES = xpcom string dom layout widget caps locale js necko webshell xul htmlparser docshell uconv xuldoc xpconnect pref
REQUIRES = xpcom string dom gfx layout widget caps locale js necko webshell xul htmlparser docshell uconv xuldoc xpconnect pref
CPPSRCS = \
nsCSSDeclaration.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = content
LIBRARY_NAME = gkconshared_s
REQUIRES = xpcom string layout widget locale dom webshell pref necko htmlparser unicharutil
REQUIRES = xpcom string gfx layout widget locale dom webshell pref necko htmlparser unicharutil
CPPSRCS = \
nsCSSAtoms.cpp \

View File

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

View File

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

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = content
LIBRARY_NAME = gkconxmldoc_s
REQUIRES = xpcom string js dom layout widget caps htmlparser necko view docshell webshell uriloader pref xpconnect uconv chardet lwbrk exthandler mimetype
REQUIRES = xpcom string js dom gfx layout widget caps htmlparser necko view docshell webshell uriloader pref xpconnect uconv chardet lwbrk exthandler mimetype
CPPSRCS = \
nsXMLContentSink.cpp \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -31,7 +31,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = docshell
EXPORT_LIBRARY = 1
REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref view intl htmlparser chardet appcomps find
REQUIRES = xpcom string dom shistory necko gfx layout uriloader timer webshell widget pref view intl htmlparser chardet appcomps find
CPPSRCS = \
nsDocShellModule.cpp \

View File

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

View File

@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom
LIBRARY_NAME = jsdom
EXPORT_LIBRARY = 1
REQUIRES = xpcom string js xpconnect widget layout content caps timer webbrwsr xuldoc docshell sidebar plugin necko
REQUIRES = xpcom string js xpconnect widget gfx layout content caps timer webbrwsr xuldoc docshell sidebar plugin necko
IS_COMPONENT = 1
MODULE_NAME = DOM_components

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = editor
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsEditorModule
REQUIRES = xpcom string dom locale layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome appcomps xuldoc windowwatcher exthandler mimetype
REQUIRES = xpcom string dom locale gfx layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome appcomps xuldoc windowwatcher exthandler mimetype
CPPSRCS = \
nsAOLCiter.cpp \

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = composer
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsComposerModule
REQUIRES = xpcom string dom js locale layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
REQUIRES = xpcom string dom js locale gfx layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
CPPSRCS = \
nsEditorShell.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = editor
LIBRARY_NAME = editorbase_s
REQUIRES = xpcom string dom js locale layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
REQUIRES = xpcom string dom js locale gfx layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
# Internal header files, needed by other editor sublibs:
INTERNAL_HDR_DIR = ../internal

View File

@@ -37,7 +37,7 @@ EXTRA_DSO_LDOPTS = \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_JS_LIBS) \
$(NULL)
REQUIRES = xpcom string dom js locale layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
REQUIRES = xpcom string dom js locale gfx layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
# MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY=1
ifdef MOZ_BUILD_PLAINTEXT_EDITOR_CORE_ONLY

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = editor
LIBRARY_NAME = htmleditor_s
REQUIRES = xpcom string dom js locale layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
REQUIRES = xpcom string dom js locale gfx layout content uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc
# Building the full blown HTML Editor so add it's source files and objects:

View File

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

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = txtsvc
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsTextServicesModule
REQUIRES = xpcom string editor layout content dom widget
REQUIRES = xpcom string editor gfx layout content dom widget
CPPSRCS = \
nsFindAndReplace.cpp \

View File

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

View File

@@ -32,7 +32,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = webbrwsr
EXPORT_LIBRARY = 1
REQUIRES = xpcom string docshell dom widget layout content necko uriloader shistory timer windowwatcher
REQUIRES = xpcom string docshell dom widget gfx layout content necko uriloader shistory timer windowwatcher
CPPSRCS = \
nsWebBrowserModule.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = gtkembedmoz
LIBRARY_NAME = gtkembedmoz
EXPORT_LIBRARY = 1
REQUIRES = xpcom string docshell webshell necko widget dom layout content uriloader webbrwsr shistory embed_base pref windowwatcher mpfilelocprovider
REQUIRES = xpcom string docshell webshell necko widget dom gfx layout content uriloader webbrwsr shistory embed_base pref windowwatcher mpfilelocprovider
CPPSRCS = \
gtkmozembed2.cpp \

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
MODULE = webbrwsr
XPIDL_MODULE = webBrowser_core
LIBRARY_NAME = nsWebBrowser_s
REQUIRES = xpcom string docshell widget layout content dom js necko uriloader shistory webshell mimetype exthandler timer windowwatcher wallet appcomps
REQUIRES = xpcom string docshell widget gfx layout content dom js necko uriloader shistory webshell mimetype exthandler timer windowwatcher wallet appcomps
include $(DEPTH)/config/autoconf.mk

View File

@@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = embedcomponents
LIBRARY_NAME = find_s
REQUIRES = string xpcom find txtsvc dom docshell layout content widget
REQUIRES = string xpcom find txtsvc dom docshell gfx layout content widget
CPPSRCS = nsWebBrowserFind.cpp \
$(NULL)

View File

@@ -24,7 +24,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom string webbrwsr widget necko docshell layout webshell dom uriloader embed_base windowwatcher pref mpfilelocprovider
REQUIRES = xpcom string webbrwsr widget necko docshell gfx layout webshell dom uriloader embed_base windowwatcher pref mpfilelocprovider
CPPSRCS = \
WebBrowserChrome.cpp \

View File

@@ -36,7 +36,7 @@ MODULE = accessproxy
XPIDL_MODULE = accessproxy
LIBRARY_NAME = accessproxy
SHORT_LIBNAME = accproxy
REQUIRES = xpcom string docshell dom widget layout content uriloader locale mozcomps pref
REQUIRES = xpcom string docshell dom widget gfx layout content uriloader locale mozcomps pref
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsAccessProxy

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE=inspector
LIBRARY_NAME=inspector_s
REQUIRES=xpcom string dom rdf rdfutil layout content widget locale gfx2 necko docshell view timer imglib2 mimetype exthandler $(PNG_REQUIRES) $(ZLIB_REQUIRES)
REQUIRES=xpcom string dom rdf rdfutil gfx layout content widget locale gfx2 necko docshell view timer imglib2 mimetype exthandler $(PNG_REQUIRES) $(ZLIB_REQUIRES)
CPPSRCS= \
inDOMDataSource.cpp \

View File

@@ -30,7 +30,7 @@ MODULE = inspector
LIBRARY_NAME = inspector
EXPORT_LIBRARY = 1
SHORT_LIBNAME = inspectr
REQUIRES = xpcom string layout content dom widget rdf rdfutil locale gfx2 timer necko imglib2
REQUIRES = xpcom string gfx layout content dom widget rdf rdfutil locale gfx2 timer necko imglib2
IS_COMPONENT = 1
MODULE_NAME = nsInspectorModule

View File

@@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsP3PModule
REQUIRES = xpcom string docshell necko dom layout content rdf widget xmlextras cookie pref intl uriloader htmlparser windowwatcher
REQUIRES = xpcom string docshell necko dom gfx layout content rdf widget xmlextras cookie pref intl uriloader htmlparser windowwatcher
CPPSRCS = \
nsP3PModule.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = vixen
LIBRARY_NAME = vixen_s
REQUIRES = xpcom string layout content dom widget
REQUIRES = xpcom string gfx layout content dom widget
CPPSRCS = \
nsVixenShell.cpp \

View File

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

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = wallet
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsWalletModule
REQUIRES = xpcom string necko dom layout content widget uriloader pref webshell docshell appshell intl windowwatcher
REQUIRES = xpcom string necko dom gfx layout content widget uriloader pref webshell docshell appshell intl windowwatcher
CPPSRCS = \
nsWalletFactory.cpp \

View File

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

View File

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

View File

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

View File

@@ -67,7 +67,7 @@ CPPSRCS = \
MODULE = xmlterm
LIBRARY_NAME = xmlterm_s
REQUIRES = xpcom string layout content docshell caps pref dom view widget necko webshell uriloader appshell locale
REQUIRES = xpcom string gfx layout content docshell caps pref dom view widget necko webshell uriloader appshell locale
XPIDLSRCS = \
mozILineTerm.idl \

View File

@@ -52,7 +52,7 @@ EXPORT_LIBRARY = 1
SHORT_LIBNAME = xmlterm
IS_COMPONENT = 1
REQUIRES = xpcom string dom layout content widget uriloader webshell necko
REQUIRES = xpcom string dom gfx layout content widget uriloader webshell necko
MODULE_NAME = XMLTermModule

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
XPIDL_MODULE = gfx
XPIDLSRCS = \

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
EXPORTS = \
nsColor.h \

View File

@@ -26,11 +26,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
EXPORTS = nsFontList.h
LIBRARY_NAME = gkgfx
EXPORT_LIBRARY = 1
REQUIRES = xpcom string content widget locale view necko pref gfx2 imglib2 intl
REQUIRES = xpcom string layout content widget locale view necko pref gfx2 imglib2 intl
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
DIRS =

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfx_beos
EXPORT_LIBRARY = 1
IS_COMPONENT = 1

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfx_gtk
EXPORT_LIBRARY = 1
IS_COMPONENT = 1

View File

@@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gfx_mac
EXPORT_LIBRARY = 1
MODULE = layout
MODULE = gfx
IS_COMPONENT = 1
MODULE_NAME = nsGfxMacModule
REQUIRES = xpcom string img widget view util dom pref js uconv necko unicharutil gfx2 mozcomps windowwatcher

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfx_motif
EXPORT_LIBRARY = 1

View File

@@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfx_os2
EXPORT_LIBRARY = 1
IS_COMPONENT = 1

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfx_photon
EXPORT_LIBRARY = 1
IS_COMPONENT = 1

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfxps
EXPORT_LIBRARY = 1
IS_COMPONENT = 1

View File

@@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfx_qt
EXPORT_LIBRARY = 1
REQUIRES = xpcom string widget view gfx2 uconv pref dom util js appshell mozcomps windowwatcher unicharutil intl locale

View File

@@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
#LIBRARY_NAME = gfxunix
MODULE = layout
MODULE = gfx
#CPPSRCS = \
# nsDeviceContextUnix.cpp \

View File

@@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
EXPORTS = nsGCCache.h
LIBRARY_NAME = gfx_xlib
EXPORT_LIBRARY = 1

View File

@@ -27,7 +27,7 @@ VPATH = @srcdir@:@srcdir@/../xlib
include $(DEPTH)/config/autoconf.mk
MODULE = layout
MODULE = gfx
LIBRARY_NAME = gfxxprint
EXPORT_LIBRARY = 1
IS_COMPONENT = 1

View File

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

View File

@@ -33,7 +33,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsGfx2Module
REQUIRES = xpcom layout
REQUIRES = xpcom gfx
CPPSRCS = \
gfxImageFrame.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkbase_s
REQUIRES = xpcom string dom content widget view locale timer htmlparser webshell necko uconv pref uriloader unicharutil docshell imglib2 gfx2
REQUIRES = xpcom string dom content gfx widget view locale timer htmlparser webshell necko uconv pref uriloader unicharutil docshell imglib2 gfx2
CPPSRCS = \
nsAutoCopy.cpp \

View File

@@ -33,7 +33,7 @@ SHORT_LIBNAME = gkhtml
IS_COMPONENT = 1
MODULE_NAME = nsLayoutModule
EXTRA_DSO_LIBS = gkgfx
REQUIRES = xpcom string content widget locale timer
REQUIRES = xpcom string content gfx widget locale timer
CPPSRCS = \
nsLayoutModule.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmlbase_s
REQUIRES = xpcom string dom content widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util unicharutil lwbrk gfx2 imglib2 accessibility xpconnect java exthandler
REQUIRES = xpcom string dom content gfx widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util unicharutil lwbrk gfx2 imglib2 accessibility xpconnect java exthandler
CPPSRCS = \
nsSelectsAreaFrame.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmldoc_s
REQUIRES = xpcom string content widget dom necko locale view js webshell docshell caps pref uriloader shistory xpconnect accessibility
REQUIRES = xpcom string content gfx widget dom necko locale view js webshell docshell caps pref uriloader shistory xpconnect accessibility
CPPSRCS = \
nsFrameFrame.cpp \

View File

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

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmlstyle_s
REQUIRES = xpcom string dom content widget timer locale view necko webshell pref docshell plugin xuldoc imglib2 gfx2
REQUIRES = xpcom string dom content gfx widget timer locale view necko webshell pref docshell plugin xuldoc imglib2 gfx2
CPPSRCS = \
nsCSSFrameConstructor.cpp \

View File

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

View File

@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkmathmlbase_s
REQUIRES = xpcom string dom content widget webshell locale view necko docshell webbrwsr
REQUIRES = xpcom string dom content gfx widget webshell locale view necko docshell webbrwsr
LOCAL_INCLUDES = \
-I$(srcdir)/../../../html/style/src \

View File

@@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkmathmlcon_s
REQUIRES = xpcom string necko content
REQUIRES = xpcom string necko content gfx
include $(topsrcdir)/config/config.mk

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gksvgbase_s
REQUIRES = xpcom string content widget dom locale view pref
REQUIRES = xpcom string content gfx widget dom locale view pref
CPPSRCS = \
nsSVGContainerFrame.cpp \

View File

@@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkxulbase_s
REQUIRES = xpcom string dom locale content widget view timer docshell necko editor htmlparser webshell pref intl gfx2 imglib2 unicharutil
REQUIRES = xpcom string dom locale content gfx widget view timer docshell necko editor htmlparser webshell pref intl gfx2 imglib2 unicharutil
CPPSRCS = \
nsScrollBoxObject.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkxuloutliner_s
REQUIRES = xpcom string dom content widget timer locale view xultmpl rdf necko gfx2 imglib2
REQUIRES = xpcom string dom content gfx widget timer locale view xultmpl rdf necko gfx2 imglib2
CPPSRCS = \
nsOutlinerBodyFrame.cpp \

View File

@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = addrbook
LIBRARY_NAME = addrbook_s
META_COMPONENT = mail
REQUIRES = xpcom string rdf rdfutil appshell dom layout content widget mork docshell pref necko locale webshell uconv msgbase msgbaseutil mime msgcompose appcomps
REQUIRES = xpcom string rdf rdfutil appshell dom gfx layout content widget mork docshell pref necko locale webshell uconv msgbase msgbaseutil mime msgcompose appcomps
CPPSRCS = \
nsAddressBook.cpp \

View File

@@ -32,7 +32,7 @@ META_COMPONENT = mail
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsMsgBaseModule
REQUIRES = xpcom string necko intl locale timer rdf dom docshell widget layout webshell mime uriloader mailnews mork txmgr pref msgcompose msgbaseutil appcomps msgdb editor appshell msgnews msgimap
REQUIRES = xpcom string necko intl locale timer rdf dom docshell widget gfx layout webshell mime uriloader mailnews mork txmgr pref msgcompose msgbaseutil appcomps msgdb editor appshell msgnews msgimap
ifeq ($(USE_SHORT_LIBNAME),1)
EXTRA_DSO_LIBS = msgbsutl

View File

@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgbase
LIBRARY_NAME = msgbase_s
META_COMPONENT = mail
REQUIRES = xpcom string necko dom appshell appcomps uconv intl htmlparser widget docshell rdf editor layout content mailnews locale msgbaseutil webshell txmgr msgcompose msgdb uriloader pref msglocal msgimap timer mork msgnews addrbook prefmigr chrome mime mimetype windowwatcher
REQUIRES = xpcom string necko dom appshell appcomps uconv intl htmlparser widget docshell rdf editor gfx layout content mailnews locale msgbaseutil webshell txmgr msgcompose msgdb uriloader pref msglocal msgimap timer mork msgnews addrbook prefmigr chrome mime mimetype windowwatcher
CPPSRCS = \
nsMessenger.cpp \

View File

@@ -30,7 +30,7 @@ LIBRARY_NAME = nsgif
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsGIFModule
REQUIRES = xpcom string img layout content util
REQUIRES = xpcom string img gfx layout content util
CPPSRCS = \
gif.cpp \

View File

@@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsGIFModule2
REQUIRES = xpcom necko layout gfx2 imglib2
REQUIRES = xpcom necko gfx gfx2 imglib2
CPPSRCS = GIF2.cpp nsGIFDecoder2.cpp nsGIFModule.cpp

View File

@@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsJPEGDecoderModule
REQUIRES = xpcom string necko layout gfx2 imglib2 $(JPEG_REQUIRES)
REQUIRES = xpcom string necko gfx gfx2 imglib2 $(JPEG_REQUIRES)
CPPSRCS = nsJPEGDecoder.cpp nsJPEGFactory.cpp

View File

@@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsPNGDecoderModule
REQUIRES = xpcom necko layout gfx2 imglib2 $(PNG_REQUIRES) $(ZLIB_REQUIRES)
REQUIRES = xpcom necko gfx gfx2 imglib2 $(PNG_REQUIRES) $(ZLIB_REQUIRES)
CPPSRCS = nsPNGDecoder.cpp nsPNGFactory.cpp

View File

@@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsPPMDecoderModule
REQUIRES = xpcom layout necko gfx2 imglib2
REQUIRES = xpcom gfx necko gfx2 imglib2
CPPSRCS = nsPPMDecoder.cpp nsPPMFactory.cpp

View File

@@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsImageLib2Module
REQUIRES = xpcom string necko nkcache layout timer gfx2 mimetype
REQUIRES = xpcom string necko nkcache gfx timer gfx2 mimetype
CPPSRCS = \
ImageFactory.cpp \

View File

@@ -30,7 +30,7 @@ MODULE = oji
XPIDL_MODULE = ojiimpl
IS_COMPONENT = 1
MODULE_NAME = nsCJVMManagerModule
REQUIRES = xpcom string java js plugin caps pref jar necko dom widget xpconnect windowwatcher layout docshell webbrwsr intl
REQUIRES = xpcom string java js plugin caps pref jar necko dom widget xpconnect windowwatcher gfx layout docshell webbrwsr intl
ifdef MOZ_OJI
LIBRARY_NAME = oji

View File

@@ -32,7 +32,7 @@ LIBRARY_NAME = gkplugin
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsPluginModule
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom layout content widget cookie mimetype oji exthandler docshell webbrwsr timer windowwatcher
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom gfx layout content widget cookie mimetype oji exthandler docshell webbrwsr timer windowwatcher
# for xlib port
REQUIRES += xlibrgb

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = rdfbase
LIBRARY_NAME = chrome_s
REQUIRES = xpcom string rdf xuldoc layout content necko dom intl widget js appshell chrome caps pref docshell imglib2 xpconnect
REQUIRES = xpcom string rdf xuldoc gfx layout content necko dom intl widget js appshell chrome caps pref docshell imglib2 xpconnect
CPPSRCS = \
nsChromeRegistry.cpp \

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = rdfdomds
IS_COMPONENT = 1
MODULE_NAME = nsRDFDOMViewerModule
REQUIRES = xpcom string rdf dom layout content widget js locale docshell necko webshell htmlparser uriloader view rdfutil
REQUIRES = xpcom string rdf dom gfx layout content widget js locale docshell necko webshell htmlparser uriloader view rdfutil
DIRS = resources

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = rdfcat$(BIN_SUFFIX)
CPPSRCS = rdfcat.cpp
REQUIRES = xpcom string rdf necko widget view dom uriloader layout
REQUIRES = xpcom string rdf necko widget view dom uriloader gfx
LIBS = \
$(MOZ_JS_LIBS) \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = uriloader
LIBRARY_NAME = uriloaderbase_s
REQUIRES = xpcom string necko dom exthandler js docshell layout content widget caps intl webshell xpconnect
REQUIRES = xpcom string necko dom exthandler js docshell gfx layout content widget caps intl webshell xpconnect
CPPSRCS = \
nsURILoader.cpp \

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = gkview
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsViewModule
REQUIRES = xpcom string layout content widget dom locale timer pref
REQUIRES = xpcom string gfx layout content widget dom locale timer pref
EXTRA_DSO_LIBS = gkgfx

View File

@@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS := public
MODULE = webshell_tests
REQUIRES = xpcom string webshell widget layout content dom webbrwsr docshell util uriloader locale necko htmlparser view timer pref intl editor cookie xpconnect
REQUIRES = xpcom string webshell widget gfx layout content dom webbrwsr docshell util uriloader locale necko htmlparser view timer pref intl editor cookie xpconnect
PROGRAM := viewer$(BIN_SUFFIX)

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = webshell_tests
LIBRARY_NAME = viewer_gtk_s
REQUIRES = xpcom string webbrwsr widget timer dom layout docshell uriloader webshell necko util
REQUIRES = xpcom string webbrwsr widget timer dom gfx docshell uriloader webshell necko util
CPPSRCS = \
nsGtkMain.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = webshell_tests
LIBRARY_NAME = viewer_qt_s
REQUIRES = xpcom string docshell necko dom widget timer layout content uriloader gfx2 webbrwsr webshell locale util
REQUIRES = xpcom string docshell necko dom widget timer gfx layout content uriloader gfx2 webbrwsr webshell locale util
CPPSRCS = \
nsQtMain.cpp \

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = webshell_tests
LIBRARY_NAME = viewer_xlib_s
REQUIRES = xpcom string webshell htmlparser webbrwsr necko widget layout content dom js uriloader view docshell util locale timer gfx2
REQUIRES = xpcom string webshell htmlparser webbrwsr necko widget gfx layout content dom js uriloader view docshell util locale timer gfx2
CPPSRCS = nsXlibMain.cpp

View File

@@ -30,7 +30,7 @@ MODULE = widget
LIBRARY_NAME = widget_beos
EXPORT_LIBRARY = 1
REQUIRES = xpcom string webshell appshell layout content timer gfx dom intl uconv necko pref
REQUIRES = xpcom string webshell appshell gfx layout content timer gfx dom intl uconv necko pref
CPPSRCS = \
nsAppShell.cpp \

View File

@@ -27,7 +27,7 @@ LIBRARY_NAME = widget_gtk
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsWidgetGTKModule
REQUIRES = xpcom string appshell layout pref dom timer uconv necko intl xremoteservice view util
REQUIRES = xpcom string appshell gfx pref dom timer uconv necko intl xremoteservice view util
CSRCS = \
keysym2ucs.c

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = widget_photon
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsWidgetPhModule
REQUIRES = xpcom string layout content pref dom appshell timer uconv necko img view util rdf uriloader docshell msgcompose msgbase editor windowwatcher mailnews intl
REQUIRES = xpcom string gfx layout content pref dom appshell timer uconv necko img view util rdf uriloader docshell msgcompose msgbase editor windowwatcher mailnews intl
CPPSRCS = \
nsDragService.cpp \

View File

@@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = widget
LIBRARY_NAME = widget_qt
EXPORT_LIBRARY = 1
REQUIRES = xpcom string layout content dom gfx2 appshell pref uconv
REQUIRES = xpcom string gfx layout content dom gfx2 appshell pref uconv
IS_COMPONENT = 1
MODULE_NAME = nsWidgetQTModule

View File

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

View File

@@ -31,7 +31,7 @@ LIBRARY_NAME = widget_xlib
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsWidgetXLIBModule
REQUIRES = xpcom string appshell layout content dom js xlibrgb timer uconv pref webshell htmlparser view necko gfx2
REQUIRES = xpcom string appshell gfx layout content dom js xlibrgb timer uconv pref webshell htmlparser view necko gfx2
DIRS = window_service

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = widget
LIBRARY_NAME = xpwidgets_s
REQUIRES = xpcom string layout content dom pref docshell view intl locale necko htmlparser uconv unicharutil
REQUIRES = xpcom string gfx layout content dom pref docshell view intl locale necko htmlparser uconv unicharutil
DEFINES += -DUSE_TLS_FOR_TOOLKIT

View File

@@ -32,7 +32,7 @@ MODULE = appshell
LIBRARY_NAME = nsappshell
EXPORT_LIBRARY = 1
SHORT_LIBNAME = appshell
REQUIRES = xpcom string widget docshell webshell layout content dom necko uriloader js locale webbrwsr rdf pref xpconnect timer intl xul windowwatcher browser mozcomps caps profile
REQUIRES = xpcom string widget docshell webshell gfx layout content dom necko uriloader js locale webbrwsr rdf pref xpconnect timer intl xul windowwatcher browser mozcomps caps profile
CPPSRCS = \
nsChromeTreeOwner.cpp \

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