summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.derived.mk
diff options
context:
space:
mode:
authorCary Clark <cary@android.com>2010-08-16 13:38:43 -0400
committerCary Clark <cary@android.com>2010-08-16 13:38:43 -0400
commita5f94738e9e3ac08b08dc17e8a07e7803028ab2e (patch)
tree48a7fa9a70aba88dca0661426425e01d9594ac8b /WebCore/Android.derived.mk
parenta01792f8060881461b672472ba3dfdd77044e0a5 (diff)
downloadexternal_webkit-a5f94738e9e3ac08b08dc17e8a07e7803028ab2e.zip
external_webkit-a5f94738e9e3ac08b08dc17e8a07e7803028ab2e.tar.gz
external_webkit-a5f94738e9e3ac08b08dc17e8a07e7803028ab2e.tar.bz2
allow building webkit without svg
In Apple's DerivedSources.make, XLinkNames are built all the time. Change our Android.derived.mk to do the same, instead of only building when SVG is enabled. Change-Id: I69d903788e4416e2140068f2aa907d65b336ce68
Diffstat (limited to 'WebCore/Android.derived.mk')
-rw-r--r--WebCore/Android.derived.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/Android.derived.mk b/WebCore/Android.derived.mk
index a5820a7..7a9611b 100644
--- a/WebCore/Android.derived.mk
+++ b/WebCore/Android.derived.mk
@@ -163,7 +163,6 @@ LOCAL_GENERATED_SOURCES += $(GEN)
# XLink attribute names
-ifeq ($(ENABLE_SVG), true)
GEN:= $(intermediates)/XLinkNames.cpp
$(GEN): PRIVATE_PATH := $(LOCAL_PATH)
$(GEN): PRIVATE_CUSTOM_TOOL = perl -I $(PRIVATE_PATH)/bindings/scripts $< --attrs $(xlink_attrs) --output $(dir $@)
@@ -171,4 +170,3 @@ $(GEN): xlink_attrs := $(LOCAL_PATH)/svg/xlinkattrs.in
$(GEN): $(LOCAL_PATH)/dom/make_names.pl $(xlink_attrs)
$(transform-generated-source)
LOCAL_GENERATED_SOURCES += $(GEN)
-endif