From cfcf537db77d5bef368978df44f77b77c7f3da29 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 7 Apr 2001 05:11:47 +0000 Subject: [PATCH] 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 --- mozilla/extensions/cookie/Makefile.in | 2 +- mozilla/extensions/wallet/src/Makefile.in | 2 +- mozilla/xpfe/appshell/src/Makefile.in | 2 +- mozilla/xpfe/components/bookmarks/src/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/extensions/cookie/Makefile.in b/mozilla/extensions/cookie/Makefile.in index a3c751b2976..4dfda49548a 100644 --- a/mozilla/extensions/cookie/Makefile.in +++ b/mozilla/extensions/cookie/Makefile.in @@ -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 diff --git a/mozilla/extensions/wallet/src/Makefile.in b/mozilla/extensions/wallet/src/Makefile.in index 809e6ea7116..aec2b544529 100644 --- a/mozilla/extensions/wallet/src/Makefile.in +++ b/mozilla/extensions/wallet/src/Makefile.in @@ -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 \ diff --git a/mozilla/xpfe/appshell/src/Makefile.in b/mozilla/xpfe/appshell/src/Makefile.in index 6add42ac13c..5655f8fef22 100644 --- a/mozilla/xpfe/appshell/src/Makefile.in +++ b/mozilla/xpfe/appshell/src/Makefile.in @@ -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 diff --git a/mozilla/xpfe/components/bookmarks/src/Makefile.in b/mozilla/xpfe/components/bookmarks/src/Makefile.in index 3e36689bf61..6a97e61919e 100644 --- a/mozilla/xpfe/components/bookmarks/src/Makefile.in +++ b/mozilla/xpfe/components/bookmarks/src/Makefile.in @@ -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