Split XUL layers (xpfe & toolkit) into a separate tier class.

Make the history component its own module.
Bug #107302 r=bryner sr=leaf


git-svn-id: svn://10.0.0.236/trunk@144893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2003-07-16 00:33:50 +00:00
parent 36249b362e
commit ccdbb0269f
13 changed files with 61 additions and 47 deletions

View File

@@ -63,14 +63,9 @@ REQUIRES = xpcom \
composer \
commandhandler \
editor \
history \
$(NULL)
ifdef MOZ_PHOENIX
REQUIRES += history
else
REQUIRES += appcomps
endif
XPIDLSRCS = \
nsCDocShell.idl \
nsCDefaultURIFixup.idl \

View File

@@ -52,9 +52,7 @@ REQUIRES = xpcom \
composer \
editor \
commandhandler \
$(NULL)
REQUIRES += \
history \
uriloader \
exthandler \
helperAppDlg \
@@ -67,12 +65,6 @@ ifeq ($(OS_ARCH),WINNT)
EXTRA_DSO_LIBS = gkgfx
endif
ifdef MOZ_PHOENIX
REQUIRES += history
else
REQUIRES += appcomps
endif
CPPSRCS = \
nsDocShellModule.cpp \
$(NULL)