Fix clobber-only MOZ_TRACK_MODULE_DEPS bustage by changing mozucth in REQUIRES lines to helperAppDlg or removing it entirely.
git-svn-id: svn://10.0.0.236/trunk@94086 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a6a1cb14ee
commit
41dcb5da7d
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = uriloader
|
||||
LIBRARY_NAME = uriloaderbase_s
|
||||
REQUIRES = xpcom string necko dom exthandler pref js docshell layout widget caps htmlparser locale intl webshell mozucth mozcomps
|
||||
REQUIRES = xpcom string necko dom exthandler pref js docshell layout widget caps htmlparser locale intl webshell mozcomps
|
||||
|
||||
CPPSRCS = \
|
||||
nsURILoader.cpp \
|
||||
|
||||
@ -31,7 +31,7 @@ LIBRARY_NAME = uriloader
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = urildr
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string necko mimetype exthandler rdf mozucth dom
|
||||
REQUIRES = xpcom string necko mimetype exthandler rdf helperAppDlg dom
|
||||
|
||||
CPPSRCS = nsURILoaderModule.cpp
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ endif
|
||||
|
||||
MODULE = exthandler
|
||||
LIBRARY_NAME = exthandler_s
|
||||
REQUIRES = xpcom string mimetype uriloader dom necko rdf webshell mozucth
|
||||
REQUIRES = xpcom string mimetype uriloader dom necko rdf webshell helperAppDlg
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
OSDIR = os2
|
||||
|
||||
@ -30,7 +30,7 @@ MODULE = browser
|
||||
LIBRARY_NAME = mozbrwsr
|
||||
EXPORT_LIBRARY = 1
|
||||
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 gfx2 mozucth mozcomps windowwatcher
|
||||
REQUIRES = xpcom string webshell necko shistory widget layout docshell appshell dom js timer uriloader locale pref editor appcomps rdf webbrwsr uconv chardet txmgr gfx2 mozcomps windowwatcher
|
||||
|
||||
CPPSRCS = nsBrowserInstance.cpp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user