summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.mk
diff options
context:
space:
mode:
authorShimeng (Simon) Wang <swang@google.com>2010-04-21 17:31:08 -0700
committerShimeng (Simon) Wang <swang@google.com>2010-04-22 11:02:03 -0700
commit0eec6dc8b27223eddc5f02396f82d4ae887fae02 (patch)
treeb1bca10c46608ab207844b0bd12048f88d848b98 /WebCore/Android.mk
parenta0584f084721f17a0d034361a414cfb4e65736a6 (diff)
downloadexternal_webkit-0eec6dc8b27223eddc5f02396f82d4ae887fae02.zip
external_webkit-0eec6dc8b27223eddc5f02396f82d4ae887fae02.tar.gz
external_webkit-0eec6dc8b27223eddc5f02396f82d4ae887fae02.tar.bz2
Enable XSLT in Android webkit.
Before this change, the libwebcore size is: 4902184 Bytes After this change, the libwebcore size is: 5103712 Bytes The diff is: 200KB. Change-Id: I2554a043c2686de56c802e8a9e02cce604fb25c0
Diffstat (limited to 'WebCore/Android.mk')
-rw-r--r--WebCore/Android.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index 54c11f0..9af1bae 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -958,3 +958,14 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
xml/XPathValue.cpp \
xml/XPathVariableReference.cpp \
xml/NativeXPathNSResolver.cpp
+
+# For XSLT
+LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
+ xml/XSLTExtensions.cpp \
+ xml/XSLTProcessorLibxslt.cpp \
+ xml/XSLTProcessor.cpp \
+ xml/XSLTUnicodeSort.cpp \
+ xml/XSLStyleSheetLibxslt.cpp \
+ xml/XSLImportRule.cpp \
+ loader/CachedXSLStyleSheet.cpp \
+ dom/TransformSourceLibxslt.cpp