summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.v8bindings.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.v8bindings.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.v8bindings.mk')
-rw-r--r--WebCore/Android.v8bindings.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/Android.v8bindings.mk b/WebCore/Android.v8bindings.mk
index 29ae3f9..603ca74 100644
--- a/WebCore/Android.v8bindings.mk
+++ b/WebCore/Android.v8bindings.mk
@@ -204,3 +204,7 @@ LOCAL_SRC_FILES += \
# For XPath.
LOCAL_SRC_FILES += \
bindings/v8/custom/V8CustomXPathNSResolver.cpp
+
+# For XSLT.
+LOCAL_SRC_FILES += \
+ bindings/v8/custom/V8XSLTProcessorCustom.cpp