mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fixing MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES.
This commit is contained in:
parent
94e3fe7d46
commit
b566e03467
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = accessibility
|
||||
LIBRARY_NAME = accessibility_s
|
||||
REQUIRES = xpcom string layout widget dom view locale intl docshell webshell necko htmlparser xuldoc
|
||||
REQUIRES = xpcom string layout widget dom view locale intl docshell webshell necko htmlparser xuldoc imglib2 gfx2
|
||||
|
||||
CPPSRCS = \
|
||||
nsAccessible.cpp \
|
||||
|
@ -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 unicharutil docshell
|
||||
REQUIRES = xpcom string dom widget view locale timer htmlparser webshell necko uconv pref uriloader unicharutil docshell imglib2 gfx2
|
||||
|
||||
CPPSRCS = \
|
||||
nsAutoCopy.cpp \
|
||||
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkhtmlstyle_s
|
||||
REQUIRES = xpcom string dom widget timer locale view necko webshell pref docshell plugin xuldoc
|
||||
REQUIRES = xpcom string dom widget timer locale view necko webshell pref docshell plugin xuldoc imglib2 gfx2
|
||||
|
||||
CPPSRCS = \
|
||||
nsCSSFrameConstructor.cpp \
|
||||
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
DIRS := public
|
||||
|
||||
MODULE = webshell_tests
|
||||
REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer pref intl editor cookie
|
||||
REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer pref intl editor cookie xpconnect
|
||||
|
||||
PROGRAM := viewer$(BIN_SUFFIX)
|
||||
|
||||
|
@ -30,6 +30,8 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
MODULE = apprunner
|
||||
REQUIRES = xpcom string webbrwsr widget dom necko pref appshell wallet layout chrome rdf profile xpinstall uriloader editor view windowwatcher embed_base embedcomponents mpfilelocprovider browser mozcomps docshell
|
||||
# for jprof
|
||||
REQUIRES += jprof
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
PROGRAM = mozilla$(BIN_SUFFIX)
|
||||
|
Loading…
Reference in New Issue
Block a user