From d928e4ddac7ac59699c3eea7837be4a2bb74a704 Mon Sep 17 00:00:00 2001 From: "jaggernaut%netscape.com" Date: Fri, 16 Nov 2001 01:54:59 +0000 Subject: [PATCH] Clean up REQUIRES lines. r/sr=alecf git-svn-id: svn://10.0.0.236/trunk@108216 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/content/src/Makefile.in | 1 - mozilla/content/html/style/src/Makefile.in | 2 - mozilla/content/shared/src/Makefile.in | 1 - mozilla/content/xbl/src/Makefile.in | 49 +++++++++---------- mozilla/embedding/base/Makefile.in | 2 - mozilla/embedding/browser/build/Makefile.in | 1 - .../embedding/browser/webBrowser/Makefile.in | 2 - .../components/windowwatcher/src/Makefile.in | 1 - mozilla/extensions/cookie/Makefile.in | 1 - .../extensions/inspector/base/src/Makefile.in | 3 -- .../inspector/build/src/Makefile.in | 3 -- .../xmlextras/build/src/Makefile.in | 1 - .../extensions/xmlextras/tests/Makefile.in | 1 - mozilla/gfx/src/xprint/Makefile.in | 1 - mozilla/htmlparser/robot/Makefile.in | 1 - mozilla/intl/chardet/src/Makefile.in | 2 - mozilla/intl/locale/src/unix/Makefile.in | 1 - mozilla/layout/base/tests/Makefile.in | 1 - mozilla/layout/html/forms/src/Makefile.in | 2 - mozilla/layout/html/tests/Makefile.in | 1 - mozilla/layout/xul/base/src/grid/Makefile.in | 6 --- mozilla/mailnews/absync/build/Makefile.in | 1 - mozilla/mailnews/addrbook/src/Makefile.in | 1 - mozilla/mailnews/base/build/Makefile.in | 1 - mozilla/mailnews/base/util/Makefile.in | 1 - mozilla/mailnews/compose/src/Makefile.in | 1 - .../extensions/smime/build/Makefile.in | 18 +------ .../mailnews/extensions/smime/src/Makefile.in | 31 +----------- mozilla/mailnews/imap/src/Makefile.in | 1 - mozilla/mailnews/local/src/Makefile.in | 1 - .../modules/libpr0n/decoders/bmp/Makefile.in | 11 ++--- mozilla/parser/htmlparser/robot/Makefile.in | 1 - mozilla/rdf/chrome/build/Makefile.in | 1 - mozilla/widget/src/xpwidgets/Makefile.in | 3 -- mozilla/xpcom/build/Makefile.in | 1 - mozilla/xpfe/appshell/src/Makefile.in | 1 - mozilla/xpfe/bootstrap/Makefile.in | 1 - .../components/autocomplete/src/Makefile.in | 1 - mozilla/xpfe/components/build/Makefile.in | 1 - mozilla/xpfe/components/directory/Makefile.in | 1 - mozilla/xpinstall/src/Makefile.in | 1 - 41 files changed, 32 insertions(+), 130 deletions(-) diff --git a/mozilla/content/html/content/src/Makefile.in b/mozilla/content/html/content/src/Makefile.in index 2a6545a4e60..41882e8a077 100644 --- a/mozilla/content/html/content/src/Makefile.in +++ b/mozilla/content/html/content/src/Makefile.in @@ -51,7 +51,6 @@ REQUIRES = xpcom \ imglib2 \ mimetype \ exthandler \ - unicharutil \ uconv \ $(NULL) diff --git a/mozilla/content/html/style/src/Makefile.in b/mozilla/content/html/style/src/Makefile.in index 36869ea1720..53ace368829 100644 --- a/mozilla/content/html/style/src/Makefile.in +++ b/mozilla/content/html/style/src/Makefile.in @@ -42,11 +42,9 @@ REQUIRES = xpcom \ webshell \ xul \ htmlparser \ - docshell \ uconv \ xuldoc \ xpconnect \ - pref \ view \ $(NULL) diff --git a/mozilla/content/shared/src/Makefile.in b/mozilla/content/shared/src/Makefile.in index 794e931b47f..aaa26fa8bf7 100644 --- a/mozilla/content/shared/src/Makefile.in +++ b/mozilla/content/shared/src/Makefile.in @@ -36,7 +36,6 @@ REQUIRES = xpcom \ locale \ dom \ webshell \ - docshell \ pref \ necko \ htmlparser \ diff --git a/mozilla/content/xbl/src/Makefile.in b/mozilla/content/xbl/src/Makefile.in index aaa337199c7..f042bb1ca0c 100644 --- a/mozilla/content/xbl/src/Makefile.in +++ b/mozilla/content/xbl/src/Makefile.in @@ -29,31 +29,30 @@ include $(DEPTH)/config/autoconf.mk MODULE = content LIBRARY_NAME = gkconxbl_s REQUIRES = xpcom \ - string \ - js \ - dom \ - gfx \ - layout \ - layout_xul \ - xultmpl \ - widget \ - view \ - caps \ - htmlparser \ - necko \ - xpconnect \ - pref \ - docshell \ - webshell \ - chrome \ - lwbrk \ - xul \ - xuldoc \ - gfx2 \ - rdf \ - imglib2 \ - unicharutil \ - $(NULL) + string \ + js \ + dom \ + gfx \ + layout \ + xultmpl \ + widget \ + view \ + caps \ + htmlparser \ + necko \ + xpconnect \ + pref \ + docshell \ + webshell \ + chrome \ + lwbrk \ + xul \ + xuldoc \ + gfx2 \ + rdf \ + imglib2 \ + unicharutil \ + $(NULL) CPPSRCS = \ nsXBLBinding.cpp \ diff --git a/mozilla/embedding/base/Makefile.in b/mozilla/embedding/base/Makefile.in index d23b4d4b506..323e71d9485 100644 --- a/mozilla/embedding/base/Makefile.in +++ b/mozilla/embedding/base/Makefile.in @@ -34,11 +34,9 @@ REQUIRES = xpcom \ widget \ view \ dom \ - necko \ uriloader \ gfx \ intl \ - chrome \ embedcomponents \ $(NULL) diff --git a/mozilla/embedding/browser/build/Makefile.in b/mozilla/embedding/browser/build/Makefile.in index 10770297d6f..af6b5176f4c 100644 --- a/mozilla/embedding/browser/build/Makefile.in +++ b/mozilla/embedding/browser/build/Makefile.in @@ -45,7 +45,6 @@ REQUIRES = xpcom \ shistory \ timer \ windowwatcher \ - mimetype \ webbrowserpersist \ $(NULL) diff --git a/mozilla/embedding/browser/webBrowser/Makefile.in b/mozilla/embedding/browser/webBrowser/Makefile.in index b604f32ab90..18a678ab251 100644 --- a/mozilla/embedding/browser/webBrowser/Makefile.in +++ b/mozilla/embedding/browser/webBrowser/Makefile.in @@ -39,8 +39,6 @@ REQUIRES = xpcom \ uriloader \ shistory \ webshell \ - mimetype \ - exthandler \ timer \ windowwatcher \ wallet \ diff --git a/mozilla/embedding/components/windowwatcher/src/Makefile.in b/mozilla/embedding/components/windowwatcher/src/Makefile.in index 75299a6f25c..5752a420a3c 100644 --- a/mozilla/embedding/components/windowwatcher/src/Makefile.in +++ b/mozilla/embedding/components/windowwatcher/src/Makefile.in @@ -34,7 +34,6 @@ REQUIRES = xpcom \ js \ xpconnect \ caps \ - layout \ content \ necko \ docshell \ diff --git a/mozilla/extensions/cookie/Makefile.in b/mozilla/extensions/cookie/Makefile.in index 610fde40487..a0a660541d9 100644 --- a/mozilla/extensions/cookie/Makefile.in +++ b/mozilla/extensions/cookie/Makefile.in @@ -36,7 +36,6 @@ REQUIRES = xpcom \ necko \ dom \ widget \ - layout \ content \ pref \ intl \ diff --git a/mozilla/extensions/inspector/base/src/Makefile.in b/mozilla/extensions/inspector/base/src/Makefile.in index 04c0b888226..cd6310f0dfb 100644 --- a/mozilla/extensions/inspector/base/src/Makefile.in +++ b/mozilla/extensions/inspector/base/src/Makefile.in @@ -31,11 +31,8 @@ LIBRARY_NAME=inspector_s REQUIRES = xpcom \ string \ dom \ - rdf \ - rdfutil \ gfx \ layout \ - layout_xul \ content \ widget \ locale \ diff --git a/mozilla/extensions/inspector/build/src/Makefile.in b/mozilla/extensions/inspector/build/src/Makefile.in index ba928ae9abd..819f87e22a5 100644 --- a/mozilla/extensions/inspector/build/src/Makefile.in +++ b/mozilla/extensions/inspector/build/src/Makefile.in @@ -34,12 +34,9 @@ REQUIRES = xpcom \ string \ gfx \ layout \ - layout_xul \ content \ dom \ widget \ - rdf \ - rdfutil \ locale \ gfx2 \ timer \ diff --git a/mozilla/extensions/xmlextras/build/src/Makefile.in b/mozilla/extensions/xmlextras/build/src/Makefile.in index 52c2dbda31e..9d7fb07c7e7 100644 --- a/mozilla/extensions/xmlextras/build/src/Makefile.in +++ b/mozilla/extensions/xmlextras/build/src/Makefile.in @@ -36,7 +36,6 @@ REQUIRES = xpcom \ string \ dom \ js \ - layout \ content \ widget \ caps \ diff --git a/mozilla/extensions/xmlextras/tests/Makefile.in b/mozilla/extensions/xmlextras/tests/Makefile.in index 8795f27f654..04167661da2 100644 --- a/mozilla/extensions/xmlextras/tests/Makefile.in +++ b/mozilla/extensions/xmlextras/tests/Makefile.in @@ -31,7 +31,6 @@ REQUIRES = xpcom \ xmlextras \ necko \ dom \ - layout \ content \ widget \ $(NULL) diff --git a/mozilla/gfx/src/xprint/Makefile.in b/mozilla/gfx/src/xprint/Makefile.in index cee4c99b43b..0d2b53c1962 100644 --- a/mozilla/gfx/src/xprint/Makefile.in +++ b/mozilla/gfx/src/xprint/Makefile.in @@ -36,7 +36,6 @@ MODULE_NAME = nsGfxXprintModule EXTRA_DSO_LIBS = gkgfx REQUIRES = xpcom \ string \ - xlibrgb \ widget \ view \ pref \ diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index 42caba4e06e..da3b551b6b1 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -33,7 +33,6 @@ REQUIRES = xpcom \ htmlparser \ necko \ docshell \ - dom \ uriloader \ $(NULL) diff --git a/mozilla/intl/chardet/src/Makefile.in b/mozilla/intl/chardet/src/Makefile.in index 0bde1cd80e5..493522e1e03 100644 --- a/mozilla/intl/chardet/src/Makefile.in +++ b/mozilla/intl/chardet/src/Makefile.in @@ -38,10 +38,8 @@ REQUIRES = xpcom \ webshell \ docshell \ htmlparser \ - dom \ necko \ widget \ - layout \ content \ embedcomponents \ $(NULL) diff --git a/mozilla/intl/locale/src/unix/Makefile.in b/mozilla/intl/locale/src/unix/Makefile.in index 69fdf932890..d4cf42284bb 100644 --- a/mozilla/intl/locale/src/unix/Makefile.in +++ b/mozilla/intl/locale/src/unix/Makefile.in @@ -36,7 +36,6 @@ REQUIRES = xpcom \ unicharutil \ pref \ uconv \ - unicharutil \ $(NULL) SHARED_LIBRARY_LIBS = ../libnslocale_s.a diff --git a/mozilla/layout/base/tests/Makefile.in b/mozilla/layout/base/tests/Makefile.in index d0826555e18..9ef26d0766d 100644 --- a/mozilla/layout/base/tests/Makefile.in +++ b/mozilla/layout/base/tests/Makefile.in @@ -25,7 +25,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ REQUIRES = xpcom \ - layout \ gfx \ $(NULL) diff --git a/mozilla/layout/html/forms/src/Makefile.in b/mozilla/layout/html/forms/src/Makefile.in index a733e684065..5e1e1f605ea 100644 --- a/mozilla/layout/html/forms/src/Makefile.in +++ b/mozilla/layout/html/forms/src/Makefile.in @@ -44,8 +44,6 @@ REQUIRES = xpcom \ editor \ intl \ uconv \ - exthandler \ - mimetype \ txmgr \ xuldoc \ gfx2 \ diff --git a/mozilla/layout/html/tests/Makefile.in b/mozilla/layout/html/tests/Makefile.in index 3df4d9aec4f..9760cb55500 100644 --- a/mozilla/layout/html/tests/Makefile.in +++ b/mozilla/layout/html/tests/Makefile.in @@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk REQUIRES = xpcom \ string \ - layout \ content \ $(NULL) diff --git a/mozilla/layout/xul/base/src/grid/Makefile.in b/mozilla/layout/xul/base/src/grid/Makefile.in index 29ca606bec3..77ea4d312d7 100644 --- a/mozilla/layout/xul/base/src/grid/Makefile.in +++ b/mozilla/layout/xul/base/src/grid/Makefile.in @@ -30,18 +30,12 @@ MODULE = layout LIBRARY_NAME = gkxulgrid_s REQUIRES = xpcom \ string \ - dom \ content \ gfx \ widget \ - timer \ locale \ view \ - xultmpl \ - rdf \ necko \ - gfx2 \ - imglib2 \ $(NULL) CPPSRCS = \ diff --git a/mozilla/mailnews/absync/build/Makefile.in b/mozilla/mailnews/absync/build/Makefile.in index 0f0ad345318..d100b513fc4 100644 --- a/mozilla/mailnews/absync/build/Makefile.in +++ b/mozilla/mailnews/absync/build/Makefile.in @@ -41,7 +41,6 @@ REQUIRES = xpcom \ msgbase \ intl \ addrbook \ - dom \ mork \ $(NULL) diff --git a/mozilla/mailnews/addrbook/src/Makefile.in b/mozilla/mailnews/addrbook/src/Makefile.in index 0a861d49b0a..b8d1b4a851c 100644 --- a/mozilla/mailnews/addrbook/src/Makefile.in +++ b/mozilla/mailnews/addrbook/src/Makefile.in @@ -35,7 +35,6 @@ REQUIRES = xpcom \ rdfutil \ appshell \ dom \ - gfx \ layout \ content \ widget \ diff --git a/mozilla/mailnews/base/build/Makefile.in b/mozilla/mailnews/base/build/Makefile.in index 310adc05d4e..45863d94aba 100644 --- a/mozilla/mailnews/base/build/Makefile.in +++ b/mozilla/mailnews/base/build/Makefile.in @@ -42,7 +42,6 @@ REQUIRES = xpcom \ dom \ docshell \ widget \ - gfx \ layout \ webshell \ mime \ diff --git a/mozilla/mailnews/base/util/Makefile.in b/mozilla/mailnews/base/util/Makefile.in index 6af010b45dc..b8d8450518f 100644 --- a/mozilla/mailnews/base/util/Makefile.in +++ b/mozilla/mailnews/base/util/Makefile.in @@ -48,7 +48,6 @@ REQUIRES = xpcom \ docshell \ webshell \ wallet \ - dom \ uriloader \ appshell \ msgimap \ diff --git a/mozilla/mailnews/compose/src/Makefile.in b/mozilla/mailnews/compose/src/Makefile.in index 77685b80438..ad6f3eaeeda 100644 --- a/mozilla/mailnews/compose/src/Makefile.in +++ b/mozilla/mailnews/compose/src/Makefile.in @@ -42,7 +42,6 @@ REQUIRES = xpcom \ intl \ locale \ unicharutil \ - layout \ content \ msgbaseutil \ msgdb \ diff --git a/mozilla/mailnews/extensions/smime/build/Makefile.in b/mozilla/mailnews/extensions/smime/build/Makefile.in index 913905a3bfe..dc1673af110 100644 --- a/mozilla/mailnews/extensions/smime/build/Makefile.in +++ b/mozilla/mailnews/extensions/smime/build/Makefile.in @@ -35,23 +35,9 @@ IS_COMPONENT = 1 MODULE_NAME = nsMsgSMIMEModule REQUIRES = xpcom \ string \ - msgbase \ - msgbaseutil \ - editor \ - necko \ - dom \ - uriloader \ mime \ - addrbook \ - rdf \ - intl \ - mailnews \ - widget \ - msgdb \ - appshell \ - nkcache \ - msgcompose \ - pipnss \ + msgcompose \ + pipnss \ $(NULL) ifeq ($(USE_SHORT_LIBNAME),1) diff --git a/mozilla/mailnews/extensions/smime/src/Makefile.in b/mozilla/mailnews/extensions/smime/src/Makefile.in index ac9ea7df25b..5a31d4099c8 100644 --- a/mozilla/mailnews/extensions/smime/src/Makefile.in +++ b/mozilla/mailnews/extensions/smime/src/Makefile.in @@ -31,40 +31,11 @@ LIBRARY_NAME = msgsmime_s META_COMPONENT = mail REQUIRES = xpcom \ string \ - dom \ - editor \ - uriloader \ msgbase \ - mailnews \ - necko \ mime \ - pref \ - intl \ - locale \ - unicharutil \ - layout \ - content \ - msgbaseutil \ - msgdb \ - rdf \ - appshell \ - msgimap \ - msgnews \ - uconv \ - docshell \ - webshell \ - addrbook \ - widget \ - htmlparser \ - txmgr \ - exthandler \ - mork \ - wallet \ - nkcache \ mimetype \ - windowwatcher \ pipnss \ - msgcompose \ + msgcompose \ $(NULL) CPPSRCS = \ diff --git a/mozilla/mailnews/imap/src/Makefile.in b/mozilla/mailnews/imap/src/Makefile.in index e4092572c2c..901863745b1 100644 --- a/mozilla/mailnews/imap/src/Makefile.in +++ b/mozilla/mailnews/imap/src/Makefile.in @@ -46,7 +46,6 @@ REQUIRES = xpcom \ nkcache \ timer \ txmgr \ - dom \ docshell \ msglocal \ msgnews \ diff --git a/mozilla/mailnews/local/src/Makefile.in b/mozilla/mailnews/local/src/Makefile.in index 1d1143c701e..cb9185f0a18 100644 --- a/mozilla/mailnews/local/src/Makefile.in +++ b/mozilla/mailnews/local/src/Makefile.in @@ -41,7 +41,6 @@ REQUIRES = xpcom \ intl \ unicharutil \ mime \ - dom \ rdfutil \ txmgr \ docshell \ diff --git a/mozilla/modules/libpr0n/decoders/bmp/Makefile.in b/mozilla/modules/libpr0n/decoders/bmp/Makefile.in index f748fe623e7..4dfe9c57412 100644 --- a/mozilla/modules/libpr0n/decoders/bmp/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/bmp/Makefile.in @@ -34,12 +34,11 @@ IS_COMPONENT = 1 MODULE_NAME = nsBMPModule REQUIRES = xpcom \ - necko \ - gfx \ - gfx2 \ - imglib2 \ - string \ - $(NULL) + gfx \ + gfx2 \ + imglib2 \ + string \ + $(NULL) CPPSRCS = nsBMPDecoder.cpp nsICODecoder.cpp nsBMPModule.cpp diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index 42caba4e06e..da3b551b6b1 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -33,7 +33,6 @@ REQUIRES = xpcom \ htmlparser \ necko \ docshell \ - dom \ uriloader \ $(NULL) diff --git a/mozilla/rdf/chrome/build/Makefile.in b/mozilla/rdf/chrome/build/Makefile.in index 89741aa789f..e250f38b210 100644 --- a/mozilla/rdf/chrome/build/Makefile.in +++ b/mozilla/rdf/chrome/build/Makefile.in @@ -36,7 +36,6 @@ REQUIRES = xpcom \ string \ rdf \ necko \ - layout \ content \ $(NULL) diff --git a/mozilla/widget/src/xpwidgets/Makefile.in b/mozilla/widget/src/xpwidgets/Makefile.in index f017b1a873a..090625e33b0 100644 --- a/mozilla/widget/src/xpwidgets/Makefile.in +++ b/mozilla/widget/src/xpwidgets/Makefile.in @@ -35,9 +35,6 @@ REQUIRES = xpcom \ content \ dom \ pref \ - docshell \ - view \ - intl \ locale \ necko \ htmlparser \ diff --git a/mozilla/xpcom/build/Makefile.in b/mozilla/xpcom/build/Makefile.in index 10e89634f1b..08003430fe0 100644 --- a/mozilla/xpcom/build/Makefile.in +++ b/mozilla/xpcom/build/Makefile.in @@ -31,7 +31,6 @@ LIBRARY_NAME = xpcom EXPORT_LIBRARY = 1 REQUIRES = libreg \ string \ - unicharutil \ $(NULL) EXPORTS = \ diff --git a/mozilla/xpfe/appshell/src/Makefile.in b/mozilla/xpfe/appshell/src/Makefile.in index eda01205dfb..7a75400b7fd 100644 --- a/mozilla/xpfe/appshell/src/Makefile.in +++ b/mozilla/xpfe/appshell/src/Makefile.in @@ -54,7 +54,6 @@ REQUIRES = xpcom \ xul \ windowwatcher \ browser \ - mozcomps \ caps \ profile \ $(NULL) diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index 5843bd505c5..4df83abda57 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -48,7 +48,6 @@ REQUIRES = xpcom \ embedcomponents \ mpfilelocprovider \ browser \ - mozcomps \ docshell \ xremoteservice \ $(NULL) diff --git a/mozilla/xpfe/components/autocomplete/src/Makefile.in b/mozilla/xpfe/components/autocomplete/src/Makefile.in index b46058e46ca..98113a7f37a 100644 --- a/mozilla/xpfe/components/autocomplete/src/Makefile.in +++ b/mozilla/xpfe/components/autocomplete/src/Makefile.in @@ -30,7 +30,6 @@ MODULE = appcomps LIBRARY_NAME = autocomplete_s REQUIRES = xpcom \ string \ - layout \ dom \ $(NULL) diff --git a/mozilla/xpfe/components/build/Makefile.in b/mozilla/xpfe/components/build/Makefile.in index d21f55f6a64..c91c8be5dfb 100644 --- a/mozilla/xpfe/components/build/Makefile.in +++ b/mozilla/xpfe/components/build/Makefile.in @@ -33,7 +33,6 @@ IS_COMPONENT = 1 MODULE_NAME = application REQUIRES = xpcom \ string \ - layout \ content \ rdf \ necko \ diff --git a/mozilla/xpfe/components/directory/Makefile.in b/mozilla/xpfe/components/directory/Makefile.in index f287ad5b1ed..5618c99661a 100644 --- a/mozilla/xpfe/components/directory/Makefile.in +++ b/mozilla/xpfe/components/directory/Makefile.in @@ -35,7 +35,6 @@ REQUIRES = xpcom \ necko \ necko2 \ rdf \ - layout \ content \ timer \ js \ diff --git a/mozilla/xpinstall/src/Makefile.in b/mozilla/xpinstall/src/Makefile.in index 44749427f36..8356e53344d 100644 --- a/mozilla/xpinstall/src/Makefile.in +++ b/mozilla/xpinstall/src/Makefile.in @@ -52,7 +52,6 @@ REQUIRES = xpcom \ js \ pref \ widget \ - layout \ content \ uriloader \ xpconnect \