Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.

git-svn-id: svn://10.0.0.236/trunk@102802 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2001-09-12 12:48:23 +00:00
parent 37f7eb6022
commit 9985dcc528
113 changed files with 126 additions and 129 deletions

View File

@@ -32,8 +32,7 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsParserModule
SHORT_LIBNAME = gkparser
REQUIRES = xpcom string necko util uconv expat layout dom pref nkcache \
intl widget
REQUIRES = xpcom string necko util uconv expat layout content dom pref nkcache intl widget
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libexpat_s.$(LIB_SUFFIX) \

View File

@@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = TestOutput$(BIN_SUFFIX)
REQUIRES = xpcom string htmlparser necko layout dom
REQUIRES = xpcom string htmlparser necko layout content dom
CPPSRCS = \
Convert.cpp \