mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES.
This commit is contained in:
parent
2664b017e0
commit
bda96c8b36
@ -31,7 +31,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = webbrwsr
|
||||
EXTRA_DSO_LIBS = jsdom
|
||||
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2
|
||||
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2 windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsWebBrowserModule.cpp \
|
||||
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
||||
MODULE = webbrwsr
|
||||
XPIDL_MODULE = webBrowser_core
|
||||
LIBRARY_NAME = nsWebBrowser_s
|
||||
REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc gfx2 wallet
|
||||
REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc gfx2 wallet windowwatcher
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user