summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/GNUmakefile.list.am
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/GNUmakefile.list.am')
-rw-r--r--Source/WebCore/GNUmakefile.list.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Source/WebCore/GNUmakefile.list.am b/Source/WebCore/GNUmakefile.list.am
index df8121eff..cb547d57d 100644
--- a/Source/WebCore/GNUmakefile.list.am
+++ b/Source/WebCore/GNUmakefile.list.am
@@ -2808,7 +2808,6 @@ webcore_sources += \
Source/WebCore/dom/HashChangeEvent.h \
Source/WebCore/dom/KeyboardEvent.cpp \
Source/WebCore/dom/KeyboardEvent.h \
- Source/WebCore/dom/MemoryInstrumentation.h \
Source/WebCore/dom/MessageChannel.cpp \
Source/WebCore/dom/MessageChannel.h \
Source/WebCore/dom/MessageEvent.cpp \
@@ -3434,6 +3433,8 @@ webcore_sources += \
Source/WebCore/html/ImageInputType.h \
Source/WebCore/html/InputType.cpp \
Source/WebCore/html/InputType.h \
+ Source/WebCore/html/InputTypeNames.cpp \
+ Source/WebCore/html/InputTypeNames.h \
Source/WebCore/html/LabelableElement.cpp \
Source/WebCore/html/LabelableElement.h \
Source/WebCore/html/LabelsNodeList.cpp \
@@ -4870,6 +4871,12 @@ webcore_sources += \
Source/WebCore/rendering/CounterNode.h \
Source/WebCore/rendering/EllipsisBox.cpp \
Source/WebCore/rendering/EllipsisBox.h \
+ Source/WebCore/rendering/ExclusionInterval.cpp \
+ Source/WebCore/rendering/ExclusionInterval.h \
+ Source/WebCore/rendering/ExclusionRectangle.cpp \
+ Source/WebCore/rendering/ExclusionRectangle.h \
+ Source/WebCore/rendering/ExclusionShape.cpp \
+ Source/WebCore/rendering/ExclusionShape.h \
Source/WebCore/rendering/FilterEffectRenderer.cpp \
Source/WebCore/rendering/FilterEffectRenderer.h \
Source/WebCore/rendering/FixedTableLayout.cpp \