summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-10-26 11:53:51 -0400
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-10-26 11:53:51 -0400
commit1e13e466217c7ffb96f5cde0ad0ab8606c0c2481 (patch)
tree09c281f850c9ae0b1d9c927772b96975d5763d04 /WebCore
parent064849d86c5d90bf7459b0e8bd781de92141499c (diff)
parentfa95079a70dcfa4e159c248e12780380a5aae2e1 (diff)
downloadexternal_webkit-1e13e466217c7ffb96f5cde0ad0ab8606c0c2481.zip
external_webkit-1e13e466217c7ffb96f5cde0ad0ab8606c0c2481.tar.gz
external_webkit-1e13e466217c7ffb96f5cde0ad0ab8606c0c2481.tar.bz2
Merge change I3788a1e3 into eclair-mr2
* changes: Remove XPathNSResolver from the Android build.
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/Android.derived.mk5
-rw-r--r--WebCore/Android.mk2
2 files changed, 0 insertions, 7 deletions
diff --git a/WebCore/Android.derived.mk b/WebCore/Android.derived.mk
index 7a5cd0a..a992811 100644
--- a/WebCore/Android.derived.mk
+++ b/WebCore/Android.derived.mk
@@ -721,11 +721,6 @@ GEN := \
$(intermediates)/xml/JSXMLHttpRequestProgressEvent.h \
$(intermediates)/xml/JSXMLHttpRequestUpload.h \
$(intermediates)/xml/JSXMLSerializer.h \
- $(intermediates)/xml/JSXPathEvaluator.h \
- $(intermediates)/xml/JSXPathException.h \
- $(intermediates)/xml/JSXPathExpression.h \
- $(intermediates)/xml/JSXPathNSResolver.h \
- $(intermediates)/xml/JSXPathResult.h \
$(intermediates)/xml/JSXSLTProcessor.h
$(GEN): PRIVATE_PATH := $(LOCAL_PATH)
$(GEN): PRIVATE_CUSTOM_TOOL = perl -I$(PRIVATE_PATH)/bindings/scripts $(PRIVATE_PATH)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES) LANGUAGE_JAVASCRIPT" --generator JS --include dom --include html --outputdir $(dir $@) $<
diff --git a/WebCore/Android.mk b/WebCore/Android.mk
index 52fba89..7afe803 100644
--- a/WebCore/Android.mk
+++ b/WebCore/Android.mk
@@ -162,7 +162,6 @@ LOCAL_SRC_FILES := \
bindings/js/JSCustomSQLTransactionCallback.cpp \
bindings/js/JSCustomSQLTransactionErrorCallback.cpp \
bindings/js/JSCustomVoidCallback.cpp \
- bindings/js/JSCustomXPathNSResolver.cpp \
bindings/js/JSDesktopNotificationsCustom.cpp \
bindings/js/JSDOMApplicationCacheCustom.cpp \
bindings/js/JSDOMBinding.cpp \
@@ -1189,7 +1188,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
workers/WorkerThread.cpp \
\
xml/DOMParser.cpp \
- xml/NativeXPathNSResolver.cpp \
xml/XMLHttpRequest.cpp \
xml/XMLHttpRequestUpload.cpp \
xml/XMLSerializer.cpp