summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/Android.mk')
-rw-r--r--WebCore/Android.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index d67aa34..bcb5efe 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -673,6 +673,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
platform/image-decoders/gif/GIFImageReader.cpp \
\
platform/mock/DeviceOrientationClientMock.cpp \
+ platform/mock/GeolocationClientMock.cpp \
platform/mock/GeolocationServiceMock.cpp \
platform/mock/SpeechInputClientMock.cpp \
\
@@ -984,7 +985,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
svg/SVGAnimateElement.cpp \
svg/SVGAnimateMotionElement.cpp \
svg/SVGAnimateTransformElement.cpp \
- svg/SVGAnimatedPathData.cpp \
svg/SVGAnimationElement.cpp \
svg/SVGCircleElement.cpp \
svg/SVGClipPathElement.cpp \
@@ -1063,20 +1063,9 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
svg/SVGPathElement.cpp \
svg/SVGPathParser.cpp \
svg/SVGPathParserFactory.cpp \
- svg/SVGPathSeg.cpp \
- svg/SVGPathSegArc.cpp \
- svg/SVGPathSegClosePath.cpp \
- svg/SVGPathSegCurvetoCubic.cpp \
- svg/SVGPathSegCurvetoCubicSmooth.cpp \
- svg/SVGPathSegCurvetoQuadratic.cpp \
- svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
- svg/SVGPathSegLineto.cpp \
- svg/SVGPathSegLinetoHorizontal.cpp \
- svg/SVGPathSegLinetoVertical.cpp \
svg/SVGPathSegList.cpp \
svg/SVGPathSegListBuilder.cpp \
svg/SVGPathSegListSource.cpp \
- svg/SVGPathSegMoveto.cpp \
svg/SVGPathStringBuilder.cpp \
svg/SVGPathStringSource.cpp \
svg/SVGPathTraversalStateBuilder.cpp \