mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Removed nsListItemFrame and added nsHTMLBullet
This commit is contained in:
parent
b31171c2f2
commit
cccee9e040
@ -28,6 +28,7 @@ CPPSRCS = \
|
||||
nsGlobalVariables.cpp \
|
||||
nsHRPart.cpp \
|
||||
nsHTMLAtoms.cpp \
|
||||
nsHTMLBullet.cpp \
|
||||
nsHTMLContainer.cpp \
|
||||
nsHTMLContainerFrame.cpp \
|
||||
nsHTMLContent.cpp \
|
||||
@ -38,7 +39,6 @@ CPPSRCS = \
|
||||
nsImageMap.cpp \
|
||||
nsInlineFrame.cpp \
|
||||
nsLeafFrame.cpp \
|
||||
nsListItemFrame.cpp \
|
||||
nsPageFrame.cpp \
|
||||
nsPlaceholderFrame.cpp \
|
||||
nsRootPart.cpp \
|
||||
|
@ -31,6 +31,7 @@ CPPSRCS= \
|
||||
nsGlobalVariables.cpp \
|
||||
nsHRPart.cpp \
|
||||
nsHTMLAtoms.cpp \
|
||||
nsHTMLBullet.cpp \
|
||||
nsHTMLContainer.cpp \
|
||||
nsHTMLContainerFrame.cpp \
|
||||
nsHTMLContent.cpp \
|
||||
@ -41,7 +42,6 @@ CPPSRCS= \
|
||||
nsInlineFrame.cpp \
|
||||
nsLeafFrame.cpp \
|
||||
nsLineLayout.cpp \
|
||||
nsListItemFrame.cpp \
|
||||
nsPageFrame.cpp \
|
||||
nsPlaceholderFrame.cpp \
|
||||
nsRootPart.cpp \
|
||||
@ -61,6 +61,7 @@ CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsGlobalVariables.obj \
|
||||
.\$(OBJDIR)\nsHRPart.obj \
|
||||
.\$(OBJDIR)\nsHTMLAtoms.obj \
|
||||
.\$(OBJDIR)\nsHTMLBullet.obj \
|
||||
.\$(OBJDIR)\nsHTMLContainer.obj \
|
||||
.\$(OBJDIR)\nsHTMLContainerFrame.obj \
|
||||
.\$(OBJDIR)\nsHTMLContent.obj \
|
||||
@ -72,7 +73,6 @@ CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsInlineFrame.obj \
|
||||
.\$(OBJDIR)\nsLeafFrame.obj \
|
||||
.\$(OBJDIR)\nsLineLayout.obj \
|
||||
.\$(OBJDIR)\nsListItemFrame.obj \
|
||||
.\$(OBJDIR)\nsPageFrame.obj \
|
||||
.\$(OBJDIR)\nsPlaceholderFrame.obj \
|
||||
.\$(OBJDIR)\nsRootPart.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user