Update our intermodule dependencies list.

Fixing senna tinderbox bustage.
This commit is contained in:
cls%seawood.org 2001-05-14 09:55:00 +00:00
Родитель acc8d13fab
Коммит b026faa262
7 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = accessibility
LIBRARY_NAME = accessibility_s
REQUIRES = xpcom string layout widget dom view locale gfx2
REQUIRES = xpcom string layout widget dom view locale gfx2 js intl docshell webshell necko uriloader htmlparser
CPPSRCS = \
nsAccessible.cpp \

Просмотреть файл

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
ifdef MOZ_XSL
MODULE = transformiix
REQUIRES = string xpcom necko dom layout widget webbrwsr
REQUIRES = string xpcom necko dom layout widget webbrwsr js docshell webshell gfx2 uriloader locale appshell xpconnect
endif
CPPSRCS = XMLParser.cpp

Просмотреть файл

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
ifdef MOZ_XSL
MODULE = transformiix
REQUIRES = string xpcom dom layout widget caps
REQUIRES = string xpcom dom layout widget caps js
endif
CPPSRCS = AdditiveExpr.cpp \

Просмотреть файл

@ -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 gfx2 xpconnect
REQUIRES = xpcom string widget dom necko locale view js webshell docshell caps pref uriloader shistory gfx2 xpconnect accessibility
CPPSRCS = \
nsFrameFrame.cpp \

Просмотреть файл

@ -55,7 +55,7 @@ CPPSRCS = \
nsASN1Outliner.cpp \
$(NULL)
REQUIRES = nspr security js xpcom string dom pref intl locale windowwatcher appshell necko pipnss
REQUIRES = nspr security js xpcom string dom pref intl locale windowwatcher appshell necko pipnss layout caps
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -65,7 +65,7 @@ CPPSRCS = \
nsKeygenHandler.cpp \
$(NULL)
REQUIRES = nspr security xpcom string necko uriloader pref caps dom intl locale profile windowwatcher js docshell widget layout gfx2
REQUIRES = nspr security xpcom string necko uriloader pref caps dom intl locale profile windowwatcher js docshell widget layout gfx2 pippki
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -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 mozcomps unicharutil xpconnect
REQUIRES = xpcom string necko dom exthandler pref js docshell layout widget caps htmlparser locale intl webshell mozcomps unicharutil xpconnect gfx2
CPPSRCS = \
nsURILoader.cpp \