diff --git a/mozilla/accessible/src/Makefile.in b/mozilla/accessible/src/Makefile.in index e134e1ab5e0..7f2acdffb4b 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 widget dom view locale +REQUIRES = xpcom string layout widget dom view locale gfx2 CPPSRCS = \ nsAccessible.cpp \ diff --git a/mozilla/caps/src/Makefile.in b/mozilla/caps/src/Makefile.in index 734cd54c14e..b147f83c94f 100644 --- a/mozilla/caps/src/Makefile.in +++ b/mozilla/caps/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = caps LIBRARY_NAME = caps IS_COMPONENT = 1 -REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl locale layout appshell docshell uriloader +REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl locale layout appshell docshell uriloader gfx2 CPPSRCS = \ nsBasePrincipal.cpp \ diff --git a/mozilla/content/base/src/Makefile.in b/mozilla/content/base/src/Makefile.in index 21470cc4473..ade10483dcb 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 = layout LIBRARY_NAME = gkconbase_s -REQUIRES = xpcom string dom widget view locale timer htmlparser js webshell necko caps lwbrk uconv chrome docshell pref uriloader xpconnect util unicharutil +REQUIRES = xpcom string dom widget view locale timer htmlparser js webshell necko caps lwbrk uconv chrome docshell pref uriloader xpconnect util unicharutil gfx2 CPPSRCS = \ nsCommentNode.cpp \ diff --git a/mozilla/content/build/Makefile.in b/mozilla/content/build/Makefile.in index 10c3427009a..b2de59bb840 100644 --- a/mozilla/content/build/Makefile.in +++ b/mozilla/content/build/Makefile.in @@ -33,7 +33,7 @@ LIBRARY_NAME = gkcontent SHORT_LIBNAME = gkcontnt IS_COMPONENT = 1 EXTRA_DSO_LIBS = jsdom gkgfx -REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref caps xul xuldoc xultmpl +REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref caps xul xuldoc xultmpl gfx2 CPPSRCS = \ nsContentDLF.cpp \ diff --git a/mozilla/content/events/src/Makefile.in b/mozilla/content/events/src/Makefile.in index 6fa1d5705a6..d275fb39303 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 = layout LIBRARY_NAME = gkconevents_s -REQUIRES = xpcom string dom js locale widget timer caps xpconnect docshell webshell pref necko uriloader htmlparser view +REQUIRES = xpcom string dom js locale widget timer caps xpconnect docshell webshell pref necko uriloader htmlparser view gfx2 CPPSRCS = \ nsEventListenerManager.cpp \ diff --git a/mozilla/content/html/content/src/Makefile.in b/mozilla/content/html/content/src/Makefile.in index 4c8eee31534..b1901b74f00 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 = layout LIBRARY_NAME = gkconhtmlcon_s -REQUIRES = xpcom string widget dom js locale webshell htmlparser necko view pref oji java plugin docshell uriloader xpconnect xuldoc caps editor uconv +REQUIRES = xpcom string widget dom js locale webshell htmlparser necko view pref oji java plugin docshell uriloader 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 2bea0912e59..ff032310582 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 = layout LIBRARY_NAME = gkconhtmldoc_s -REQUIRES = xpcom string widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet nkcache appcomps lwbrk +REQUIRES = xpcom string widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet nkcache appcomps lwbrk gfx2 imglib2 CPPSRCS = \ nsHTMLContentSink.cpp \ diff --git a/mozilla/content/html/style/src/Makefile.in b/mozilla/content/html/style/src/Makefile.in index eea0b0e3325..e36b87bf9fe 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 = layout LIBRARY_NAME = gkconhtmlstyle_s -REQUIRES = xpcom string dom widget caps locale js necko webshell xul htmlparser docshell uconv xuldoc xpconnect +REQUIRES = xpcom string dom widget caps locale js necko webshell xul htmlparser docshell uconv xuldoc xpconnect gfx2 CPPSRCS = \ nsCSSDeclaration.cpp \ diff --git a/mozilla/content/shared/src/Makefile.in b/mozilla/content/shared/src/Makefile.in index a0306c5d692..5554e870c4f 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 = layout LIBRARY_NAME = gkconshared_s -REQUIRES = xpcom string widget locale dom webshell pref necko +REQUIRES = xpcom string widget locale dom webshell pref necko gfx2 CPPSRCS = \ nsCSSAtoms.cpp \ diff --git a/mozilla/content/xbl/src/Makefile.in b/mozilla/content/xbl/src/Makefile.in index 47e184992ad..e8b02caaf1e 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 = layout LIBRARY_NAME = gkconxbl_s -REQUIRES = xpcom string js dom widget caps locale htmlparser necko xpconnect pref docshell uriloader chrome lwbrk xul xuldoc +REQUIRES = xpcom string js dom widget caps locale htmlparser necko xpconnect pref docshell uriloader 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 f2e0ffd5af3..b04aa3fc81a 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 = layout LIBRARY_NAME = gkconxmlcon_s -REQUIRES = xpcom string js dom widget locale necko caps webshell docshell htmlparser uriloader +REQUIRES = xpcom string js dom widget locale necko caps webshell docshell htmlparser uriloader gfx2 CPPSRCS = \ nsXMLElement.cpp \ diff --git a/mozilla/content/xml/document/src/Makefile.in b/mozilla/content/xml/document/src/Makefile.in index e8a87200d1d..8bcf119067c 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 = layout LIBRARY_NAME = gkconxmldoc_s -REQUIRES = xpcom string js dom locale widget caps htmlparser necko view docshell webshell uriloader pref xpconnect uconv chardet expat lwbrk exthandler mimetype +REQUIRES = xpcom string js dom locale widget caps htmlparser necko view docshell webshell uriloader pref xpconnect uconv chardet expat lwbrk exthandler mimetype gfx2 CPPSRCS = \ nsXMLContentSink.cpp \ diff --git a/mozilla/content/xsl/document/src/Makefile.in b/mozilla/content/xsl/document/src/Makefile.in index a881c75f764..6f89ebe61f0 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 = layout LIBRARY_NAME = gkconxsldoc_s -REQUIRES = xpcom string htmlparser view widget dom necko +REQUIRES = xpcom string htmlparser view widget dom necko gfx2 include $(topsrcdir)/config/config.mk diff --git a/mozilla/content/xul/content/src/Makefile.in b/mozilla/content/xul/content/src/Makefile.in index 6c5d63961ec..84f58ea7d0f 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 = layout LIBRARY_NAME = gkconxulcon_s -REQUIRES = xpcom string widget htmlparser necko dom js caps rdf xpconnect locale timer lwbrk pref xul xuldoc xultmpl +REQUIRES = xpcom string widget htmlparser necko dom js caps rdf xpconnect locale timer lwbrk pref xul xuldoc xultmpl gfx2 CPPSRCS = \ nsRDFDOMNodeList.cpp \ diff --git a/mozilla/content/xul/document/src/Makefile.in b/mozilla/content/xul/document/src/Makefile.in index b9c3476df44..8b786ee960a 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 = layout LIBRARY_NAME = gkconxuldoc_s -REQUIRES = xpcom string exthandler mimetype widget dom rdf js xpconnect caps locale view necko uriloader htmlparser lwbrk timer chrome docshell pref xul xuldoc xultmpl +REQUIRES = xpcom string exthandler mimetype widget dom rdf js xpconnect caps locale view necko uriloader htmlparser lwbrk timer chrome docshell pref xul xuldoc xultmpl gfx2 CPPSRCS = \ nsControllerCommandManager.cpp \ diff --git a/mozilla/docshell/base/Makefile.in b/mozilla/docshell/base/Makefile.in index 5eb5e8ce595..2c4d2cce93d 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 dom js uriloader exthandler htmlparser view pref locale webbrwsr xpconnect timer widget shistory intl plugin webshell chardet uconv appcomps xuldoc +REQUIRES = xpcom string caps necko layout dom js uriloader exthandler htmlparser view pref locale webbrwsr xpconnect timer widget shistory intl plugin webshell chardet uconv appcomps xuldoc gfx2 include $(DEPTH)/config/autoconf.mk diff --git a/mozilla/docshell/build/Makefile.in b/mozilla/docshell/build/Makefile.in index 4ceaad81308..27e743ac228 100644 --- a/mozilla/docshell/build/Makefile.in +++ b/mozilla/docshell/build/Makefile.in @@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = docshell EXTRA_DSO_LIBS = jsdom -REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet appcomps +REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet appcomps gfx2 CPPSRCS = \ nsDocShellModule.cpp \ diff --git a/mozilla/dom/src/base/Makefile.in b/mozilla/dom/src/base/Makefile.in index f5cf77a52e9..0405baa5d98 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 caps docshell xpconnect pref oji necko java locale uriloader sidebar xuldoc timer cookie webshell view uconv shistory plugin windowwatcher +REQUIRES = xpcom string webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar xuldoc timer cookie webshell view uconv shistory plugin windowwatcher gfx2 CPPSRCS = \ nsBarProps.cpp \ diff --git a/mozilla/dom/src/jsurl/Makefile.in b/mozilla/dom/src/jsurl/Makefile.in index 5ad22f16ae6..e1939cc0657 100644 --- a/mozilla/dom/src/jsurl/Makefile.in +++ b/mozilla/dom/src/jsurl/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = jsurl LIBRARY_NAME = jsurl IS_COMPONENT = 1 -REQUIRES = xpcom string js dom necko caps widget layout docshell uriloader locale appshell rdf +REQUIRES = xpcom string js dom necko caps widget layout docshell uriloader locale appshell rdf gfx2 XPIDLSRCS = \ nsIEvaluateStringProxy.idl \ diff --git a/mozilla/editor/base/Makefile.in b/mozilla/editor/base/Makefile.in index 5d92900ea38..b9743d6a74d 100644 --- a/mozilla/editor/base/Makefile.in +++ b/mozilla/editor/base/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = editor LIBRARY_NAME = editor IS_COMPONENT = 1 -REQUIRES = xpcom string dom js locale layout uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc +REQUIRES = xpcom string dom js locale layout uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc gfx2 CPPSRCS = \ ChangeAttributeTxn.cpp \ diff --git a/mozilla/embedding/browser/build/Makefile.in b/mozilla/embedding/browser/build/Makefile.in index c4f90236279..6b3651a81be 100644 --- a/mozilla/embedding/browser/build/Makefile.in +++ b/mozilla/embedding/browser/build/Makefile.in @@ -31,7 +31,7 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = webbrwsr EXTRA_DSO_LIBS = jsdom -REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer +REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2 CPPSRCS = \ nsWebBrowserModule.cpp \ diff --git a/mozilla/embedding/browser/gtk/src/Makefile.in b/mozilla/embedding/browser/gtk/src/Makefile.in index b1e6ba224a6..fa74407e6ca 100644 --- a/mozilla/embedding/browser/gtk/src/Makefile.in +++ b/mozilla/embedding/browser/gtk/src/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gtkembedmoz -REQUIRES = xpcom string docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory embed_base pref windowwatcher +REQUIRES = xpcom string docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory embed_base pref windowwatcher gfx2 CPPSRCS = \ gtkmozembed2.cpp \ diff --git a/mozilla/embedding/browser/webBrowser/Makefile.in b/mozilla/embedding/browser/webBrowser/Makefile.in index de49a0ddcb0..b083d5fb625 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 dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc +REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc gfx2 include $(DEPTH)/config/autoconf.mk diff --git a/mozilla/embedding/components/windowwatcher/src/Makefile.in b/mozilla/embedding/components/windowwatcher/src/Makefile.in index 318346d81a5..c053efc04db 100644 --- a/mozilla/embedding/components/windowwatcher/src/Makefile.in +++ b/mozilla/embedding/components/windowwatcher/src/Makefile.in @@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = embedcomponents LIBRARY_NAME = windowwatcher_s -REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base +REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base gfx2 CPPSRCS = nsWWJSUtils.cpp \ nsWindowWatcher.cpp \ diff --git a/mozilla/embedding/tests/gtkEmbed/Makefile.in b/mozilla/embedding/tests/gtkEmbed/Makefile.in index 94ca6e00498..5009e428270 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 locale uriloader embed_base windowwatcher +REQUIRES = xpcom string webbrwsr widget necko docshell layout webshell dom locale uriloader embed_base windowwatcher gfx2 CPPSRCS = WebBrowserChrome.cpp \ WindowCreator.cpp \ diff --git a/mozilla/extensions/wallet/cookieviewer/Makefile.in b/mozilla/extensions/wallet/cookieviewer/Makefile.in index b334d5b2e67..d9c7575fcd1 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 widget cookie docshell uriloader locale necko +REQUIRES = xpcom string dom js layout widget cookie docshell uriloader locale necko gfx2 CPPSRCS = nsCookieViewer.cpp diff --git a/mozilla/extensions/wallet/editor/Makefile.in b/mozilla/extensions/wallet/editor/Makefile.in index e83ad7db687..b2a1ef4440a 100644 --- a/mozilla/extensions/wallet/editor/Makefile.in +++ b/mozilla/extensions/wallet/editor/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = walletviewers LIBRARY_NAME = walleteditor_s XPIDL_MODULE = walleteditor -REQUIRES = xpcom string wallet dom docshell js necko uriloader widget layout locale +REQUIRES = xpcom string wallet dom docshell js necko uriloader widget layout locale gfx2 CPPSRCS = nsWalletEditor.cpp diff --git a/mozilla/extensions/wallet/src/Makefile.in b/mozilla/extensions/wallet/src/Makefile.in index cc42d0a418b..12259bf795f 100644 --- a/mozilla/extensions/wallet/src/Makefile.in +++ b/mozilla/extensions/wallet/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = wallet LIBRARY_NAME = wallet IS_COMPONENT = 1 -REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl +REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl gfx2 CPPSRCS = \ nsWalletFactory.cpp \ diff --git a/mozilla/extensions/wallet/walletpreview/Makefile.in b/mozilla/extensions/wallet/walletpreview/Makefile.in index 75692a64c5e..94681a54c12 100644 --- a/mozilla/extensions/wallet/walletpreview/Makefile.in +++ b/mozilla/extensions/wallet/walletpreview/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = walletviewers LIBRARY_NAME = walletpreview_s XPIDL_MODULE = walletpreview -REQUIRES = xpcom string wallet dom js layout widget necko docshell locale uriloader +REQUIRES = xpcom string wallet dom js layout widget necko docshell locale uriloader gfx2 CPPSRCS = nsWalletPreview.cpp diff --git a/mozilla/extensions/xmlextras/base/src/Makefile.in b/mozilla/extensions/xmlextras/base/src/Makefile.in index 9436dfd0bb4..9a5fbb5c9e7 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 widget caps uconv necko docshell xpconnect uriloader locale webbrwsr +REQUIRES = xpcom string dom js layout widget caps uconv necko docshell xpconnect uriloader locale webbrwsr gfx2 CPPSRCS = \ nsDOMSerializer.cpp \ diff --git a/mozilla/extensions/xmlterm/base/Makefile.in b/mozilla/extensions/xmlterm/base/Makefile.in index fcdee52b1b2..2d9379d53ab 100644 --- a/mozilla/extensions/xmlterm/base/Makefile.in +++ b/mozilla/extensions/xmlterm/base/Makefile.in @@ -93,7 +93,7 @@ CPPSRCS = \ MODULE = xmlterm IS_COMPONENT = 1 -REQUIRES = xpcom string pref js dom docshell view locale caps layout uriloader necko widget webshell appshell +REQUIRES = xpcom string pref js dom docshell view locale caps layout uriloader necko widget webshell appshell gfx2 EXTRA_DSO_LDOPTS = $(TK_LIBS) \ $(MOZ_COMPONENT_LIBS) \ diff --git a/mozilla/gfx/src/Makefile.in b/mozilla/gfx/src/Makefile.in index 129ed16e241..c4abde3a6bb 100644 --- a/mozilla/gfx/src/Makefile.in +++ b/mozilla/gfx/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = layout LIBRARY_NAME = gkgfx -REQUIRES = xpcom string img widget util dom locale view necko pref timer uriloader +REQUIRES = xpcom string img widget util dom locale view necko pref timer uriloader gfx2 imglib2 ifeq ($(MOZ_WIDGET_TOOLKIT),os2) DIRS = diff --git a/mozilla/gfx/src/gtk/Makefile.in b/mozilla/gfx/src/gtk/Makefile.in index 5ba84e81b12..3d568814cc9 100644 --- a/mozilla/gfx/src/gtk/Makefile.in +++ b/mozilla/gfx/src/gtk/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = layout LIBRARY_NAME = gfx_gtk IS_COMPONENT = 1 -REQUIRES = xpcom string img widget view util dom pref js uconv appshell necko unicharutil +REQUIRES = xpcom string img widget view util dom pref js uconv appshell necko unicharutil gfx2 CSRCS = nsPrintdGTK.c diff --git a/mozilla/gfx/src/ps/Makefile.in b/mozilla/gfx/src/ps/Makefile.in index c1163137693..42186293718 100644 --- a/mozilla/gfx/src/ps/Makefile.in +++ b/mozilla/gfx/src/ps/Makefile.in @@ -30,7 +30,7 @@ MODULE = layout LIBRARY_NAME = gfxps IS_COMPONENT = 1 EXTRA_DSO_LIBS = img_s mozutil_s -REQUIRES = xpcom string img widget util pref uconv dom view +REQUIRES = xpcom string img widget util pref uconv dom view gfx2 EXTRA_DSO_LIBS += gkgfx CSRCS = font_metrics.c diff --git a/mozilla/gfx2/src/Makefile.in b/mozilla/gfx2/src/Makefile.in index 393f85c11e2..84ac9e00fcf 100644 --- a/mozilla/gfx2/src/Makefile.in +++ b/mozilla/gfx2/src/Makefile.in @@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk MODULE = gfx2 LIBRARY_NAME = gfx2 -IS_COMPONENT = 1 +IS_COMPONENT = 1 + +REQUIRES = xpcom layout CPPSRCS = \ gfxImageFrame.cpp \ diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index ca7af148c3d..e6557046b44 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = DebugRobot SHORT_LIBNAME = dbgrobot -REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader +REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader gfx2 CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp diff --git a/mozilla/layout/base/src/Makefile.in b/mozilla/layout/base/src/Makefile.in index fedac4ad0e0..79b34987b63 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 widget view locale timer htmlparser webshell necko uconv pref uriloader +REQUIRES = xpcom string dom widget view locale timer htmlparser webshell necko uconv pref uriloader gfx2 CPPSRCS = \ nsAutoCopy.cpp \ diff --git a/mozilla/layout/build/Makefile.in b/mozilla/layout/build/Makefile.in index f56e06f4d80..c13a1406805 100644 --- a/mozilla/layout/build/Makefile.in +++ b/mozilla/layout/build/Makefile.in @@ -31,7 +31,7 @@ LIBRARY_NAME = gklayout SHORT_LIBNAME = gkhtml IS_COMPONENT = 1 EXTRA_DSO_LIBS = jsdom gkgfx -REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale timer xuldoc +REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale timer xuldoc gfx2 CPPSRCS = \ nsLayoutDLF.cpp \ diff --git a/mozilla/layout/html/base/src/Makefile.in b/mozilla/layout/html/base/src/Makefile.in index 9ee91d0edf3..259f18f283e 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 widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util uriloader unicharutil lwbrk +REQUIRES = xpcom string dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util uriloader unicharutil lwbrk gfx2 imglib2 CPPSRCS = \ nsSelectsAreaFrame.cpp \ diff --git a/mozilla/layout/html/document/src/Makefile.in b/mozilla/layout/html/document/src/Makefile.in index 88c6ec0817d..d53f90735ee 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 widget dom necko locale view js webshell docshell caps pref uriloader shistory +REQUIRES = xpcom string widget dom necko locale view js webshell docshell caps pref uriloader shistory gfx2 CPPSRCS = \ nsFrameFrame.cpp \ diff --git a/mozilla/layout/html/forms/src/Makefile.in b/mozilla/layout/html/forms/src/Makefile.in index 659861de7f6..f2401d96454 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 widget view dom js htmlparser necko webshell caps editor intl uconv exthandler mimetype txmgr xuldoc +REQUIRES = xpcom string locale widget view dom js htmlparser necko webshell caps editor intl uconv exthandler mimetype txmgr xuldoc gfx2 imglib2 CPPSRCS = \ nsButtonFrameRenderer.cpp \ diff --git a/mozilla/layout/html/style/src/Makefile.in b/mozilla/layout/html/style/src/Makefile.in index 36f12c2fff3..549c931ad2b 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 widget timer editor locale js view necko webshell pref txmgr docshell uriloader +REQUIRES = xpcom string dom widget timer editor locale js view necko webshell pref txmgr docshell uriloader gfx2 CPPSRCS = \ nsCSSFrameConstructor.cpp \ diff --git a/mozilla/layout/html/table/src/Makefile.in b/mozilla/layout/html/table/src/Makefile.in index a5c7b943855..ae911c5279d 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 widget locale webshell view +REQUIRES = xpcom string dom widget locale webshell view gfx2 CPPSRCS = \ BasicTableLayoutStrategy.cpp \ diff --git a/mozilla/layout/mathml/base/src/Makefile.in b/mozilla/layout/mathml/base/src/Makefile.in index 90610006d06..5ca00d04502 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 widget webshell locale view necko docshell webbrwsr +REQUIRES = xpcom string dom widget webshell locale view necko docshell webbrwsr gfx2 LOCAL_INCLUDES = \ -I$(srcdir)/../../../html/style/src \ diff --git a/mozilla/layout/svg/base/src/Makefile.in b/mozilla/layout/svg/base/src/Makefile.in index f86de71fce8..0c881984edf 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 widget dom locale view pref +REQUIRES = xpcom string widget dom locale view pref gfx2 CPPSRCS = \ nsSVGContainerFrame.cpp \ diff --git a/mozilla/layout/xul/base/src/Makefile.in b/mozilla/layout/xul/base/src/Makefile.in index 80aa9e599e3..9b1b0a9cb9d 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 js widget view caps timer docshell uriloader necko editor htmlparser webshell pref intl txmgr +REQUIRES = xpcom string dom locale js widget view caps timer docshell uriloader necko editor htmlparser webshell pref intl txmgr gfx2 imglib2 CPPSRCS = \ nsBulletinBoardLayout.cpp \ diff --git a/mozilla/layout/xul/base/src/outliner/src/Makefile.in b/mozilla/layout/xul/base/src/outliner/src/Makefile.in index 6379ff54ed7..f353cc6f80f 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 widget timer js locale caps view xultmpl rdf necko +REQUIRES = xpcom string dom widget timer js locale caps view xultmpl rdf necko gfx2 imglib2 CPPSRCS = \ nsOutlinerBodyFrame.cpp \ diff --git a/mozilla/mailnews/absync/build/Makefile.in b/mozilla/mailnews/absync/build/Makefile.in index 76e815cd8e9..35b2145554e 100644 --- a/mozilla/mailnews/absync/build/Makefile.in +++ b/mozilla/mailnews/absync/build/Makefile.in @@ -30,7 +30,7 @@ MODULE = absyncsvc LIBRARY_NAME = absyncsvc IS_COMPONENT = 1 SHORT_LIBNAME = absyncsv -REQUIRES = xpcom string necko docshell uriloader msgbase intl locale layout widget addrbook dom mork +REQUIRES = xpcom string necko docshell uriloader msgbase intl locale layout widget addrbook dom mork gfx2 ifeq ($(USE_SHORT_LIBNAME),1) EXTRA_DSO_LIBS = msgbsutl diff --git a/mozilla/mailnews/absync/src/Makefile.in b/mozilla/mailnews/absync/src/Makefile.in index 8bc780572ce..f4f8a2ec1be 100644 --- a/mozilla/mailnews/absync/src/Makefile.in +++ b/mozilla/mailnews/absync/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = absyncsvc XPIDL_MODULE = absync LIBRARY_NAME = absync_s -REQUIRES = xpcom string necko mime cookie docshell locale uriloader pref layout widget msgbase msgbaseutil dom rdf addrbook intl locale appshell mork mimetype +REQUIRES = xpcom string necko mime cookie docshell locale uriloader pref layout widget msgbase msgbaseutil dom rdf addrbook intl locale appshell mork mimetype gfx2 CPPSRCS = \ nsAbSyncPostEngine.cpp \ diff --git a/mozilla/mailnews/addrbook/build/Makefile.in b/mozilla/mailnews/addrbook/build/Makefile.in index 6b0cef32edd..ab16a613d21 100644 --- a/mozilla/mailnews/addrbook/build/Makefile.in +++ b/mozilla/mailnews/addrbook/build/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = addrbook LIBRARY_NAME = addrbook IS_COMPONENT = 1 -REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget uriloader layout locale mork xuldoc +REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget uriloader layout locale mork xuldoc gfx2 CPPSRCS = nsAbFactory.cpp EXPORTS = nsAbBaseCID.h diff --git a/mozilla/mailnews/addrbook/src/Makefile.in b/mozilla/mailnews/addrbook/src/Makefile.in index c7f936d92ef..9589c732f30 100644 --- a/mozilla/mailnews/addrbook/src/Makefile.in +++ b/mozilla/mailnews/addrbook/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = addrbook LIBRARY_NAME = addrbook_s -REQUIRES = xpcom string rdf rdfutil appshell dom js layout widget mork docshell pref necko locale uriloader webshell uconv msgbase msgbaseutil mime msgcompose xuldoc +REQUIRES = xpcom string rdf rdfutil appshell dom js layout widget mork docshell pref necko locale uriloader webshell uconv msgbase msgbaseutil mime msgcompose xuldoc gfx2 CPPSRCS = \ nsAddressBook.cpp \ diff --git a/mozilla/mailnews/base/build/Makefile.in b/mozilla/mailnews/base/build/Makefile.in index ffb81b97e24..a9fa74b2b1c 100644 --- a/mozilla/mailnews/base/build/Makefile.in +++ b/mozilla/mailnews/base/build/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = msgbase LIBRARY_NAME = mailnews IS_COMPONENT = 1 -REQUIRES = xpcom string necko intl locale timer rdf dom js docshell widget layout webshell mime uriloader mailnews mork txmgr pref msgcompose msgbaseutil appcomps msgdb editor appshell xuldoc caps msgnews +REQUIRES = xpcom string necko intl locale timer rdf dom js docshell widget layout webshell mime uriloader mailnews mork txmgr pref msgcompose msgbaseutil appcomps msgdb editor appshell xuldoc caps msgnews gfx2 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 b60c4a0e7b0..70787da022a 100644 --- a/mozilla/mailnews/base/src/Makefile.in +++ b/mozilla/mailnews/base/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = msgbase LIBRARY_NAME = msgbase_s -REQUIRES = xpcom string necko dom js appshell appcomps uconv intl htmlparser widget docshell rdf editor layout mailnews locale msgbaseutil webshell txmgr msgcompose msgdb uriloader pref msglocal msgimap timer mork msgnews addrbook prefmigr chrome xuldoc caps mime mimetype +REQUIRES = xpcom string necko dom js appshell appcomps uconv intl htmlparser widget docshell rdf editor layout mailnews locale msgbaseutil webshell txmgr msgcompose msgdb uriloader pref msglocal msgimap timer mork msgnews addrbook prefmigr chrome xuldoc caps mime mimetype gfx2 CPPSRCS = \ nsMessenger.cpp \ diff --git a/mozilla/mailnews/base/util/Makefile.in b/mozilla/mailnews/base/util/Makefile.in index 8d8f75d80cf..46a6710e5ae 100644 --- a/mozilla/mailnews/base/util/Makefile.in +++ b/mozilla/mailnews/base/util/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = msgbaseutil LIBRARY_NAME = msgbaseutil SHORT_LIBNAME = msgbsutl -REQUIRES = xpcom string msgbase rdf necko msgdb intl mork mailnews locale pref rdfutil rdfutil mime msgcompose docshell webshell wallet dom widget layout uriloader appshell msgimap msglocal msgnews txmgr uconv unicharutil nkcache mimetype +REQUIRES = xpcom string msgbase rdf necko msgdb intl mork mailnews locale pref rdfutil rdfutil mime msgcompose docshell webshell wallet dom widget layout uriloader appshell msgimap msglocal msgnews txmgr uconv unicharutil nkcache mimetype gfx2 CPPSRCS = \ nsMsgGroupRecord.cpp \ diff --git a/mozilla/mailnews/compose/build/Makefile.in b/mozilla/mailnews/compose/build/Makefile.in index 54f685dd9b1..d7aee0d5d7d 100644 --- a/mozilla/mailnews/compose/build/Makefile.in +++ b/mozilla/mailnews/compose/build/Makefile.in @@ -30,7 +30,7 @@ MODULE = msgcompose LIBRARY_NAME = msgcompose SHORT_LIBNAME = msgcompo IS_COMPONENT = 1 -REQUIRES = xpcom string msgbase msgbaseutil editor necko dom js uriloader mime addrbook rdf intl locale mailnews widget layout msgdb appshell nkcache txmgr +REQUIRES = xpcom string msgbase msgbaseutil editor necko dom js uriloader mime addrbook rdf intl locale mailnews widget layout msgdb appshell nkcache txmgr gfx2 ifeq ($(USE_SHORT_LIBNAME),1) EXTRA_DSO_LIBS = msgbsutl diff --git a/mozilla/mailnews/compose/src/Makefile.in b/mozilla/mailnews/compose/src/Makefile.in index 91b283711b5..e63cc5aef8d 100644 --- a/mozilla/mailnews/compose/src/Makefile.in +++ b/mozilla/mailnews/compose/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = msgcompose LIBRARY_NAME = msgcompose_s -REQUIRES = xpcom string dom editor uriloader msgbase mailnews necko mime pref intl locale layout js msgbaseutil msgdb rdf appshell msgimap msgnews uconv docshell webshell addrbook widget htmlparser txmgr exthandler mork wallet nkcache xuldoc mimetype +REQUIRES = xpcom string dom editor uriloader msgbase mailnews necko mime pref intl locale layout js msgbaseutil msgdb rdf appshell msgimap msgnews uconv docshell webshell addrbook widget htmlparser txmgr exthandler mork wallet nkcache xuldoc mimetype gfx2 CPPSRCS = \ nsMsgCompFields.cpp \ diff --git a/mozilla/mailnews/imap/src/Makefile.in b/mozilla/mailnews/imap/src/Makefile.in index 9319edaa8b8..0524c61e230 100644 --- a/mozilla/mailnews/imap/src/Makefile.in +++ b/mozilla/mailnews/imap/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = msgimap LIBRARY_NAME = msgimap_s -REQUIRES = xpcom string mailnews rdf msgbase msgbaseutil rdfutil necko msgdb uconv mime pref js intl appshell nkcache timer locale txmgr dom docshell msglocal widget layout uriloader xuldoc msgnews mimetype +REQUIRES = xpcom string mailnews rdf msgbase msgbaseutil rdfutil necko msgdb uconv mime pref js intl appshell nkcache timer locale txmgr dom docshell msglocal widget layout uriloader xuldoc msgnews mimetype gfx2 EXPORTS = \ nsIMAPBodyShell.h \ diff --git a/mozilla/mailnews/local/src/Makefile.in b/mozilla/mailnews/local/src/Makefile.in index 0c69e6a032c..263ad359ea1 100644 --- a/mozilla/mailnews/local/src/Makefile.in +++ b/mozilla/mailnews/local/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = msglocal LIBRARY_NAME = msglocal_s -REQUIRES = xpcom string msgbase msgbaseutil mailnews pref js necko msgdb rdf intl locale mime dom rdfutil txmgr widget layout docshell uriloader msgimap chrome appshell nkcache xuldoc +REQUIRES = xpcom string msgbase msgbaseutil mailnews pref js necko msgdb rdf intl locale mime dom rdfutil txmgr widget layout docshell uriloader msgimap chrome appshell nkcache xuldoc gfx2 CPPSRCS = \ nsPop3Protocol.cpp \ diff --git a/mozilla/mailnews/news/src/Makefile.in b/mozilla/mailnews/news/src/Makefile.in index c699d091c15..f5ae6450878 100644 --- a/mozilla/mailnews/news/src/Makefile.in +++ b/mozilla/mailnews/news/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = msgnews LIBRARY_NAME = msgnews_s -REQUIRES = xpcom string mailnews msgbase msgbaseutil necko msgdb locale mork dom js rdf docshell layout widget pref uriloader appshell mime intl timer webshell wallet rdfutil nkcache +REQUIRES = xpcom string mailnews msgbase msgbaseutil necko msgdb locale mork dom js rdf docshell layout widget pref uriloader appshell mime intl timer webshell wallet rdfutil nkcache gfx2 CPPSRCS = \ nsNNTPArticleList.cpp \ diff --git a/mozilla/modules/libpr0n/decoders/gif/Makefile.in b/mozilla/modules/libpr0n/decoders/gif/Makefile.in index bc07faa02af..52f34128a74 100644 --- a/mozilla/modules/libpr0n/decoders/gif/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/gif/Makefile.in @@ -30,6 +30,8 @@ MODULE = imggif LIBRARY_NAME = imggif IS_COMPONENT = 1 +REQUIRES = xpcom necko layout gfx2 imglib2 + CPPSRCS = GIF2.cpp nsGIFDecoder2.cpp nsGIFModule.cpp EXTRA_DSO_LDOPTS = $(GIF_LIBS) $(ZLIB_LIBS) \ diff --git a/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in b/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in index 395fa492f2b..3fd0c9abdbf 100644 --- a/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/jpeg/Makefile.in @@ -30,6 +30,8 @@ MODULE = imgjpeg LIBRARY_NAME = imgjpeg IS_COMPONENT = 1 +REQUIRES = xpcom string necko layout jpeg gfx2 imglib2 + CPPSRCS = nsJPEGDecoder.cpp nsJPEGFactory.cpp EXTRA_DSO_LDOPTS = $(JPEG_LIBS) $(ZLIB_LIBS) \ diff --git a/mozilla/modules/libpr0n/decoders/png/Makefile.in b/mozilla/modules/libpr0n/decoders/png/Makefile.in index dc26254737b..bbb2ac5fd41 100644 --- a/mozilla/modules/libpr0n/decoders/png/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/png/Makefile.in @@ -30,6 +30,8 @@ MODULE = imgpng LIBRARY_NAME = imgpng IS_COMPONENT = 1 +REQUIRES = xpcom necko layout png gfx2 imglib2 + CPPSRCS = nsPNGDecoder.cpp nsPNGFactory.cpp EXTRA_DSO_LDOPTS = $(PNG_LIBS) $(ZLIB_LIBS) \ diff --git a/mozilla/modules/libpr0n/decoders/ppm/Makefile.in b/mozilla/modules/libpr0n/decoders/ppm/Makefile.in index 94e700d19eb..4a89f066c49 100644 --- a/mozilla/modules/libpr0n/decoders/ppm/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/ppm/Makefile.in @@ -30,6 +30,8 @@ MODULE = imgppm LIBRARY_NAME = imgppm IS_COMPONENT = 1 +REQUIRES = xpcom layout necko gfx2 imglib2 + CPPSRCS = nsPPMDecoder.cpp nsPPMFactory.cpp EXTRA_DSO_LDOPTS = \ diff --git a/mozilla/modules/libpr0n/src/Makefile.in b/mozilla/modules/libpr0n/src/Makefile.in index e748247a82e..bd1f1a51f34 100644 --- a/mozilla/modules/libpr0n/src/Makefile.in +++ b/mozilla/modules/libpr0n/src/Makefile.in @@ -30,6 +30,8 @@ MODULE = imglib2 LIBRARY_NAME = imglib2 IS_COMPONENT = 1 +REQUIRES = xpcom string necko nkcache layout timer gfx2 + CPPSRCS = \ DummyChannel.cpp \ ImageCache.cpp \ diff --git a/mozilla/modules/plugin/base/src/Makefile.in b/mozilla/modules/plugin/base/src/Makefile.in index 13b63bb2a7d..cda133b971f 100644 --- a/mozilla/modules/plugin/base/src/Makefile.in +++ b/mozilla/modules/plugin/base/src/Makefile.in @@ -30,7 +30,7 @@ MODULE = plugin XPIDL_MODULE = layout LIBRARY_NAME = gkplugin IS_COMPONENT = 1 -REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache +REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache gfx2 CPPSRCS = \ ns4xPlugin.cpp \ diff --git a/mozilla/modules/plugin/nglsrc/Makefile.in b/mozilla/modules/plugin/nglsrc/Makefile.in index 13b63bb2a7d..cda133b971f 100644 --- a/mozilla/modules/plugin/nglsrc/Makefile.in +++ b/mozilla/modules/plugin/nglsrc/Makefile.in @@ -30,7 +30,7 @@ MODULE = plugin XPIDL_MODULE = layout LIBRARY_NAME = gkplugin IS_COMPONENT = 1 -REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache +REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache gfx2 CPPSRCS = \ ns4xPlugin.cpp \ diff --git a/mozilla/netwerk/mime/src/Makefile.in b/mozilla/netwerk/mime/src/Makefile.in index 199a2a3eace..b3b23f23b29 100644 --- a/mozilla/netwerk/mime/src/Makefile.in +++ b/mozilla/netwerk/mime/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = mimetype LIBRARY_NAME = nkmime_s -REQUIRES = xpcom string mime necko appshell +REQUIRES = xpcom string necko appshell CPPSRCS = \ nsMIMEInfoImpl.cpp \ diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index ca7af148c3d..e6557046b44 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = DebugRobot SHORT_LIBNAME = dbgrobot -REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader +REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader gfx2 CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp diff --git a/mozilla/profile/pref-migrator/src/Makefile.in b/mozilla/profile/pref-migrator/src/Makefile.in index 972ce69daff..e0393a8fc22 100644 --- a/mozilla/profile/pref-migrator/src/Makefile.in +++ b/mozilla/profile/pref-migrator/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = prefmigr LIBRARY_NAME = nsprefm IS_COMPONENT = 1 -REQUIRES = xpcom string pref appshell intl docshell dom necko rdf js layout locale uriloader widget webbrwsr uconv +REQUIRES = xpcom string pref appshell intl docshell dom necko rdf js layout locale uriloader widget webbrwsr uconv gfx2 CPPSRCS = \ nsPrefMigration.cpp \ diff --git a/mozilla/profile/src/Makefile.in b/mozilla/profile/src/Makefile.in index d4a3dc99fd9..bb093ece242 100644 --- a/mozilla/profile/src/Makefile.in +++ b/mozilla/profile/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = profile LIBRARY_NAME = profile IS_COMPONENT = 1 -REQUIRES = xpcom string chrome docshell webbrwsr dom js layout widget necko uriloader locale cookie intl pref prefmigr appshell rdf uconv appcomps +REQUIRES = xpcom string chrome docshell webbrwsr dom js layout widget necko uriloader locale cookie intl pref prefmigr appshell rdf uconv appcomps gfx2 CPPSRCS = nsProfile.cpp \ nsProfileFactory.cpp \ diff --git a/mozilla/view/src/Makefile.in b/mozilla/view/src/Makefile.in index a3cd29e3087..d9b83b9c9c6 100644 --- a/mozilla/view/src/Makefile.in +++ b/mozilla/view/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = view LIBRARY_NAME = gkview IS_COMPONENT = 1 -REQUIRES = xpcom string layout widget dom locale timer pref +REQUIRES = xpcom string layout widget dom locale timer pref gfx2 EXTRA_DSO_LIBS = gkgfx diff --git a/mozilla/webshell/tests/viewer/Makefile.in b/mozilla/webshell/tests/viewer/Makefile.in index 1daa98726af..bd5971c17b0 100644 --- a/mozilla/webshell/tests/viewer/Makefile.in +++ b/mozilla/webshell/tests/viewer/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk DIRS := public -REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer unicharutil pref intl editor chardet cookie +REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer unicharutil pref intl editor chardet cookie gfx2 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 a534921c069..b58272ece77 100644 --- a/mozilla/webshell/tests/viewer/unix/gtk/Makefile.in +++ b/mozilla/webshell/tests/viewer/unix/gtk/Makefile.in @@ -27,7 +27,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = viewer_gtk_s -REQUIRES = xpcom string webbrwsr widget timer dom layout docshell uriloader locale webshell necko util +REQUIRES = xpcom string webbrwsr widget timer dom layout docshell uriloader locale webshell necko util gfx2 CPPSRCS = \ nsGtkMain.cpp \ diff --git a/mozilla/widget/src/gtk/Makefile.in b/mozilla/widget/src/gtk/Makefile.in index 86a347162eb..671b0ae933c 100644 --- a/mozilla/widget/src/gtk/Makefile.in +++ b/mozilla/widget/src/gtk/Makefile.in @@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = widget LIBRARY_NAME = widget_gtk IS_COMPONENT = 1 -REQUIRES = xpcom string layout pref js dom appshell timer uconv necko img view util rdf uriloader docshell msgcompose msgbase editor locale txmgr +REQUIRES = xpcom string layout pref js dom appshell timer uconv necko img view util rdf uriloader docshell msgcompose msgbase editor locale txmgr gfx2 CSRCS = \ keysym2ucs.c diff --git a/mozilla/widget/src/support/Makefile.in b/mozilla/widget/src/support/Makefile.in index aa8ff951d94..8be47e77c48 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 widget layout dom +REQUIRES = xpcom string widget layout dom gfx2 CPPSRCS = nsWidgetSupport.cpp diff --git a/mozilla/widget/src/xpwidgets/Makefile.in b/mozilla/widget/src/xpwidgets/Makefile.in index 627f6cdd57f..458e6013826 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 dom pref js docshell view intl locale necko uriloader htmlparser webshell uconv unicharutil +REQUIRES = xpcom string layout dom pref js docshell view intl locale necko uriloader htmlparser webshell uconv unicharutil gfx2 DEFINES += -DUSE_TLS_FOR_TOOLKIT diff --git a/mozilla/xpfe/appshell/src/Makefile.in b/mozilla/xpfe/appshell/src/Makefile.in index 5b867c730de..6add42ac13c 100644 --- a/mozilla/xpfe/appshell/src/Makefile.in +++ b/mozilla/xpfe/appshell/src/Makefile.in @@ -30,7 +30,7 @@ IS_COMPONENT=1 MODULE = appshell LIBRARY_NAME = nsappshell SHORT_LIBNAME = appshell -REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl wallet chrome profile prefmigr xul +REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl wallet chrome profile prefmigr xul gfx2 EXTRA_DSO_LIBS = jsdom diff --git a/mozilla/xpfe/browser/src/Makefile.in b/mozilla/xpfe/browser/src/Makefile.in index 24fbbfa5b8e..1efeef9fef7 100644 --- a/mozilla/xpfe/browser/src/Makefile.in +++ b/mozilla/xpfe/browser/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = mozbrwsr LIBRARY_NAME = mozbrwsr IS_COMPONENT = 1 -REQUIRES = xpcom string webshell necko shistory widget layout docshell appshell dom js timer uriloader locale pref editor appcomps rdf webbrwsr uconv chardet txmgr +REQUIRES = xpcom string webshell necko shistory widget layout docshell appshell dom js timer uriloader locale pref editor appcomps rdf webbrwsr uconv chardet txmgr gfx2 CPPSRCS = nsBrowserInstance.cpp diff --git a/mozilla/xpfe/components/bookmarks/src/Makefile.in b/mozilla/xpfe/components/bookmarks/src/Makefile.in index e7e63d79901..3e36689bf61 100644 --- a/mozilla/xpfe/components/bookmarks/src/Makefile.in +++ b/mozilla/xpfe/components/bookmarks/src/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps LIBRARY_NAME = bookmarks_s -REQUIRES = xpcom string rdf appshell widget necko uconv docshell pref timer dom js layout uriloader locale intl webshell +REQUIRES = xpcom string rdf appshell widget necko uconv docshell pref timer dom js layout uriloader locale intl webshell gfx2 CPPSRCS = nsBookmarksService.cpp diff --git a/mozilla/xpfe/components/build/Makefile.in b/mozilla/xpfe/components/build/Makefile.in index cc64746e24e..d093b7414ba 100644 --- a/mozilla/xpfe/components/build/Makefile.in +++ b/mozilla/xpfe/components/build/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = appcomps LIBRARY_NAME = appcomps IS_COMPONENT = 1 -REQUIRES = xpcom string layout rdf necko timer intl mork widget locale dom pref docshell webshell +REQUIRES = xpcom string layout rdf necko timer intl mork widget locale dom pref docshell webshell gfx2 CPPSRCS = nsModule.cpp diff --git a/mozilla/xpfe/components/directory/Makefile.in b/mozilla/xpfe/components/directory/Makefile.in index ec2e7d91a27..f718a020138 100644 --- a/mozilla/xpfe/components/directory/Makefile.in +++ b/mozilla/xpfe/components/directory/Makefile.in @@ -30,7 +30,7 @@ MODULE = appcomps LIBRARY_NAME = directory_s XPIDL_MODULE=directory XPIDLSRCS = nsIHTTPIndex.idl -REQUIRES = xpcom string necko rdf layout timer js xpconnect docshell widget dom webshell uconv uriloader +REQUIRES = xpcom string necko rdf layout timer js xpconnect docshell widget dom webshell uconv uriloader gfx2 CPPSRCS = nsDirectoryViewer.cpp diff --git a/mozilla/xpfe/components/find/src/Makefile.in b/mozilla/xpfe/components/find/src/Makefile.in index 3c440db8d85..c819a38c968 100644 --- a/mozilla/xpfe/components/find/src/Makefile.in +++ b/mozilla/xpfe/components/find/src/Makefile.in @@ -30,7 +30,7 @@ MODULE = appcomps XPIDL_MODULE = mozfind LIBRARY_NAME = mozfind IS_COMPONENT = 1 -REQUIRES = xpcom string dom js layout widget appshell editor necko txtsvc docshell locale uriloader txmgr +REQUIRES = xpcom string dom js layout widget appshell editor necko txtsvc docshell locale uriloader txmgr gfx2 CPPSRCS = nsFindComponent.cpp diff --git a/mozilla/xpfe/components/shistory/src/Makefile.in b/mozilla/xpfe/components/shistory/src/Makefile.in index 835ffc9ee01..69caf1b7b29 100644 --- a/mozilla/xpfe/components/shistory/src/Makefile.in +++ b/mozilla/xpfe/components/shistory/src/Makefile.in @@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = shistory LIBRARY_NAME = shistory IS_COMPONENT = 1 -REQUIRES = xpcom string necko dom layout docshell locale widget uriloader pref +REQUIRES = xpcom string necko dom layout docshell locale widget uriloader pref gfx2 CPPSRCS = nsSHEntry.cpp \ nsSHTransaction.cpp \ diff --git a/mozilla/xpinstall/src/Makefile.in b/mozilla/xpinstall/src/Makefile.in index fe84877484e..6b4228546aa 100644 --- a/mozilla/xpinstall/src/Makefile.in +++ b/mozilla/xpinstall/src/Makefile.in @@ -33,7 +33,7 @@ MODULE = xpinstall LIBRARY_NAME = xpinstall SHORT_LIBNAME = xpinstal IS_COMPONENT = 1 -REQUIRES = xpcom string jar chrome necko intl locale libreg js pref appshell widget layout uriloader xpconnect docshell dom +REQUIRES = xpcom string jar chrome necko intl locale libreg js pref appshell widget layout uriloader xpconnect docshell dom gfx2 # XXX shouldn't need to export this EXPORTS = nsXPITriggerInfo.h