mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
This commit is contained in:
parent
f6995c4ac8
commit
9fae7fb904
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifndef TX_EXE
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom dom layout widget
|
||||
REQUIRES = string xpcom dom layout content widget
|
||||
endif
|
||||
|
||||
DIRS = dom parser util
|
||||
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifndef TX_EXE
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom dom layout widget
|
||||
REQUIRES = string xpcom dom layout content widget
|
||||
endif
|
||||
|
||||
CPPSRCS = AdditiveExpr.cpp \
|
||||
|
@ -30,7 +30,7 @@ DIRS = functions util
|
||||
|
||||
ifndef TX_EXE
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom dom layout widget necko xsl_doc
|
||||
REQUIRES = string xpcom dom layout content widget necko xsl_doc
|
||||
endif
|
||||
|
||||
CPPSRCS = Names.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user