Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES.
git-svn-id: svn://10.0.0.236/trunk@91631 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a1e3999bcc
commit
cfcf537db7
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = cookie
|
||||
LIBRARY_NAME = cookie
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string necko dom js widget layout appshell pref intl locale uriloader
|
||||
REQUIRES = xpcom string necko dom js widget layout appshell pref intl locale uriloader windowwatcher
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS = tests
|
||||
|
||||
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = wallet
|
||||
LIBRARY_NAME = wallet
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl gfx2
|
||||
REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl gfx2 windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsWalletFactory.cpp \
|
||||
|
||||
@ -30,7 +30,7 @@ IS_COMPONENT=1
|
||||
MODULE = appshell
|
||||
LIBRARY_NAME = nsappshell
|
||||
SHORT_LIBNAME = appshell
|
||||
REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl wallet chrome profile prefmigr xul gfx2
|
||||
REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl wallet chrome profile prefmigr xul gfx2 windowwatcher
|
||||
|
||||
EXTRA_DSO_LIBS = jsdom
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = appcomps
|
||||
LIBRARY_NAME = bookmarks_s
|
||||
REQUIRES = xpcom string rdf appshell widget necko uconv docshell pref timer dom js layout uriloader locale intl webshell gfx2
|
||||
REQUIRES = xpcom string rdf appshell widget necko uconv docshell pref timer dom js layout uriloader locale intl webshell gfx2 windowwatcher
|
||||
|
||||
CPPSRCS = nsBookmarksService.cpp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user