From 6ebda75c34f410dce41e16299ee373c36345e811 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Thu, 6 Jun 2002 20:28:14 +0000 Subject: [PATCH] fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) git-svn-id: svn://10.0.0.236/trunk@122820 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/accessible/src/base/Makefile.in | 44 ++++++-------- mozilla/accessible/src/html/Makefile.in | 41 ++++++------- mozilla/accessible/src/xul/Makefile.in | 39 +++++-------- mozilla/content/base/src/Makefile.in | 3 +- mozilla/content/build/Makefile.in | 1 - mozilla/content/events/src/Makefile.in | 1 - mozilla/content/html/document/src/Makefile.in | 2 - mozilla/content/xbl/src/Makefile.in | 2 - mozilla/content/xul/document/src/Makefile.in | 2 - mozilla/db/mork/build/Makefile.in | 1 - mozilla/editor/composer/src/Makefile.in | 58 +++++++++---------- mozilla/editor/libeditor/base/Makefile.in | 37 ++++++------ mozilla/editor/libeditor/html/Makefile.in | 29 +++++----- mozilla/editor/libeditor/text/Makefile.in | 33 +++++------ mozilla/editor/txtsvc/src/Makefile.in | 1 - mozilla/embedding/base/Makefile.in | 4 -- .../browser/activex/src/control/Makefile.in | 46 +++++++-------- .../embedding/components/build/Makefile.in | 1 - .../components/commandhandler/src/Makefile.in | 2 - .../components/printingui/src/win/Makefile.in | 5 -- mozilla/embedding/tests/winEmbed/Makefile.in | 1 - mozilla/extensions/cookie/tests/Makefile.in | 1 - .../extensions/transformiix/build/Makefile.in | 5 -- mozilla/extensions/wallet/src/Makefile.in | 1 - mozilla/extensions/wallet/src/singsign.cpp | 3 - .../webservices/schema/src/Makefile.in | 21 ++++--- .../webservices/soap/src/Makefile.in | 9 ++- .../xmlextras/schema/src/Makefile.in | 21 ++++--- .../extensions/xmlextras/soap/src/Makefile.in | 9 ++- mozilla/gfx/src/Makefile.in | 26 ++++----- mozilla/gfx2/src/Makefile.in | 1 - mozilla/htmlparser/robot/test/Makefile.in | 1 - mozilla/htmlparser/tests/outsinks/Makefile.in | 1 - mozilla/intl/chardet/tests/Makefile.in | 8 +-- mozilla/js/src/liveconnect/Makefile.in | 1 - .../xpconnect/tests/components/Makefile.in | 1 - mozilla/layout/base/src/Makefile.in | 4 +- mozilla/layout/html/base/src/Makefile.in | 1 - mozilla/layout/html/document/src/Makefile.in | 2 - mozilla/layout/html/forms/src/Makefile.in | 2 - mozilla/layout/html/style/src/Makefile.in | 1 - mozilla/layout/html/table/src/Makefile.in | 1 - mozilla/layout/mathml/base/src/Makefile.in | 1 - mozilla/layout/mathml/content/src/Makefile.in | 1 - mozilla/layout/xul/base/src/Makefile.in | 1 - mozilla/layout/xul/base/src/grid/Makefile.in | 1 - .../layout/xul/base/src/tree/src/Makefile.in | 1 - mozilla/mailnews/absync/src/Makefile.in | 1 - mozilla/mailnews/addrbook/build/Makefile.in | 1 - mozilla/mailnews/addrbook/src/Makefile.in | 2 - mozilla/mailnews/base/build/Makefile.in | 1 - mozilla/mailnews/base/util/Makefile.in | 1 - mozilla/mailnews/compose/src/Makefile.in | 3 - .../mailnews/extensions/mdn/build/Makefile.in | 2 - .../mailnews/extensions/mdn/src/Makefile.in | 3 - .../mailnews/import/comm4x/src/Makefile.in | 2 - .../mailnews/import/eudora/src/Makefile.in | 1 - mozilla/mailnews/import/oexpress/Makefile.in | 1 - .../mailnews/import/outlook/src/Makefile.in | 1 - mozilla/mailnews/import/src/Makefile.in | 1 - mozilla/mailnews/local/src/Makefile.in | 1 - .../mime/cthandlers/smimestub/Makefile.in | 1 - .../mailnews/mime/emitters/src/Makefile.in | 1 - mozilla/mailnews/news/src/Makefile.in | 1 - .../modules/libpr0n/decoders/mng/Makefile.in | 3 +- mozilla/modules/libpr0n/src/Makefile.in | 1 - mozilla/modules/plugin/base/src/Makefile.in | 2 - .../samples/default/windows/Makefile.in | 7 +-- mozilla/netwerk/test/Makefile.in | 1 - .../parser/htmlparser/robot/test/Makefile.in | 1 - .../htmlparser/tests/outsinks/Makefile.in | 1 - mozilla/profile/src/Makefile.in | 2 - mozilla/rdf/base/src/Makefile.in | 1 - mozilla/rdf/chrome/build/Makefile.in | 1 - mozilla/rdf/chrome/src/Makefile.in | 1 - .../rdf/chrome/tools/chromereg/Makefile.in | 1 - mozilla/rdf/tests/rdfcat/Makefile.in | 6 -- mozilla/rdf/tests/rdfpoll/Makefile.in | 3 - mozilla/security/manager/boot/src/Makefile.in | 3 - mozilla/tools/trace-malloc/Makefile.in | 3 +- mozilla/webshell/tests/viewer/Makefile.in | 1 - 81 files changed, 211 insertions(+), 329 deletions(-) diff --git a/mozilla/accessible/src/base/Makefile.in b/mozilla/accessible/src/base/Makefile.in index e4d16b8894b..88264aba174 100644 --- a/mozilla/accessible/src/base/Makefile.in +++ b/mozilla/accessible/src/base/Makefile.in @@ -28,31 +28,25 @@ include $(DEPTH)/config/autoconf.mk MODULE = accessibility LIBRARY_NAME = accessibility_base_s -REQUIRES = \ - content \ - content_xul \ - docshell \ - dom \ - gfx \ - gfx2 \ - htmlparser \ - imglib2 \ - intl \ - layout \ - layout_xul \ - locale \ - necko \ - plugin \ - pref \ - string \ - uriloader \ - view \ - webshell \ - widget \ - xpcom \ - xuldoc \ - webbrwsr \ - $(NULL) +REQUIRES = content \ + docshell \ + dom \ + gfx \ + htmlparser \ + intl \ + layout \ + locale \ + necko \ + plugin \ + pref \ + string \ + uriloader \ + view \ + webshell \ + widget \ + xpcom \ + xuldoc \ + $(NULL) CPPSRCS = \ nsAccessibilityService.cpp \ diff --git a/mozilla/accessible/src/html/Makefile.in b/mozilla/accessible/src/html/Makefile.in index fa881e72716..ebf90465989 100644 --- a/mozilla/accessible/src/html/Makefile.in +++ b/mozilla/accessible/src/html/Makefile.in @@ -28,28 +28,25 @@ include $(DEPTH)/config/autoconf.mk MODULE = accessibility LIBRARY_NAME = accessibility_html_s -REQUIRES = \ - content \ - content_xul \ - docshell \ - dom \ - gfx \ - gfx2 \ - htmlparser \ - imglib2 \ - intl \ - layout \ - locale \ - necko \ - plugin \ - string \ - uriloader \ - view \ - webshell \ - widget \ - xpcom \ - webbrwsr \ - $(NULL) +REQUIRES = content \ + docshell \ + dom \ + gfx \ + gfx2 \ + htmlparser \ + imglib2 \ + intl \ + layout \ + locale \ + necko \ + plugin \ + string \ + uriloader \ + view \ + webshell \ + widget \ + xpcom \ + $(NULL) CPPSRCS = \ nsHTMLAreaAccessible.cpp \ diff --git a/mozilla/accessible/src/xul/Makefile.in b/mozilla/accessible/src/xul/Makefile.in index b972dcc27d0..ab857402ea4 100644 --- a/mozilla/accessible/src/xul/Makefile.in +++ b/mozilla/accessible/src/xul/Makefile.in @@ -28,30 +28,21 @@ include $(DEPTH)/config/autoconf.mk MODULE = accessibility LIBRARY_NAME = accessibility_xul_s -REQUIRES = \ - content \ - content_xul \ - docshell \ - dom \ - gfx \ - gfx2 \ - htmlparser \ - imglib2 \ - intl \ - layout \ - layout_xul \ - locale \ - necko \ - plugin \ - pref \ - string \ - uriloader \ - view \ - webshell \ - widget \ - xpcom \ - webbrwsr \ - $(NULL) +REQUIRES = content \ + docshell \ + dom \ + gfx \ + htmlparser \ + intl \ + layout \ + locale \ + necko \ + pref \ + string \ + view \ + widget \ + xpcom \ + $(NULL) CPPSRCS = \ nsXULColorPickerAccessible.cpp \ diff --git a/mozilla/content/base/src/Makefile.in b/mozilla/content/base/src/Makefile.in index 90d032a6554..c38ba65576a 100644 --- a/mozilla/content/base/src/Makefile.in +++ b/mozilla/content/base/src/Makefile.in @@ -56,8 +56,7 @@ REQUIRES = xpcom \ imglib2 \ gfx2 \ uriloader \ - webbrwsr \ - webBrowser_core \ + webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/content/build/Makefile.in b/mozilla/content/build/Makefile.in index 62234940ea8..45255bba4c0 100644 --- a/mozilla/content/build/Makefile.in +++ b/mozilla/content/build/Makefile.in @@ -60,7 +60,6 @@ REQUIRES = xpcom \ xul \ xuldoc \ xultmpl \ - timer \ webbrwsr \ caps \ xpconnect \ diff --git a/mozilla/content/events/src/Makefile.in b/mozilla/content/events/src/Makefile.in index 904d141a3cb..042a91e5694 100644 --- a/mozilla/content/events/src/Makefile.in +++ b/mozilla/content/events/src/Makefile.in @@ -44,7 +44,6 @@ REQUIRES = xpcom \ htmlparser \ view \ necko \ - webbrwsr \ unicharutil \ $(NULL) diff --git a/mozilla/content/html/document/src/Makefile.in b/mozilla/content/html/document/src/Makefile.in index 5990e581138..04583f09476 100644 --- a/mozilla/content/html/document/src/Makefile.in +++ b/mozilla/content/html/document/src/Makefile.in @@ -42,7 +42,6 @@ REQUIRES = xpcom \ intl \ webshell \ docshell \ - cookie \ caps \ util \ uconv \ @@ -57,7 +56,6 @@ REQUIRES = xpcom \ imglib2 \ xpconnect \ unicharutil \ - webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/content/xbl/src/Makefile.in b/mozilla/content/xbl/src/Makefile.in index 8e639c9ed67..3d7b2762f5b 100644 --- a/mozilla/content/xbl/src/Makefile.in +++ b/mozilla/content/xbl/src/Makefile.in @@ -48,11 +48,9 @@ REQUIRES = xpcom \ lwbrk \ xul \ xuldoc \ - gfx2 \ rdf \ imglib2 \ unicharutil \ - webbrwsr \ locale \ $(NULL) diff --git a/mozilla/content/xul/document/src/Makefile.in b/mozilla/content/xul/document/src/Makefile.in index e9e3bfe582f..568cfc8f817 100644 --- a/mozilla/content/xul/document/src/Makefile.in +++ b/mozilla/content/xul/document/src/Makefile.in @@ -53,9 +53,7 @@ REQUIRES = xpcom \ xul \ xultmpl \ webshell \ - webbrwsr \ unicharutil \ - commandhandler \ $(NULL) CPPSRCS = \ diff --git a/mozilla/db/mork/build/Makefile.in b/mozilla/db/mork/build/Makefile.in index ea84cbef3c5..0ec065c1b55 100644 --- a/mozilla/db/mork/build/Makefile.in +++ b/mozilla/db/mork/build/Makefile.in @@ -32,7 +32,6 @@ EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsMorkModule REQUIRES = xpcom \ - string \ $(NULL) CPPSRCS = nsMorkFactory.cpp diff --git a/mozilla/editor/composer/src/Makefile.in b/mozilla/editor/composer/src/Makefile.in index 80c87326f50..7166bc0cc20 100644 --- a/mozilla/editor/composer/src/Makefile.in +++ b/mozilla/editor/composer/src/Makefile.in @@ -31,36 +31,34 @@ LIBRARY_NAME = composer EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsComposerModule -REQUIRES = xpcom \ - string \ - dom \ - layout \ - content \ - uriloader \ - txmgr \ - htmlparser \ - necko \ - pref \ - webshell \ - intl \ - docshell \ - gfx \ - widget \ - xuldoc \ - txtsvc \ - appshell \ - appcomps \ - windowwatcher \ - chrome \ - exthandler \ - mimetype \ - imglib2 \ - gfx2 \ - webbrwsr \ - unicharutil \ - commandhandler \ - composer \ - $(NULL) +REQUIRES = xpcom \ + string \ + dom \ + layout \ + content \ + uriloader \ + txmgr \ + htmlparser \ + necko \ + pref \ + webshell \ + intl \ + docshell \ + gfx \ + widget \ + xuldoc \ + txtsvc \ + appcomps \ + windowwatcher \ + chrome \ + mimetype \ + imglib2 \ + gfx2 \ + webbrwsr \ + unicharutil \ + commandhandler \ + composer \ + $(NULL) CPPSRCS = \ nsEditorShell.cpp \ diff --git a/mozilla/editor/libeditor/base/Makefile.in b/mozilla/editor/libeditor/base/Makefile.in index 5bd0b0275bc..fea60f539c3 100644 --- a/mozilla/editor/libeditor/base/Makefile.in +++ b/mozilla/editor/libeditor/base/Makefile.in @@ -29,25 +29,24 @@ include $(DEPTH)/config/autoconf.mk MODULE = editor LIBRARY_NAME = editorbase_s -REQUIRES = xpcom \ - string \ - dom \ - locale \ - layout \ - content \ - txmgr \ - htmlparser \ - necko \ - pref \ - view \ - appshell \ - gfx \ - widget \ - xuldoc \ - unicharutil \ - webbrwsr \ - commandhandler \ - $(NULL) +REQUIRES = xpcom \ + string \ + dom \ + locale \ + layout \ + content \ + txmgr \ + htmlparser \ + necko \ + pref \ + view \ + appshell \ + gfx \ + widget \ + xuldoc \ + unicharutil \ + commandhandler \ + $(NULL) # Internal header files, needed by other editor sublibs: INTERNAL_HDR_DIR = ../internal diff --git a/mozilla/editor/libeditor/html/Makefile.in b/mozilla/editor/libeditor/html/Makefile.in index f1cd019a481..8e174e7c11d 100644 --- a/mozilla/editor/libeditor/html/Makefile.in +++ b/mozilla/editor/libeditor/html/Makefile.in @@ -29,21 +29,20 @@ include $(DEPTH)/config/autoconf.mk MODULE = editor LIBRARY_NAME = htmleditor_s -REQUIRES = xpcom \ - string \ - dom \ - layout \ - locale \ - unicharutil \ - content \ - txmgr \ - htmlparser \ - necko \ - pref \ - gfx \ - widget \ - webbrwsr \ - $(NULL) +REQUIRES = xpcom \ + string \ + dom \ + layout \ + locale \ + unicharutil \ + content \ + txmgr \ + htmlparser \ + necko \ + pref \ + gfx \ + widget \ + $(NULL) # Building the full blown HTML Editor so add its source files and objects: diff --git a/mozilla/editor/libeditor/text/Makefile.in b/mozilla/editor/libeditor/text/Makefile.in index 3b9bf9e1318..55cfd510ded 100644 --- a/mozilla/editor/libeditor/text/Makefile.in +++ b/mozilla/editor/libeditor/text/Makefile.in @@ -30,23 +30,22 @@ MODULE = editor LIBRARY_NAME = texteditor_s IS_COMPONENT = 1 -REQUIRES = xpcom \ - string \ - dom \ - locale \ - layout \ - content \ - txmgr \ - htmlparser \ - necko \ - pref \ - view \ - lwbrk \ - gfx \ - widget \ - webbrwsr \ - unicharutil \ - $(NULL) +REQUIRES = xpcom \ + string \ + dom \ + locale \ + layout \ + content \ + txmgr \ + htmlparser \ + necko \ + pref \ + view \ + lwbrk \ + gfx \ + widget \ + unicharutil \ + $(NULL) CPPSRCS = \ nsPlaintextDataTransfer.cpp \ diff --git a/mozilla/editor/txtsvc/src/Makefile.in b/mozilla/editor/txtsvc/src/Makefile.in index 278c566c901..ad0edd44b85 100644 --- a/mozilla/editor/txtsvc/src/Makefile.in +++ b/mozilla/editor/txtsvc/src/Makefile.in @@ -39,7 +39,6 @@ REQUIRES = xpcom \ content \ dom \ widget \ - webbrwsr \ unicharutil \ $(NULL) diff --git a/mozilla/embedding/base/Makefile.in b/mozilla/embedding/base/Makefile.in index 0295b491010..c4eafacab4c 100644 --- a/mozilla/embedding/base/Makefile.in +++ b/mozilla/embedding/base/Makefile.in @@ -31,14 +31,10 @@ include $(DEPTH)/config/autoconf.mk REQUIRES = xpcom \ string \ - widget \ view \ - dom \ uriloader \ - gfx \ intl \ embedcomponents \ - timer \ $(NULL) EXPORTS = \ diff --git a/mozilla/embedding/browser/activex/src/control/Makefile.in b/mozilla/embedding/browser/activex/src/control/Makefile.in index 4b2d356fc1a..adeaccbc53d 100644 --- a/mozilla/embedding/browser/activex/src/control/Makefile.in +++ b/mozilla/embedding/browser/activex/src/control/Makefile.in @@ -31,30 +31,28 @@ EXPORT_LIBRARY = 1 FORCE_SHARED_LIB= 1 -REQUIRES = \ - xpcom \ - string \ - js \ - widget \ - gfx \ - view \ - cookie \ - necko \ - pref \ - webbrwsr \ - docshell \ - dom \ - uriloader \ - layout \ - content \ - editor \ - webshell \ - profile \ - embed_base \ - necko \ - windowwatcher \ - webbrowserpersist \ - $(NULL) +REQUIRES = xpcom \ + string \ + js \ + widget \ + gfx \ + view \ + necko \ + pref \ + webbrwsr \ + docshell \ + dom \ + uriloader \ + layout \ + content \ + editor \ + webshell \ + profile \ + embed_base \ + necko \ + windowwatcher \ + webbrowserpersist \ + $(NULL) CPPSRCS = \ StdAfx.cpp \ diff --git a/mozilla/embedding/components/build/Makefile.in b/mozilla/embedding/components/build/Makefile.in index 44fbf00de76..5a2a32d40db 100644 --- a/mozilla/embedding/components/build/Makefile.in +++ b/mozilla/embedding/components/build/Makefile.in @@ -39,7 +39,6 @@ REQUIRES = js \ xpcom \ string \ windowwatcher \ - printingui \ webbrwsr \ gfx \ webbrowserpersist \ diff --git a/mozilla/embedding/components/commandhandler/src/Makefile.in b/mozilla/embedding/components/commandhandler/src/Makefile.in index 3875446ef61..4e8dcd4d263 100644 --- a/mozilla/embedding/components/commandhandler/src/Makefile.in +++ b/mozilla/embedding/components/commandhandler/src/Makefile.in @@ -29,11 +29,9 @@ REQUIRES = string \ xpcom \ dom \ widget \ - docshell \ layout \ content \ xuldoc \ - commandhandler \ $(NULL) LIBRARY_NAME = commandhandler_s diff --git a/mozilla/embedding/components/printingui/src/win/Makefile.in b/mozilla/embedding/components/printingui/src/win/Makefile.in index 8de17556b4f..e5fbc64679d 100644 --- a/mozilla/embedding/components/printingui/src/win/Makefile.in +++ b/mozilla/embedding/components/printingui/src/win/Makefile.in @@ -32,17 +32,12 @@ REQUIRES = xpcom \ windowwatcher \ widget \ gfx \ - js \ xpconnect \ - caps \ content \ - necko \ uriloader \ docshell \ webbrwsr \ - embed_base \ intl \ - windowwatcher \ pref \ $(NULL) diff --git a/mozilla/embedding/tests/winEmbed/Makefile.in b/mozilla/embedding/tests/winEmbed/Makefile.in index 1ba5dce8527..14efb5ac8fd 100644 --- a/mozilla/embedding/tests/winEmbed/Makefile.in +++ b/mozilla/embedding/tests/winEmbed/Makefile.in @@ -39,7 +39,6 @@ REQUIRES = xpcom \ docshell \ dom \ widget \ - layout \ uriloader \ shistory \ webbrowserpersist \ diff --git a/mozilla/extensions/cookie/tests/Makefile.in b/mozilla/extensions/cookie/tests/Makefile.in index 4d98e3c2aaa..9b57ff79cd5 100644 --- a/mozilla/extensions/cookie/tests/Makefile.in +++ b/mozilla/extensions/cookie/tests/Makefile.in @@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk REQUIRES = xpcom \ string \ - cookie \ necko \ intl \ $(NULL) diff --git a/mozilla/extensions/transformiix/build/Makefile.in b/mozilla/extensions/transformiix/build/Makefile.in index 405b772ce96..b53c9db3efc 100644 --- a/mozilla/extensions/transformiix/build/Makefile.in +++ b/mozilla/extensions/transformiix/build/Makefile.in @@ -35,19 +35,14 @@ endif REQUIRES = xpcom \ string \ dom \ - layout \ content \ content_xsl \ widget \ necko \ js \ - appshell \ xpconnect \ - caps \ locale \ - unicharutil \ htmlparser \ - webshell \ docshell \ $(NULL) IS_COMPONENT = 1 diff --git a/mozilla/extensions/wallet/src/Makefile.in b/mozilla/extensions/wallet/src/Makefile.in index 43361af80bd..6efd72ba3d1 100644 --- a/mozilla/extensions/wallet/src/Makefile.in +++ b/mozilla/extensions/wallet/src/Makefile.in @@ -43,7 +43,6 @@ REQUIRES = xpcom \ pref \ webshell \ docshell \ - appshell \ intl \ unicharutil \ windowwatcher \ diff --git a/mozilla/extensions/wallet/src/singsign.cpp b/mozilla/extensions/wallet/src/singsign.cpp index 8caa182a91a..736d723d092 100644 --- a/mozilla/extensions/wallet/src/singsign.cpp +++ b/mozilla/extensions/wallet/src/singsign.cpp @@ -378,9 +378,6 @@ si_3ButtonConfirm(PRUnichar * szMessage, nsIDOMWindowInternal* window) { return Wallet_3ButtonConfirm(szMessage, window); } -// This will go away once select is passed a prompter interface -#include "nsAppShellCIDs.h" // TODO remove later - PRIVATE PRBool si_SelectDialog(const PRUnichar* szMessage, nsIPrompt* dialog, PRUnichar** pList, PRInt32* pCount) { if (si_UserHasBeenSelected) { diff --git a/mozilla/extensions/webservices/schema/src/Makefile.in b/mozilla/extensions/webservices/schema/src/Makefile.in index bb27961c89d..a01532bd836 100644 --- a/mozilla/extensions/webservices/schema/src/Makefile.in +++ b/mozilla/extensions/webservices/schema/src/Makefile.in @@ -29,17 +29,16 @@ include $(DEPTH)/config/autoconf.mk MODULE = xmlextras LIBRARY_NAME = xmlextrasschema_s -REQUIRES = xpcom \ - string \ - dom \ - xpconnect \ - caps \ - layout \ - widget \ - content \ - js \ - necko \ - $(NULL) +REQUIRES = xpcom \ + string \ + dom \ + xpconnect \ + caps \ + widget \ + content \ + js \ + necko \ + $(NULL) CPPSRCS = \ nsSchema.cpp \ diff --git a/mozilla/extensions/webservices/soap/src/Makefile.in b/mozilla/extensions/webservices/soap/src/Makefile.in index 5ea447c180b..cb4cc4edd93 100644 --- a/mozilla/extensions/webservices/soap/src/Makefile.in +++ b/mozilla/extensions/webservices/soap/src/Makefile.in @@ -44,7 +44,14 @@ include $(DEPTH)/config/autoconf.mk MODULE = xmlextras LIBRARY_NAME = xmlextrassoap_s -REQUIRES = xpcom string caps dom js widget xpconnect necko schema +REQUIRES = xpcom \ + string \ + caps \ + dom \ + js \ + xpconnect \ + necko \ + $(NULL) CPPSRCS = \ nsDefaultSOAPEncoder.cpp\ diff --git a/mozilla/extensions/xmlextras/schema/src/Makefile.in b/mozilla/extensions/xmlextras/schema/src/Makefile.in index bb27961c89d..a01532bd836 100644 --- a/mozilla/extensions/xmlextras/schema/src/Makefile.in +++ b/mozilla/extensions/xmlextras/schema/src/Makefile.in @@ -29,17 +29,16 @@ include $(DEPTH)/config/autoconf.mk MODULE = xmlextras LIBRARY_NAME = xmlextrasschema_s -REQUIRES = xpcom \ - string \ - dom \ - xpconnect \ - caps \ - layout \ - widget \ - content \ - js \ - necko \ - $(NULL) +REQUIRES = xpcom \ + string \ + dom \ + xpconnect \ + caps \ + widget \ + content \ + js \ + necko \ + $(NULL) CPPSRCS = \ nsSchema.cpp \ diff --git a/mozilla/extensions/xmlextras/soap/src/Makefile.in b/mozilla/extensions/xmlextras/soap/src/Makefile.in index 5ea447c180b..cb4cc4edd93 100644 --- a/mozilla/extensions/xmlextras/soap/src/Makefile.in +++ b/mozilla/extensions/xmlextras/soap/src/Makefile.in @@ -44,7 +44,14 @@ include $(DEPTH)/config/autoconf.mk MODULE = xmlextras LIBRARY_NAME = xmlextrassoap_s -REQUIRES = xpcom string caps dom js widget xpconnect necko schema +REQUIRES = xpcom \ + string \ + caps \ + dom \ + js \ + xpconnect \ + necko \ + $(NULL) CPPSRCS = \ nsDefaultSOAPEncoder.cpp\ diff --git a/mozilla/gfx/src/Makefile.in b/mozilla/gfx/src/Makefile.in index 85f38bc7f05..729da0acca7 100644 --- a/mozilla/gfx/src/Makefile.in +++ b/mozilla/gfx/src/Makefile.in @@ -30,19 +30,18 @@ MODULE = gfx EXPORTS = nsFontList.h LIBRARY_NAME = gkgfx EXPORT_LIBRARY = 1 -REQUIRES = xpcom \ - windowwatcher \ - dom \ - string \ - widget \ - locale \ - view \ - pref \ - gfx2 \ - imglib2 \ - uconv \ - unicharutil \ - $(NULL) +REQUIRES = xpcom \ + windowwatcher \ + dom \ + string \ + widget \ + locale \ + view \ + pref \ + gfx2 \ + imglib2 \ + unicharutil \ + $(NULL) DIRS = @@ -107,6 +106,7 @@ CPPSRCS += nsTransform2D.cpp endif ifeq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT))) +REQUIRES += uconv CPPSRCS += nsCompressedCharMap.cpp endif diff --git a/mozilla/gfx2/src/Makefile.in b/mozilla/gfx2/src/Makefile.in index ebfc3365e43..2cab4c5934c 100644 --- a/mozilla/gfx2/src/Makefile.in +++ b/mozilla/gfx2/src/Makefile.in @@ -38,7 +38,6 @@ EXTRA_DSO_LIBS = gkgfx endif REQUIRES = xpcom \ - string \ gfx \ $(NULL) diff --git a/mozilla/htmlparser/robot/test/Makefile.in b/mozilla/htmlparser/robot/test/Makefile.in index 18378a5ce22..b5c83682c4c 100644 --- a/mozilla/htmlparser/robot/test/Makefile.in +++ b/mozilla/htmlparser/robot/test/Makefile.in @@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk PROGRAM = htmlrobot$(BIN_SUFFIX) REQUIRES = xpcom \ string \ - htmlparser \ webshell \ $(NULL) diff --git a/mozilla/htmlparser/tests/outsinks/Makefile.in b/mozilla/htmlparser/tests/outsinks/Makefile.in index 92d54a6dfe7..35a51cc8698 100644 --- a/mozilla/htmlparser/tests/outsinks/Makefile.in +++ b/mozilla/htmlparser/tests/outsinks/Makefile.in @@ -33,7 +33,6 @@ REQUIRES = xpcom \ necko \ layout \ content \ - dom \ $(NULL) CPPSRCS = \ diff --git a/mozilla/intl/chardet/tests/Makefile.in b/mozilla/intl/chardet/tests/Makefile.in index 02cb0f40657..a79f58107e3 100644 --- a/mozilla/intl/chardet/tests/Makefile.in +++ b/mozilla/intl/chardet/tests/Makefile.in @@ -26,11 +26,9 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -REQUIRES = \ - xpcom \ - string \ - chardet \ - $(NULL) +REQUIRES = xpcom \ + chardet \ + $(NULL) PROGRAM = DetectCharset$(BIN_SUFFIX) diff --git a/mozilla/js/src/liveconnect/Makefile.in b/mozilla/js/src/liveconnect/Makefile.in index 9b8f30f19a0..081561ba330 100644 --- a/mozilla/js/src/liveconnect/Makefile.in +++ b/mozilla/js/src/liveconnect/Makefile.in @@ -46,7 +46,6 @@ LIBRARY_NAME = jsj$(MOZ_BITS)$(VERSION_NUMBER) MAPFILE = $(LIBRARY_NAME).map endif REQUIRES = js \ - string \ xpcom \ xpconnect \ $(NULL) diff --git a/mozilla/js/src/xpconnect/tests/components/Makefile.in b/mozilla/js/src/xpconnect/tests/components/Makefile.in index bcfb874cf84..a3b0a1306b5 100644 --- a/mozilla/js/src/xpconnect/tests/components/Makefile.in +++ b/mozilla/js/src/xpconnect/tests/components/Makefile.in @@ -49,7 +49,6 @@ REQUIRES = xpconnect \ string \ js \ xpconnect_tests \ - timer \ $(NULL) CPPSRCS = \ diff --git a/mozilla/layout/base/src/Makefile.in b/mozilla/layout/base/src/Makefile.in index c5de62cce95..a77c8280e8d 100644 --- a/mozilla/layout/base/src/Makefile.in +++ b/mozilla/layout/base/src/Makefile.in @@ -30,7 +30,7 @@ MODULE = layout LIBRARY_NAME = gkbase_s REQUIRES = xpcom \ string \ - dom \ + dom \ content \ gfx \ widget \ @@ -42,11 +42,9 @@ REQUIRES = xpcom \ uconv \ pref \ uriloader \ - unicharutil \ docshell \ imglib2 \ gfx2 \ - webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/layout/html/base/src/Makefile.in b/mozilla/layout/html/base/src/Makefile.in index 057adab7a25..d9b3133fcb5 100644 --- a/mozilla/layout/html/base/src/Makefile.in +++ b/mozilla/layout/html/base/src/Makefile.in @@ -35,7 +35,6 @@ REQUIRES = xpcom \ content \ gfx \ widget \ - layout_xul \ locale \ view \ necko \ diff --git a/mozilla/layout/html/document/src/Makefile.in b/mozilla/layout/html/document/src/Makefile.in index c5d1993e7b2..1b53d4d570a 100644 --- a/mozilla/layout/html/document/src/Makefile.in +++ b/mozilla/layout/html/document/src/Makefile.in @@ -43,11 +43,9 @@ REQUIRES = xpcom \ caps \ pref \ uriloader \ - shistory \ xpconnect \ accessibility \ webbrwsr \ - webBrowser_core \ $(NULL) CPPSRCS = \ diff --git a/mozilla/layout/html/forms/src/Makefile.in b/mozilla/layout/html/forms/src/Makefile.in index 7f3a8414b36..8272ff2ef25 100644 --- a/mozilla/layout/html/forms/src/Makefile.in +++ b/mozilla/layout/html/forms/src/Makefile.in @@ -51,8 +51,6 @@ REQUIRES = xpcom \ accessibility \ xpconnect \ unicharutil \ - pref \ - webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/layout/html/style/src/Makefile.in b/mozilla/layout/html/style/src/Makefile.in index 642c436c2a3..dd075e79fc2 100644 --- a/mozilla/layout/html/style/src/Makefile.in +++ b/mozilla/layout/html/style/src/Makefile.in @@ -44,7 +44,6 @@ REQUIRES = xpcom \ xuldoc \ imglib2 \ gfx2 \ - webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/layout/html/table/src/Makefile.in b/mozilla/layout/html/table/src/Makefile.in index 462af631d64..2867258acfb 100644 --- a/mozilla/layout/html/table/src/Makefile.in +++ b/mozilla/layout/html/table/src/Makefile.in @@ -39,7 +39,6 @@ REQUIRES = xpcom \ view \ accessibility \ necko \ - webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/layout/mathml/base/src/Makefile.in b/mozilla/layout/mathml/base/src/Makefile.in index 6c7bb4be982..f1df0b92c41 100644 --- a/mozilla/layout/mathml/base/src/Makefile.in +++ b/mozilla/layout/mathml/base/src/Makefile.in @@ -39,7 +39,6 @@ REQUIRES = xpcom \ locale \ intl \ unicharutil \ - view \ necko \ docshell \ webbrwsr \ diff --git a/mozilla/layout/mathml/content/src/Makefile.in b/mozilla/layout/mathml/content/src/Makefile.in index 10c8c4a8e35..f81adfb77fc 100644 --- a/mozilla/layout/mathml/content/src/Makefile.in +++ b/mozilla/layout/mathml/content/src/Makefile.in @@ -33,7 +33,6 @@ LIBRARY_NAME = gkmathmlcon_s REQUIRES = xpcom \ string \ necko \ - content \ gfx \ $(NULL) diff --git a/mozilla/layout/xul/base/src/Makefile.in b/mozilla/layout/xul/base/src/Makefile.in index c8c7551ca43..72402b6bf9b 100644 --- a/mozilla/layout/xul/base/src/Makefile.in +++ b/mozilla/layout/xul/base/src/Makefile.in @@ -49,7 +49,6 @@ REQUIRES = xpcom \ gfx2 \ imglib2 \ unicharutil \ - webbrwsr \ xpconnect \ js \ $(NULL) diff --git a/mozilla/layout/xul/base/src/grid/Makefile.in b/mozilla/layout/xul/base/src/grid/Makefile.in index 1d02c58bf37..77ea4d312d7 100644 --- a/mozilla/layout/xul/base/src/grid/Makefile.in +++ b/mozilla/layout/xul/base/src/grid/Makefile.in @@ -36,7 +36,6 @@ REQUIRES = xpcom \ locale \ view \ necko \ - webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/layout/xul/base/src/tree/src/Makefile.in b/mozilla/layout/xul/base/src/tree/src/Makefile.in index 8905b5a336b..fe5eecd1413 100644 --- a/mozilla/layout/xul/base/src/tree/src/Makefile.in +++ b/mozilla/layout/xul/base/src/tree/src/Makefile.in @@ -41,7 +41,6 @@ REQUIRES = xpcom \ necko \ gfx2 \ imglib2 \ - webbrwsr \ xpconnect \ js \ $(NULL) diff --git a/mozilla/mailnews/absync/src/Makefile.in b/mozilla/mailnews/absync/src/Makefile.in index 4d4ab44b16b..b886bb34184 100644 --- a/mozilla/mailnews/absync/src/Makefile.in +++ b/mozilla/mailnews/absync/src/Makefile.in @@ -34,7 +34,6 @@ REQUIRES = xpcom \ string \ necko \ mime \ - cookie \ docshell \ uriloader \ pref \ diff --git a/mozilla/mailnews/addrbook/build/Makefile.in b/mozilla/mailnews/addrbook/build/Makefile.in index f153f2feb0e..510abcba6ce 100644 --- a/mozilla/mailnews/addrbook/build/Makefile.in +++ b/mozilla/mailnews/addrbook/build/Makefile.in @@ -35,7 +35,6 @@ MODULE_NAME = nsAbModule REQUIRES = xpcom \ string \ necko \ - msgcompose \ mime \ rdf \ msgbase \ diff --git a/mozilla/mailnews/addrbook/src/Makefile.in b/mozilla/mailnews/addrbook/src/Makefile.in index c3b30b69f16..bd84d142ee5 100644 --- a/mozilla/mailnews/addrbook/src/Makefile.in +++ b/mozilla/mailnews/addrbook/src/Makefile.in @@ -44,12 +44,10 @@ REQUIRES = xpcom \ necko \ locale \ unicharutil \ - webshell \ uconv \ msgbase \ msgbaseutil \ mime \ - msgcompose \ appcomps \ intl \ import \ diff --git a/mozilla/mailnews/base/build/Makefile.in b/mozilla/mailnews/base/build/Makefile.in index f9182de8dfe..151e675c06b 100644 --- a/mozilla/mailnews/base/build/Makefile.in +++ b/mozilla/mailnews/base/build/Makefile.in @@ -46,7 +46,6 @@ REQUIRES = xpcom \ docshell \ widget \ layout \ - webshell \ mime \ uriloader \ mailnews \ diff --git a/mozilla/mailnews/base/util/Makefile.in b/mozilla/mailnews/base/util/Makefile.in index 9438225d10b..720a9316088 100644 --- a/mozilla/mailnews/base/util/Makefile.in +++ b/mozilla/mailnews/base/util/Makefile.in @@ -47,7 +47,6 @@ REQUIRES = xpcom \ msgcompose \ docshell \ webshell \ - wallet \ uriloader \ appshell \ msgimap \ diff --git a/mozilla/mailnews/compose/src/Makefile.in b/mozilla/mailnews/compose/src/Makefile.in index c41d5279ff9..67c64e0f2e7 100644 --- a/mozilla/mailnews/compose/src/Makefile.in +++ b/mozilla/mailnews/compose/src/Makefile.in @@ -50,7 +50,6 @@ REQUIRES = xpcom \ appshell \ msgimap \ msgnews \ - uconv \ docshell \ webshell \ addrbook \ @@ -59,11 +58,9 @@ REQUIRES = xpcom \ txmgr \ exthandler \ mork \ - wallet \ nkcache \ mimetype \ windowwatcher \ - webbrwsr \ $(NULL) CPPSRCS = \ diff --git a/mozilla/mailnews/extensions/mdn/build/Makefile.in b/mozilla/mailnews/extensions/mdn/build/Makefile.in index 8ab1d482183..ca9f72a8db3 100644 --- a/mozilla/mailnews/extensions/mdn/build/Makefile.in +++ b/mozilla/mailnews/extensions/mdn/build/Makefile.in @@ -39,10 +39,8 @@ REQUIRES = xpcom \ mime \ msgbase \ msgbaseutil \ - msgcompose \ msgdb \ necko \ - intl \ $(NULL) ifeq ($(USE_SHORT_LIBNAME),1) diff --git a/mozilla/mailnews/extensions/mdn/src/Makefile.in b/mozilla/mailnews/extensions/mdn/src/Makefile.in index caba4b59b29..f1963ed46fd 100644 --- a/mozilla/mailnews/extensions/mdn/src/Makefile.in +++ b/mozilla/mailnews/extensions/mdn/src/Makefile.in @@ -31,7 +31,6 @@ LIBRARY_NAME = msgmdn_s META_COMPONENT = mail REQUIRES = xpcom \ string \ - editor \ dom \ msgbase \ mailnews \ @@ -39,11 +38,9 @@ REQUIRES = xpcom \ mime \ pref \ intl \ - locale \ msgbaseutil \ msgdb \ msgimap \ - msgnews \ mimetype \ msgcompose \ $(NULL) diff --git a/mozilla/mailnews/import/comm4x/src/Makefile.in b/mozilla/mailnews/import/comm4x/src/Makefile.in index 376b105be43..c8c31b53bf5 100644 --- a/mozilla/mailnews/import/comm4x/src/Makefile.in +++ b/mozilla/mailnews/import/comm4x/src/Makefile.in @@ -62,12 +62,10 @@ REQUIRES = xpcom \ import \ necko \ msgbase \ - mailnews \ msgbaseutil \ profile \ prefmigr \ unicharutil \ - uconv \ $(NULL) CPPSRCS = nsComm4xMailFactory.cpp \ diff --git a/mozilla/mailnews/import/eudora/src/Makefile.in b/mozilla/mailnews/import/eudora/src/Makefile.in index e8a3e49d00c..327a9e226a3 100644 --- a/mozilla/mailnews/import/eudora/src/Makefile.in +++ b/mozilla/mailnews/import/eudora/src/Makefile.in @@ -51,7 +51,6 @@ REQUIRES = xpcom \ msglocal \ mimetype \ unicharutil \ - mime \ pref \ $(NULL) diff --git a/mozilla/mailnews/import/oexpress/Makefile.in b/mozilla/mailnews/import/oexpress/Makefile.in index 37da4c8f710..208db94107a 100644 --- a/mozilla/mailnews/import/oexpress/Makefile.in +++ b/mozilla/mailnews/import/oexpress/Makefile.in @@ -46,7 +46,6 @@ REQUIRES = xpcom \ msgbaseutil \ msgcompose \ msglocal \ - mime \ $(NULL) CPPSRCS = \ diff --git a/mozilla/mailnews/import/outlook/src/Makefile.in b/mozilla/mailnews/import/outlook/src/Makefile.in index 335805aa1bb..b44bbd2870c 100644 --- a/mozilla/mailnews/import/outlook/src/Makefile.in +++ b/mozilla/mailnews/import/outlook/src/Makefile.in @@ -55,7 +55,6 @@ REQUIRES = xpcom \ msgdb \ msglocal \ mimetype \ - mime \ unicharutil \ pref \ $(NULL) diff --git a/mozilla/mailnews/import/src/Makefile.in b/mozilla/mailnews/import/src/Makefile.in index 613c36df8d1..eae74993706 100644 --- a/mozilla/mailnews/import/src/Makefile.in +++ b/mozilla/mailnews/import/src/Makefile.in @@ -45,7 +45,6 @@ REQUIRES = xpcom \ rdf \ msgdb \ unicharutil \ - mime \ $(NULL) ifeq ($(USE_SHORT_LIBNAME),1) diff --git a/mozilla/mailnews/local/src/Makefile.in b/mozilla/mailnews/local/src/Makefile.in index cb9185f0a18..a247c2f2a45 100644 --- a/mozilla/mailnews/local/src/Makefile.in +++ b/mozilla/mailnews/local/src/Makefile.in @@ -45,7 +45,6 @@ REQUIRES = xpcom \ txmgr \ docshell \ msgimap \ - chrome \ nkcache \ $(NULL) diff --git a/mozilla/mailnews/mime/cthandlers/smimestub/Makefile.in b/mozilla/mailnews/mime/cthandlers/smimestub/Makefile.in index 8de85629e16..cd396fb9ed0 100644 --- a/mozilla/mailnews/mime/cthandlers/smimestub/Makefile.in +++ b/mozilla/mailnews/mime/cthandlers/smimestub/Makefile.in @@ -39,7 +39,6 @@ REQUIRES = xpcom \ pref \ necko \ uconv \ - intl \ $(NULL) ifeq ($(OS_ARCH),WINNT) diff --git a/mozilla/mailnews/mime/emitters/src/Makefile.in b/mozilla/mailnews/mime/emitters/src/Makefile.in index 259353d546d..c74fdb3fd64 100644 --- a/mozilla/mailnews/mime/emitters/src/Makefile.in +++ b/mozilla/mailnews/mime/emitters/src/Makefile.in @@ -40,7 +40,6 @@ REQUIRES = xpcom \ locale \ mailnews \ msgdb \ - addrbook \ mimetype \ msgnews \ unicharutil \ diff --git a/mozilla/mailnews/news/src/Makefile.in b/mozilla/mailnews/news/src/Makefile.in index 574073963c3..b0ba9eaa641 100644 --- a/mozilla/mailnews/news/src/Makefile.in +++ b/mozilla/mailnews/news/src/Makefile.in @@ -48,7 +48,6 @@ REQUIRES = xpcom \ mime \ intl \ webshell \ - wallet \ rdfutil \ nkcache \ windowwatcher \ diff --git a/mozilla/modules/libpr0n/decoders/mng/Makefile.in b/mozilla/modules/libpr0n/decoders/mng/Makefile.in index 5376a90d3b1..bb5456c60b6 100644 --- a/mozilla/modules/libpr0n/decoders/mng/Makefile.in +++ b/mozilla/modules/libpr0n/decoders/mng/Makefile.in @@ -32,8 +32,7 @@ MODULE_NAME = nsMNGDecoderModule EXTRA_DSO_LIBS = gkgfx -REQUIRES = string \ - xpcom \ +REQUIRES = xpcom \ gfx \ gfx2 \ imglib2 \ diff --git a/mozilla/modules/libpr0n/src/Makefile.in b/mozilla/modules/libpr0n/src/Makefile.in index b06ef6b4196..a8462c2037f 100644 --- a/mozilla/modules/libpr0n/src/Makefile.in +++ b/mozilla/modules/libpr0n/src/Makefile.in @@ -42,7 +42,6 @@ REQUIRES = xpcom \ nkcache \ gfx \ gfx2 \ - mimetype \ $(NULL) CPPSRCS = \ diff --git a/mozilla/modules/plugin/base/src/Makefile.in b/mozilla/modules/plugin/base/src/Makefile.in index 250460fdcc2..d2ab08f8f2b 100644 --- a/mozilla/modules/plugin/base/src/Makefile.in +++ b/mozilla/modules/plugin/base/src/Makefile.in @@ -46,10 +46,8 @@ REQUIRES = xpcom \ unicharutil \ dom \ gfx \ - layout \ content \ widget \ - cookie \ mimetype \ oji \ exthandler \ diff --git a/mozilla/modules/plugin/samples/default/windows/Makefile.in b/mozilla/modules/plugin/samples/default/windows/Makefile.in index 047802a9d1c..7d61ce2e234 100644 --- a/mozilla/modules/plugin/samples/default/windows/Makefile.in +++ b/mozilla/modules/plugin/samples/default/windows/Makefile.in @@ -31,10 +31,9 @@ LIBRARY_NAME = npnul32 RESFILE = npnul32.res DEFFILE = $(srcdir)/npnul32.def REQUIRES = java \ - plugin \ - xpcom \ - pref \ - $(NULL) + xpcom \ + pref \ + $(NULL) CPPSRCS = \ maindll.cpp \ diff --git a/mozilla/netwerk/test/Makefile.in b/mozilla/netwerk/test/Makefile.in index 023310c328d..417e90f2d60 100644 --- a/mozilla/netwerk/test/Makefile.in +++ b/mozilla/netwerk/test/Makefile.in @@ -31,7 +31,6 @@ REQUIRES = xpcom \ string \ necko \ nkcache \ - cookie \ dbm \ util \ $(NULL) diff --git a/mozilla/parser/htmlparser/robot/test/Makefile.in b/mozilla/parser/htmlparser/robot/test/Makefile.in index 18378a5ce22..b5c83682c4c 100644 --- a/mozilla/parser/htmlparser/robot/test/Makefile.in +++ b/mozilla/parser/htmlparser/robot/test/Makefile.in @@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk PROGRAM = htmlrobot$(BIN_SUFFIX) REQUIRES = xpcom \ string \ - htmlparser \ webshell \ $(NULL) diff --git a/mozilla/parser/htmlparser/tests/outsinks/Makefile.in b/mozilla/parser/htmlparser/tests/outsinks/Makefile.in index 92d54a6dfe7..35a51cc8698 100644 --- a/mozilla/parser/htmlparser/tests/outsinks/Makefile.in +++ b/mozilla/parser/htmlparser/tests/outsinks/Makefile.in @@ -33,7 +33,6 @@ REQUIRES = xpcom \ necko \ layout \ content \ - dom \ $(NULL) CPPSRCS = \ diff --git a/mozilla/profile/src/Makefile.in b/mozilla/profile/src/Makefile.in index d92e564428a..503d7064f23 100644 --- a/mozilla/profile/src/Makefile.in +++ b/mozilla/profile/src/Makefile.in @@ -40,13 +40,11 @@ REQUIRES = xpcom \ widget \ necko \ uriloader \ - cookie \ intl \ pref \ prefmigr \ appshell \ uconv \ - appcomps \ windowwatcher \ $(NULL) diff --git a/mozilla/rdf/base/src/Makefile.in b/mozilla/rdf/base/src/Makefile.in index 47828eb6b59..55919cc7fc6 100644 --- a/mozilla/rdf/base/src/Makefile.in +++ b/mozilla/rdf/base/src/Makefile.in @@ -30,7 +30,6 @@ MODULE = rdf LIBRARY_NAME = rdfbase_s REQUIRES = xpcom \ string \ - rdf \ rdfutil \ necko \ layout \ diff --git a/mozilla/rdf/chrome/build/Makefile.in b/mozilla/rdf/chrome/build/Makefile.in index d3dd409779e..117c65743f4 100644 --- a/mozilla/rdf/chrome/build/Makefile.in +++ b/mozilla/rdf/chrome/build/Makefile.in @@ -35,7 +35,6 @@ MODULE_NAME = nsChromeModule REQUIRES = xpcom \ string \ rdf \ - gfx \ necko \ content \ $(NULL) diff --git a/mozilla/rdf/chrome/src/Makefile.in b/mozilla/rdf/chrome/src/Makefile.in index 7833480416d..16b17a37c34 100644 --- a/mozilla/rdf/chrome/src/Makefile.in +++ b/mozilla/rdf/chrome/src/Makefile.in @@ -41,7 +41,6 @@ REQUIRES = xpcom \ widget \ js \ appshell \ - chrome \ caps \ pref \ docshell \ diff --git a/mozilla/rdf/chrome/tools/chromereg/Makefile.in b/mozilla/rdf/chrome/tools/chromereg/Makefile.in index 9ca32acf48b..4cf3a807172 100644 --- a/mozilla/rdf/chrome/tools/chromereg/Makefile.in +++ b/mozilla/rdf/chrome/tools/chromereg/Makefile.in @@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk REQUIRES = xpcom \ chrome \ necko \ - string \ $(NULL) CPPSRCS = regchrome.cpp diff --git a/mozilla/rdf/tests/rdfcat/Makefile.in b/mozilla/rdf/tests/rdfcat/Makefile.in index 578c105228c..9929915800c 100644 --- a/mozilla/rdf/tests/rdfcat/Makefile.in +++ b/mozilla/rdf/tests/rdfcat/Makefile.in @@ -29,14 +29,8 @@ include $(DEPTH)/config/autoconf.mk PROGRAM = rdfcat$(BIN_SUFFIX) CPPSRCS = rdfcat.cpp REQUIRES = xpcom \ - string \ rdf \ necko \ - widget \ - view \ - dom \ - uriloader \ - gfx \ $(NULL) LIBS = \ diff --git a/mozilla/rdf/tests/rdfpoll/Makefile.in b/mozilla/rdf/tests/rdfpoll/Makefile.in index 1e58660d5b9..f2b67e7d84e 100644 --- a/mozilla/rdf/tests/rdfpoll/Makefile.in +++ b/mozilla/rdf/tests/rdfpoll/Makefile.in @@ -32,9 +32,6 @@ REQUIRES = xpcom \ string \ rdf \ necko \ - layout \ - dom \ - htmlparser \ $(NULL) LIBS = \ diff --git a/mozilla/security/manager/boot/src/Makefile.in b/mozilla/security/manager/boot/src/Makefile.in index 6acabd2892f..292452ea883 100644 --- a/mozilla/security/manager/boot/src/Makefile.in +++ b/mozilla/security/manager/boot/src/Makefile.in @@ -63,16 +63,13 @@ REQUIRES = nspr \ necko \ necko2 \ uriloader \ - caps \ dom \ intl \ - profile \ js \ docshell \ widget \ layout \ content \ - xpconnect \ unicharutil \ pipnss \ $(NULL) diff --git a/mozilla/tools/trace-malloc/Makefile.in b/mozilla/tools/trace-malloc/Makefile.in index cb2bc734480..572b1a6d10d 100644 --- a/mozilla/tools/trace-malloc/Makefile.in +++ b/mozilla/tools/trace-malloc/Makefile.in @@ -26,7 +26,8 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -REQUIRES = string xpcom +REQUIRES = xpcom \ + $(NULL) SIMPLECSRCS += \ bloatblame.c \ diff --git a/mozilla/webshell/tests/viewer/Makefile.in b/mozilla/webshell/tests/viewer/Makefile.in index b3e1be95717..0c63289eded 100644 --- a/mozilla/webshell/tests/viewer/Makefile.in +++ b/mozilla/webshell/tests/viewer/Makefile.in @@ -50,7 +50,6 @@ REQUIRES = xpcom \ intl \ unicharutil \ editor \ - cookie \ windowwatcher \ xpconnect \ js \