summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/Android.mk')
-rw-r--r--WebCore/Android.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index 26eb405..df10d8c 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -104,7 +104,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
dom/BeforeUnloadEvent.cpp \
dom/CDATASection.cpp \
dom/CSSMappedAttributeDeclaration.cpp \
- dom/CanvasSurface.cpp \
dom/CharacterData.cpp \
dom/CheckedRadioButtons.cpp \
dom/ChildNodeList.cpp \
@@ -245,7 +244,8 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
editing/markup.cpp \
editing/visible_units.cpp \
\
- history/BackForwardList.cpp \
+ history/BackForwardController.cpp \
+ history/BackForwardListImpl.cpp \
history/CachedFrame.cpp \
history/CachedPage.cpp \
history/HistoryItem.cpp \
@@ -613,10 +613,10 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
\
platform/text/transcoder/FontTranscoder.cpp \
\
- plugins/MimeType.cpp \
- plugins/MimeTypeArray.cpp \
- plugins/Plugin.cpp \
- plugins/PluginArray.cpp \
+ plugins/DOMMimeType.cpp \
+ plugins/DOMMimeTypeArray.cpp \
+ plugins/DOMPlugin.cpp \
+ plugins/DOMPluginArray.cpp \
plugins/PluginData.cpp \
plugins/PluginDatabase.cpp \
plugins/PluginMainThreadScheduler.cpp \