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:
@@ -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 \
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user