Commit c56188bc authored by dbaron%fas.harvard.edu's avatar dbaron%fas.harvard.edu
Browse files

Fix MOZ_TRACK_MODULE_DEPS bustage by adding exthandler to REQUIRES (for nsObjectFrame.cpp).

parent 5f0c565c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk

MODULE		= layout
LIBRARY_NAME	= gkhtmlbase_s
REQUIRES	= xpcom string dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util unicharutil lwbrk gfx2 imglib2 accessibility xpconnect java
REQUIRES	= xpcom string dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util unicharutil lwbrk gfx2 imglib2 accessibility xpconnect java exthandler

CPPSRCS		= \
		nsSelectsAreaFrame.cpp \