summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.derived.mk
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-05-05 17:15:17 +0100
committerBen Murdoch <benm@google.com>2011-05-10 15:38:31 +0100
commit9628e2bda7f58eb73bddf403fddc498c1b97ccac (patch)
treebdeff9080d61634a1f4e0ff67680d635f295ae20 /WebCore/Android.derived.mk
parente7bbc0900fd93114f04d2690ce8eab67b784b8c8 (diff)
downloadexternal_webkit-9628e2bda7f58eb73bddf403fddc498c1b97ccac.zip
external_webkit-9628e2bda7f58eb73bddf403fddc498c1b97ccac.tar.gz
external_webkit-9628e2bda7f58eb73bddf403fddc498c1b97ccac.tar.bz2
Merge WebKit at r74534: Fix Makefiles
Change-Id: Ife4c035f871dd827884645255ce788fbdb49f84e
Diffstat (limited to 'WebCore/Android.derived.mk')
-rw-r--r--WebCore/Android.derived.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/Android.derived.mk b/WebCore/Android.derived.mk
index 7c26491..5d345b4 100644
--- a/WebCore/Android.derived.mk
+++ b/WebCore/Android.derived.mk
@@ -78,7 +78,7 @@ LOCAL_GENERATED_SOURCES += $(GEN)
GEN := $(intermediates)/html/HTMLEntityTable.cpp
$(GEN): SCRIPT := $(LOCAL_PATH)/../WebCore/html/parser/create-html-entity-table
-$(GEN): WEBKITPY_RESOURCES_DIRECTORY := $(LOCAL_PATH)/../WebKitTools/Scripts/webkitpy
+$(GEN): WEBKITPY_RESOURCES_DIRECTORY := $(LOCAL_PATH)/../Tools/Scripts/webkitpy
$(GEN): PRIVATE_CUSTOM_TOOL = $(dir $@)$(notdir $(SCRIPT)) -o $@ $<
$(GEN): $(LOCAL_PATH)/html/parser/HTMLEntityNames.in
@echo "Generating HTMLEntityTable.cpp"