Bug 333659. Relanding layout/generic/Makefile.in changes that don't affect anything since new textframe is disabled. r+sr=dbaron

This commit is contained in:
roc+%cs.cmu.edu 2007-01-17 04:17:14 +00:00
parent e8d2197c1a
commit 9135e22dc1

View File

@ -154,7 +154,6 @@ CPPSRCS = \
nsSpaceManager.cpp \
nsSpacerFrame.cpp \
nsSplittableFrame.cpp \
nsTextFrame.cpp \
nsTextTransformer.cpp \
nsViewportFrame.cpp \
$(NULL)
@ -165,6 +164,21 @@ CPPSRCS += \
$(NULL)
endif
# set this to 1 to enable the new text frame
MOZ_ENABLE_NEW_TEXT_FRAME =
ifdef MOZ_ENABLE_NEW_TEXT_FRAME
CPPSRCS += \
nsTextFrameThebes.cpp \
nsTextRunTransformations.cpp \
nsTextFrameUtils.cpp \
$(NULL)
else
CPPSRCS += \
nsTextFrame.cpp \
$(NULL)
endif
RESOURCES_HTML = \
$(srcdir)/gopher-audio.gif \
$(srcdir)/gopher-binary.gif \