diff --git a/mozilla/accessible/src/Makefile.in b/mozilla/accessible/src/Makefile.in index 8d3117458ff..2bfeb5c433b 100644 --- a/mozilla/accessible/src/Makefile.in +++ b/mozilla/accessible/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/base/src/Makefile.in b/mozilla/content/base/src/Makefile.in index 5480f7e9e9c..70a4a16b686 100644 --- a/mozilla/content/base/src/Makefile.in +++ b/mozilla/content/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/build/Makefile.in b/mozilla/content/build/Makefile.in index 011c62105b1..4df761bf4f1 100644 --- a/mozilla/content/build/Makefile.in +++ b/mozilla/content/build/Makefile.in @@ -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 \ diff --git a/mozilla/content/events/src/Makefile.in b/mozilla/content/events/src/Makefile.in index 545dfc3feaa..c0113bec779 100644 --- a/mozilla/content/events/src/Makefile.in +++ b/mozilla/content/events/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/html/content/src/Makefile.in b/mozilla/content/html/content/src/Makefile.in index 340510e93c9..0de2fb7c925 100644 --- a/mozilla/content/html/content/src/Makefile.in +++ b/mozilla/content/html/content/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/html/document/src/Makefile.in b/mozilla/content/html/document/src/Makefile.in index 2a0e74cdf9b..469a82d5399 100644 --- a/mozilla/content/html/document/src/Makefile.in +++ b/mozilla/content/html/document/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/html/style/src/Makefile.in b/mozilla/content/html/style/src/Makefile.in index 1a6757e7bd5..80e213f4d38 100644 --- a/mozilla/content/html/style/src/Makefile.in +++ b/mozilla/content/html/style/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/shared/src/Makefile.in b/mozilla/content/shared/src/Makefile.in index 625cc97b06a..07c238dfb01 100644 --- a/mozilla/content/shared/src/Makefile.in +++ b/mozilla/content/shared/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/xbl/src/Makefile.in b/mozilla/content/xbl/src/Makefile.in index 607f57fea32..5b0f32397b1 100644 --- a/mozilla/content/xbl/src/Makefile.in +++ b/mozilla/content/xbl/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/xml/content/src/Makefile.in b/mozilla/content/xml/content/src/Makefile.in index 3749981602a..28b0d9e76c5 100644 --- a/mozilla/content/xml/content/src/Makefile.in +++ b/mozilla/content/xml/content/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/xml/document/src/Makefile.in b/mozilla/content/xml/document/src/Makefile.in index 347bfecc36c..04b788a3585 100644 --- a/mozilla/content/xml/document/src/Makefile.in +++ b/mozilla/content/xml/document/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/xsl/document/src/Makefile.in b/mozilla/content/xsl/document/src/Makefile.in index 174dc8a7dec..314d538d52e 100755 --- a/mozilla/content/xsl/document/src/Makefile.in +++ b/mozilla/content/xsl/document/src/Makefile.in @@ -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 diff --git a/mozilla/content/xul/content/src/Makefile.in b/mozilla/content/xul/content/src/Makefile.in index 94ff50c0990..c6e9adc6bea 100644 --- a/mozilla/content/xul/content/src/Makefile.in +++ b/mozilla/content/xul/content/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/xul/document/src/Makefile.in b/mozilla/content/xul/document/src/Makefile.in index a4a18b2c597..d6d2b4d0441 100644 --- a/mozilla/content/xul/document/src/Makefile.in +++ b/mozilla/content/xul/document/src/Makefile.in @@ -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 \ diff --git a/mozilla/content/xul/templates/src/Makefile.in b/mozilla/content/xul/templates/src/Makefile.in index 15bd2a5ff29..a02b1c2a1fb 100644 --- a/mozilla/content/xul/templates/src/Makefile.in +++ b/mozilla/content/xul/templates/src/Makefile.in @@ -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 \ diff --git a/mozilla/docshell/base/Makefile.in b/mozilla/docshell/base/Makefile.in index a9355bb8512..d1b0f83ffdb 100644 --- a/mozilla/docshell/base/Makefile.in +++ b/mozilla/docshell/base/Makefile.in @@ -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 diff --git a/mozilla/docshell/build/Makefile.in b/mozilla/docshell/build/Makefile.in index 49ce203f399..31e1d8b5268 100644 --- a/mozilla/docshell/build/Makefile.in +++ b/mozilla/docshell/build/Makefile.in @@ -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 \ diff --git a/mozilla/dom/src/base/Makefile.in b/mozilla/dom/src/base/Makefile.in index cc9793ace3e..f3d7f0276ff 100644 --- a/mozilla/dom/src/base/Makefile.in +++ b/mozilla/dom/src/base/Makefile.in @@ -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 \ diff --git a/mozilla/dom/src/build/Makefile.in b/mozilla/dom/src/build/Makefile.in index 46f9abdf196..6f9a7e91eb1 100644 --- a/mozilla/dom/src/build/Makefile.in +++ b/mozilla/dom/src/build/Makefile.in @@ -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 diff --git a/mozilla/editor/base/Makefile.in b/mozilla/editor/base/Makefile.in index d449177a44f..5b851746b4f 100644 --- a/mozilla/editor/base/Makefile.in +++ b/mozilla/editor/base/Makefile.in @@ -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 \ diff --git a/mozilla/editor/composer/src/Makefile.in b/mozilla/editor/composer/src/Makefile.in index f4268a096e5..933597b73a6 100644 --- a/mozilla/editor/composer/src/Makefile.in +++ b/mozilla/editor/composer/src/Makefile.in @@ -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 \ diff --git a/mozilla/editor/libeditor/base/src/Makefile.in b/mozilla/editor/libeditor/base/src/Makefile.in index 59cf6333f76..31402db5c62 100644 --- a/mozilla/editor/libeditor/base/src/Makefile.in +++ b/mozilla/editor/libeditor/base/src/Makefile.in @@ -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 diff --git a/mozilla/editor/libeditor/build/Makefile.in b/mozilla/editor/libeditor/build/Makefile.in index 14fc6ef532e..9b9f522e3d1 100644 --- a/mozilla/editor/libeditor/build/Makefile.in +++ b/mozilla/editor/libeditor/build/Makefile.in @@ -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 diff --git a/mozilla/editor/libeditor/html/src/Makefile.in b/mozilla/editor/libeditor/html/src/Makefile.in index faee43fa588..8142d55126c 100644 --- a/mozilla/editor/libeditor/html/src/Makefile.in +++ b/mozilla/editor/libeditor/html/src/Makefile.in @@ -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: diff --git a/mozilla/editor/libeditor/text/src/Makefile.in b/mozilla/editor/libeditor/text/src/Makefile.in index 0e4362ee02b..29ff77cfe3d 100644 --- a/mozilla/editor/libeditor/text/src/Makefile.in +++ b/mozilla/editor/libeditor/text/src/Makefile.in @@ -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 \ diff --git a/mozilla/editor/txtsvc/src/Makefile.in b/mozilla/editor/txtsvc/src/Makefile.in index 143815660e5..bceea8bbae4 100644 --- a/mozilla/editor/txtsvc/src/Makefile.in +++ b/mozilla/editor/txtsvc/src/Makefile.in @@ -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 \ diff --git a/mozilla/embedding/base/Makefile.in b/mozilla/embedding/base/Makefile.in index d3acbf07f4f..074fbc8b7b8 100644 --- a/mozilla/embedding/base/Makefile.in +++ b/mozilla/embedding/base/Makefile.in @@ -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 \ diff --git a/mozilla/embedding/browser/build/Makefile.in b/mozilla/embedding/browser/build/Makefile.in index e490a22b05a..ea560967e3f 100644 --- a/mozilla/embedding/browser/build/Makefile.in +++ b/mozilla/embedding/browser/build/Makefile.in @@ -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 \ diff --git a/mozilla/embedding/browser/gtk/src/Makefile.in b/mozilla/embedding/browser/gtk/src/Makefile.in index 4f2e0e94fb5..f6f12f46d56 100644 --- a/mozilla/embedding/browser/gtk/src/Makefile.in +++ b/mozilla/embedding/browser/gtk/src/Makefile.in @@ -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 \ diff --git a/mozilla/embedding/browser/webBrowser/Makefile.in b/mozilla/embedding/browser/webBrowser/Makefile.in index 35a988b76f8..39ea0c12dfa 100644 --- a/mozilla/embedding/browser/webBrowser/Makefile.in +++ b/mozilla/embedding/browser/webBrowser/Makefile.in @@ -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 diff --git a/mozilla/embedding/components/find/src/Makefile.in b/mozilla/embedding/components/find/src/Makefile.in index 40aa90d785f..db4c894e543 100644 --- a/mozilla/embedding/components/find/src/Makefile.in +++ b/mozilla/embedding/components/find/src/Makefile.in @@ -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) diff --git a/mozilla/embedding/tests/gtkEmbed/Makefile.in b/mozilla/embedding/tests/gtkEmbed/Makefile.in index a9c169250ff..f60a27fbc03 100644 --- a/mozilla/embedding/tests/gtkEmbed/Makefile.in +++ b/mozilla/embedding/tests/gtkEmbed/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/access-builtin/accessproxy/Makefile.in b/mozilla/extensions/access-builtin/accessproxy/Makefile.in index 5ad86f04a6a..cfdf5353710 100644 --- a/mozilla/extensions/access-builtin/accessproxy/Makefile.in +++ b/mozilla/extensions/access-builtin/accessproxy/Makefile.in @@ -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 diff --git a/mozilla/extensions/inspector/base/src/Makefile.in b/mozilla/extensions/inspector/base/src/Makefile.in index 4d2774bef19..2606d05daee 100644 --- a/mozilla/extensions/inspector/base/src/Makefile.in +++ b/mozilla/extensions/inspector/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/inspector/build/src/Makefile.in b/mozilla/extensions/inspector/build/src/Makefile.in index e0baf973d74..4e05228f2d8 100644 --- a/mozilla/extensions/inspector/build/src/Makefile.in +++ b/mozilla/extensions/inspector/build/src/Makefile.in @@ -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 diff --git a/mozilla/extensions/p3p/src/Makefile.in b/mozilla/extensions/p3p/src/Makefile.in index 56d4dbdbd7b..77cd18bd914 100644 --- a/mozilla/extensions/p3p/src/Makefile.in +++ b/mozilla/extensions/p3p/src/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/vixen/base/src/Makefile.in b/mozilla/extensions/vixen/base/src/Makefile.in index c0a01cabd32..368d2e89f0f 100644 --- a/mozilla/extensions/vixen/base/src/Makefile.in +++ b/mozilla/extensions/vixen/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/wallet/cookieviewer/Makefile.in b/mozilla/extensions/wallet/cookieviewer/Makefile.in index 645a4a0e14c..294d04426ee 100644 --- a/mozilla/extensions/wallet/cookieviewer/Makefile.in +++ b/mozilla/extensions/wallet/cookieviewer/Makefile.in @@ -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 diff --git a/mozilla/extensions/wallet/src/Makefile.in b/mozilla/extensions/wallet/src/Makefile.in index 18cf7867233..60cc83b8eb5 100644 --- a/mozilla/extensions/wallet/src/Makefile.in +++ b/mozilla/extensions/wallet/src/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/webservices/soap/src/Makefile.in b/mozilla/extensions/webservices/soap/src/Makefile.in index 767ed39df56..480c957f878 100644 --- a/mozilla/extensions/webservices/soap/src/Makefile.in +++ b/mozilla/extensions/webservices/soap/src/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/xmlextras/base/src/Makefile.in b/mozilla/extensions/xmlextras/base/src/Makefile.in index 7dfe9b98e5f..8f2eebf5214 100644 --- a/mozilla/extensions/xmlextras/base/src/Makefile.in +++ b/mozilla/extensions/xmlextras/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/xmlextras/soap/src/Makefile.in b/mozilla/extensions/xmlextras/soap/src/Makefile.in index 767ed39df56..480c957f878 100644 --- a/mozilla/extensions/xmlextras/soap/src/Makefile.in +++ b/mozilla/extensions/xmlextras/soap/src/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/xmlterm/base/Makefile.in b/mozilla/extensions/xmlterm/base/Makefile.in index 5fb4ff1af6d..0db6740f2bf 100644 --- a/mozilla/extensions/xmlterm/base/Makefile.in +++ b/mozilla/extensions/xmlterm/base/Makefile.in @@ -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 \ diff --git a/mozilla/extensions/xmlterm/build/Makefile.in b/mozilla/extensions/xmlterm/build/Makefile.in index a164eb0dd49..0c879578cb8 100644 --- a/mozilla/extensions/xmlterm/build/Makefile.in +++ b/mozilla/extensions/xmlterm/build/Makefile.in @@ -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 diff --git a/mozilla/gfx/idl/Makefile.in b/mozilla/gfx/idl/Makefile.in index f716bc54b70..a011a88c0f0 100644 --- a/mozilla/gfx/idl/Makefile.in +++ b/mozilla/gfx/idl/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = layout +MODULE = gfx XPIDL_MODULE = gfx XPIDLSRCS = \ diff --git a/mozilla/gfx/public/Makefile.in b/mozilla/gfx/public/Makefile.in index 8bdc6b3892d..72fee344c78 100644 --- a/mozilla/gfx/public/Makefile.in +++ b/mozilla/gfx/public/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = layout +MODULE = gfx EXPORTS = \ nsColor.h \ diff --git a/mozilla/gfx/src/Makefile.in b/mozilla/gfx/src/Makefile.in index 632305d6723..cf095887790 100644 --- a/mozilla/gfx/src/Makefile.in +++ b/mozilla/gfx/src/Makefile.in @@ -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 = diff --git a/mozilla/gfx/src/beos/Makefile.in b/mozilla/gfx/src/beos/Makefile.in index 07a5ba2a33d..000e84edcf0 100644 --- a/mozilla/gfx/src/beos/Makefile.in +++ b/mozilla/gfx/src/beos/Makefile.in @@ -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 diff --git a/mozilla/gfx/src/gtk/Makefile.in b/mozilla/gfx/src/gtk/Makefile.in index f4554b5c958..5c856a2e21b 100644 --- a/mozilla/gfx/src/gtk/Makefile.in +++ b/mozilla/gfx/src/gtk/Makefile.in @@ -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 diff --git a/mozilla/gfx/src/mac/Makefile.in b/mozilla/gfx/src/mac/Makefile.in index 83afbcead14..425de7a2243 100644 --- a/mozilla/gfx/src/mac/Makefile.in +++ b/mozilla/gfx/src/mac/Makefile.in @@ -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 diff --git a/mozilla/gfx/src/motif/Makefile.in b/mozilla/gfx/src/motif/Makefile.in index d4abf753daf..7325da29b6b 100644 --- a/mozilla/gfx/src/motif/Makefile.in +++ b/mozilla/gfx/src/motif/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = layout +MODULE = gfx LIBRARY_NAME = gfx_motif EXPORT_LIBRARY = 1 diff --git a/mozilla/gfx/src/os2/Makefile.in b/mozilla/gfx/src/os2/Makefile.in index d874e645d37..91b27221aa4 100644 --- a/mozilla/gfx/src/os2/Makefile.in +++ b/mozilla/gfx/src/os2/Makefile.in @@ -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 diff --git a/mozilla/gfx/src/photon/Makefile.in b/mozilla/gfx/src/photon/Makefile.in index d49442a879e..3e7aa72b147 100644 --- a/mozilla/gfx/src/photon/Makefile.in +++ b/mozilla/gfx/src/photon/Makefile.in @@ -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 diff --git a/mozilla/gfx/src/ps/Makefile.in b/mozilla/gfx/src/ps/Makefile.in index 810741f9244..2b1a5ee80c3 100644 --- a/mozilla/gfx/src/ps/Makefile.in +++ b/mozilla/gfx/src/ps/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -MODULE = layout +MODULE = gfx LIBRARY_NAME = gfxps EXPORT_LIBRARY = 1 IS_COMPONENT = 1 diff --git a/mozilla/gfx/src/qt/Makefile.in b/mozilla/gfx/src/qt/Makefile.in index 95213902fec..73ab2dba9cd 100644 --- a/mozilla/gfx/src/qt/Makefile.in +++ b/mozilla/gfx/src/qt/Makefile.in @@ -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 diff --git a/mozilla/gfx/src/rhapsody/Makefile.in b/mozilla/gfx/src/rhapsody/Makefile.in index cc3973431db..e91443cf445 100644 --- a/mozilla/gfx/src/rhapsody/Makefile.in +++ b/mozilla/gfx/src/rhapsody/Makefile.in @@ -27,7 +27,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk #LIBRARY_NAME = gfxunix -MODULE = layout +MODULE = gfx #CPPSRCS = \ # nsDeviceContextUnix.cpp \ diff --git a/mozilla/gfx/src/xlib/Makefile.in b/mozilla/gfx/src/xlib/Makefile.in index 23ad809af2f..157f2ff5d91 100644 --- a/mozilla/gfx/src/xlib/Makefile.in +++ b/mozilla/gfx/src/xlib/Makefile.in @@ -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 diff --git a/mozilla/gfx/src/xprint/Makefile.in b/mozilla/gfx/src/xprint/Makefile.in index ba36b813c6e..8e5e328e5a9 100644 --- a/mozilla/gfx/src/xprint/Makefile.in +++ b/mozilla/gfx/src/xprint/Makefile.in @@ -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 diff --git a/mozilla/gfx/tests/Makefile.in b/mozilla/gfx/tests/Makefile.in index 0baa0546010..5f7e9334630 100644 --- a/mozilla/gfx/tests/Makefile.in +++ b/mozilla/gfx/tests/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -REQUIRES = xpcom string layout +REQUIRES = xpcom string gfx CPPSRCS = \ DumpColors.cpp \ diff --git a/mozilla/gfx2/src/Makefile.in b/mozilla/gfx2/src/Makefile.in index 0451c91bb60..3650c1653be 100644 --- a/mozilla/gfx2/src/Makefile.in +++ b/mozilla/gfx2/src/Makefile.in @@ -33,7 +33,7 @@ EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsGfx2Module -REQUIRES = xpcom layout +REQUIRES = xpcom gfx CPPSRCS = \ gfxImageFrame.cpp \ diff --git a/mozilla/layout/base/src/Makefile.in b/mozilla/layout/base/src/Makefile.in index 5be924c25e5..dfc24d4639f 100644 --- a/mozilla/layout/base/src/Makefile.in +++ b/mozilla/layout/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/build/Makefile.in b/mozilla/layout/build/Makefile.in index 5c26c1740af..fb33e05f918 100644 --- a/mozilla/layout/build/Makefile.in +++ b/mozilla/layout/build/Makefile.in @@ -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 \ diff --git a/mozilla/layout/html/base/src/Makefile.in b/mozilla/layout/html/base/src/Makefile.in index 82bc8788ec5..0c061ea98b8 100644 --- a/mozilla/layout/html/base/src/Makefile.in +++ b/mozilla/layout/html/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/html/document/src/Makefile.in b/mozilla/layout/html/document/src/Makefile.in index 94cb1200966..14dfd4bafe5 100644 --- a/mozilla/layout/html/document/src/Makefile.in +++ b/mozilla/layout/html/document/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/html/forms/src/Makefile.in b/mozilla/layout/html/forms/src/Makefile.in index fadc2967fa7..2213f78a4c0 100644 --- a/mozilla/layout/html/forms/src/Makefile.in +++ b/mozilla/layout/html/forms/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/html/style/src/Makefile.in b/mozilla/layout/html/style/src/Makefile.in index 0b00dd2ab14..7e5dc5ee6d4 100644 --- a/mozilla/layout/html/style/src/Makefile.in +++ b/mozilla/layout/html/style/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/html/table/src/Makefile.in b/mozilla/layout/html/table/src/Makefile.in index d1eff014942..54cce6b6e63 100644 --- a/mozilla/layout/html/table/src/Makefile.in +++ b/mozilla/layout/html/table/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/mathml/base/src/Makefile.in b/mozilla/layout/mathml/base/src/Makefile.in index c4c6b43f174..867c000ac1c 100644 --- a/mozilla/layout/mathml/base/src/Makefile.in +++ b/mozilla/layout/mathml/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/mathml/content/src/Makefile.in b/mozilla/layout/mathml/content/src/Makefile.in index 1be908cd349..781ebb70682 100644 --- a/mozilla/layout/mathml/content/src/Makefile.in +++ b/mozilla/layout/mathml/content/src/Makefile.in @@ -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 diff --git a/mozilla/layout/svg/base/src/Makefile.in b/mozilla/layout/svg/base/src/Makefile.in index b0e44255297..778832a4b20 100644 --- a/mozilla/layout/svg/base/src/Makefile.in +++ b/mozilla/layout/svg/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/xul/base/src/Makefile.in b/mozilla/layout/xul/base/src/Makefile.in index 8e9dbe90118..08426f54fdb 100644 --- a/mozilla/layout/xul/base/src/Makefile.in +++ b/mozilla/layout/xul/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/layout/xul/base/src/outliner/src/Makefile.in b/mozilla/layout/xul/base/src/outliner/src/Makefile.in index 9580ee7ccb1..d7516b3c581 100644 --- a/mozilla/layout/xul/base/src/outliner/src/Makefile.in +++ b/mozilla/layout/xul/base/src/outliner/src/Makefile.in @@ -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 \ diff --git a/mozilla/mailnews/addrbook/src/Makefile.in b/mozilla/mailnews/addrbook/src/Makefile.in index 69f4ef2d40e..101755a7515 100644 --- a/mozilla/mailnews/addrbook/src/Makefile.in +++ b/mozilla/mailnews/addrbook/src/Makefile.in @@ -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 \ diff --git a/mozilla/mailnews/base/build/Makefile.in b/mozilla/mailnews/base/build/Makefile.in index 76a30393139..f0bf8ffa192 100644 --- a/mozilla/mailnews/base/build/Makefile.in +++ b/mozilla/mailnews/base/build/Makefile.in @@ -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 diff --git a/mozilla/mailnews/base/src/Makefile.in b/mozilla/mailnews/base/src/Makefile.in index f86f3ae22b1..67a23e62edf 100644 --- a/mozilla/mailnews/base/src/Makefile.in +++ b/mozilla/mailnews/base/src/Makefile.in @@ -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 \ diff --git a/mozilla/modules/libimg/gifcom/Makefile.in b/mozilla/modules/libimg/gifcom/Makefile.in index 50d2e4e220c..19327b78d49 100644 --- a/mozilla/modules/libimg/gifcom/Makefile.in +++ b/mozilla/modules/libimg/gifcom/Makefile.in @@ -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 \ diff --git a/mozilla/modules/libpr0n/decoders/gif/Makefile.in b/mozilla/modules/libpr0n/decoders/gif/Makefile.in index ef5a8eaae1d..64e154d5aa7 100644 --- a/mozilla/modules/libpr0n/decoders/gif/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/gif/Makefile.in @@ -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 diff --git a/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in b/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in index 1adef380c23..9ecc83d6406 100644 --- a/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in @@ -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 diff --git a/mozilla/modules/libpr0n/decoders/png/Makefile.in b/mozilla/modules/libpr0n/decoders/png/Makefile.in index a0112ea55e1..2334bec7035 100644 --- a/mozilla/modules/libpr0n/decoders/png/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/png/Makefile.in @@ -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 diff --git a/mozilla/modules/libpr0n/decoders/ppm/Makefile.in b/mozilla/modules/libpr0n/decoders/ppm/Makefile.in index cd010760615..d1c8f8c9774 100644 --- a/mozilla/modules/libpr0n/decoders/ppm/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/ppm/Makefile.in @@ -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 diff --git a/mozilla/modules/libpr0n/src/Makefile.in b/mozilla/modules/libpr0n/src/Makefile.in index 12594cf9813..c9440ac3286 100644 --- a/mozilla/modules/libpr0n/src/Makefile.in +++ b/mozilla/modules/libpr0n/src/Makefile.in @@ -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 \ diff --git a/mozilla/modules/oji/src/Makefile.in b/mozilla/modules/oji/src/Makefile.in index 874d03526dc..ec2755fa2c1 100644 --- a/mozilla/modules/oji/src/Makefile.in +++ b/mozilla/modules/oji/src/Makefile.in @@ -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 diff --git a/mozilla/modules/plugin/base/src/Makefile.in b/mozilla/modules/plugin/base/src/Makefile.in index 47680c16ae6..d411c240f06 100644 --- a/mozilla/modules/plugin/base/src/Makefile.in +++ b/mozilla/modules/plugin/base/src/Makefile.in @@ -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 diff --git a/mozilla/rdf/chrome/src/Makefile.in b/mozilla/rdf/chrome/src/Makefile.in index 6c9a6ea8ef3..5df9eb230e2 100644 --- a/mozilla/rdf/chrome/src/Makefile.in +++ b/mozilla/rdf/chrome/src/Makefile.in @@ -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 \ diff --git a/mozilla/rdf/tests/domds/Makefile.in b/mozilla/rdf/tests/domds/Makefile.in index aff911c3ed7..f706c557065 100644 --- a/mozilla/rdf/tests/domds/Makefile.in +++ b/mozilla/rdf/tests/domds/Makefile.in @@ -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 diff --git a/mozilla/rdf/tests/rdfcat/Makefile.in b/mozilla/rdf/tests/rdfcat/Makefile.in index 733f5afc026..82ccdecacfd 100644 --- a/mozilla/rdf/tests/rdfcat/Makefile.in +++ b/mozilla/rdf/tests/rdfcat/Makefile.in @@ -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) \ diff --git a/mozilla/uriloader/base/Makefile.in b/mozilla/uriloader/base/Makefile.in index b5c7f70263c..79c16dc2761 100644 --- a/mozilla/uriloader/base/Makefile.in +++ b/mozilla/uriloader/base/Makefile.in @@ -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 \ diff --git a/mozilla/view/src/Makefile.in b/mozilla/view/src/Makefile.in index 233cf63246e..66cdf3498f0 100644 --- a/mozilla/view/src/Makefile.in +++ b/mozilla/view/src/Makefile.in @@ -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 diff --git a/mozilla/webshell/tests/viewer/Makefile.in b/mozilla/webshell/tests/viewer/Makefile.in index f98b34b9824..2bd47c9f0a2 100644 --- a/mozilla/webshell/tests/viewer/Makefile.in +++ b/mozilla/webshell/tests/viewer/Makefile.in @@ -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) diff --git a/mozilla/webshell/tests/viewer/unix/gtk/Makefile.in b/mozilla/webshell/tests/viewer/unix/gtk/Makefile.in index 4eb4266d4e2..2654e149ae2 100644 --- a/mozilla/webshell/tests/viewer/unix/gtk/Makefile.in +++ b/mozilla/webshell/tests/viewer/unix/gtk/Makefile.in @@ -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 \ diff --git a/mozilla/webshell/tests/viewer/unix/qt/Makefile.in b/mozilla/webshell/tests/viewer/unix/qt/Makefile.in index 0b3c5cad57d..4516c925e44 100644 --- a/mozilla/webshell/tests/viewer/unix/qt/Makefile.in +++ b/mozilla/webshell/tests/viewer/unix/qt/Makefile.in @@ -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 \ diff --git a/mozilla/webshell/tests/viewer/unix/xlib/Makefile.in b/mozilla/webshell/tests/viewer/unix/xlib/Makefile.in index 332e8117dc4..0c3ce4ec206 100644 --- a/mozilla/webshell/tests/viewer/unix/xlib/Makefile.in +++ b/mozilla/webshell/tests/viewer/unix/xlib/Makefile.in @@ -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 diff --git a/mozilla/widget/src/beos/Makefile.in b/mozilla/widget/src/beos/Makefile.in index 6a2a8c7228a..22969265c80 100644 --- a/mozilla/widget/src/beos/Makefile.in +++ b/mozilla/widget/src/beos/Makefile.in @@ -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 \ diff --git a/mozilla/widget/src/gtk/Makefile.in b/mozilla/widget/src/gtk/Makefile.in index 87f0dcbce0c..f91e1e65ca0 100644 --- a/mozilla/widget/src/gtk/Makefile.in +++ b/mozilla/widget/src/gtk/Makefile.in @@ -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 diff --git a/mozilla/widget/src/photon/Makefile.in b/mozilla/widget/src/photon/Makefile.in index 39ce9772da3..9914902c478 100644 --- a/mozilla/widget/src/photon/Makefile.in +++ b/mozilla/widget/src/photon/Makefile.in @@ -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 \ diff --git a/mozilla/widget/src/qt/Makefile.in b/mozilla/widget/src/qt/Makefile.in index ed7c2980716..ba19089562b 100644 --- a/mozilla/widget/src/qt/Makefile.in +++ b/mozilla/widget/src/qt/Makefile.in @@ -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 diff --git a/mozilla/widget/src/support/Makefile.in b/mozilla/widget/src/support/Makefile.in index bc47615b2e1..7ca4808ff6c 100644 --- a/mozilla/widget/src/support/Makefile.in +++ b/mozilla/widget/src/support/Makefile.in @@ -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 diff --git a/mozilla/widget/src/xlib/Makefile.in b/mozilla/widget/src/xlib/Makefile.in index 0d2904349c7..c6ed1807c12 100644 --- a/mozilla/widget/src/xlib/Makefile.in +++ b/mozilla/widget/src/xlib/Makefile.in @@ -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 diff --git a/mozilla/widget/src/xpwidgets/Makefile.in b/mozilla/widget/src/xpwidgets/Makefile.in index 5bcee43b5a3..79461e848e0 100644 --- a/mozilla/widget/src/xpwidgets/Makefile.in +++ b/mozilla/widget/src/xpwidgets/Makefile.in @@ -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 diff --git a/mozilla/xpfe/appshell/src/Makefile.in b/mozilla/xpfe/appshell/src/Makefile.in index 7d72648579c..0902db513db 100644 --- a/mozilla/xpfe/appshell/src/Makefile.in +++ b/mozilla/xpfe/appshell/src/Makefile.in @@ -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 \ diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index 29049d1c986..2c81b6cd4cb 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/config.mk MODULE = apprunner -REQUIRES = xpcom string webbrwsr widget dom necko pref appshell layout chrome rdf xpinstall uriloader editor view windowwatcher embed_base embedcomponents mpfilelocprovider browser mozcomps docshell xremoteservice +REQUIRES = xpcom string webbrwsr widget dom necko pref appshell gfx chrome rdf xpinstall uriloader editor view windowwatcher embed_base embedcomponents mpfilelocprovider browser mozcomps docshell xremoteservice # for jprof REQUIRES += jprof diff --git a/mozilla/xpfe/browser/src/Makefile.in b/mozilla/xpfe/browser/src/Makefile.in index b4feb8ba982..d732d0ff1b3 100644 --- a/mozilla/xpfe/browser/src/Makefile.in +++ b/mozilla/xpfe/browser/src/Makefile.in @@ -31,7 +31,7 @@ LIBRARY_NAME = mozbrwsr EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsBrowserModule -REQUIRES = xpcom string webshell necko shistory widget layout content docshell appshell dom timer uriloader pref editor appcomps rdf webbrwsr uconv chardet windowwatcher +REQUIRES = xpcom string webshell necko shistory widget gfx layout content docshell appshell dom timer uriloader pref editor appcomps rdf webbrwsr uconv chardet windowwatcher CPPSRCS = nsBrowserInstance.cpp diff --git a/mozilla/xpfe/components/autocomplete/test/Makefile.in b/mozilla/xpfe/components/autocomplete/test/Makefile.in index 8aabf213c48..66930690e4c 100644 --- a/mozilla/xpfe/components/autocomplete/test/Makefile.in +++ b/mozilla/xpfe/components/autocomplete/test/Makefile.in @@ -27,7 +27,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps -REQUIRES = xpcom layout content dom js +REQUIRES = xpcom gfx layout content dom js include $(topsrcdir)/config/rules.mk diff --git a/mozilla/xpfe/components/find/src/Makefile.in b/mozilla/xpfe/components/find/src/Makefile.in index d3a105bc7c6..02b93b632fc 100644 --- a/mozilla/xpfe/components/find/src/Makefile.in +++ b/mozilla/xpfe/components/find/src/Makefile.in @@ -32,7 +32,7 @@ LIBRARY_NAME = mozfind EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsFindComponent -REQUIRES = xpcom string dom layout content widget editor necko txtsvc docshell +REQUIRES = xpcom string dom gfx layout content widget editor necko txtsvc docshell CPPSRCS = \ nsFindComponent.cpp \ diff --git a/mozilla/xpfe/components/ucth/src/Makefile.in b/mozilla/xpfe/components/ucth/src/Makefile.in index ea67acfdb81..c49ee8da318 100644 --- a/mozilla/xpfe/components/ucth/src/Makefile.in +++ b/mozilla/xpfe/components/ucth/src/Makefile.in @@ -31,7 +31,7 @@ LIBRARY_NAME = mozucth EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsUnknownContentTypeHandler -REQUIRES = xpcom string appshell dom js necko widget layout content intl locale exthandler pref mozcomps +REQUIRES = xpcom string appshell dom js necko widget gfx layout content intl locale exthandler pref mozcomps CPPSRCS = nsUnknownContentTypeHandler.cpp diff --git a/mozilla/xpfe/components/xremote/src/Makefile.in b/mozilla/xpfe/components/xremote/src/Makefile.in index 7d04f09b49d..894f7943b7d 100644 --- a/mozilla/xpfe/components/xremote/src/Makefile.in +++ b/mozilla/xpfe/components/xremote/src/Makefile.in @@ -29,7 +29,7 @@ MODULE = xremoteservice LIBRARY_NAME = xremoteservice EXPORT_LIBRARY = 1 IS_COMPONENT = 1 -REQUIRES = xpcom string dom widget layout uriloader docshell pref windowwatcher necko appshell rdf +REQUIRES = xpcom string dom widget gfx uriloader docshell pref windowwatcher necko appshell rdf CPPSRCS = \ XRemoteService.cpp \