summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 19:31:41 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-12 19:31:41 +0000
commit9603c8e626c6818e92368904b9b5d8d21191d376 (patch)
tree7cbdb7c9938bd50b14d0a2a807becbcb3dee37be /webkit/port
parent90c99ae664f06a478d9957cffc116bb816121c19 (diff)
downloadchromium_src-9603c8e626c6818e92368904b9b5d8d21191d376.zip
chromium_src-9603c8e626c6818e92368904b9b5d8d21191d376.tar.gz
chromium_src-9603c8e626c6818e92368904b9b5d8d21191d376.tar.bz2
Remove the generation of HtmlEntityCodes.c since the same data is in HtmlEntityNames.c.
Review URL: http://codereview.chromium.org/11005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/DerivedSources.make5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/port/DerivedSources.make b/webkit/port/DerivedSources.make
index 803328d..b7443fc 100644
--- a/webkit/port/DerivedSources.make
+++ b/webkit/port/DerivedSources.make
@@ -621,7 +621,6 @@ all : \
CSSValueKeywords.h \
ColorData.c \
DocTypeStrings.cpp \
- HTMLEntityCodes.c \
HTMLEntityNames.c \
V8Attr.h \
V8BarInfo.h \
@@ -971,10 +970,6 @@ DocTypeStrings.cpp : html/DocTypeStrings.gperf
# HTML entity names
-# This Google addition generates a reverse-mapping of entity codes back to entity names, for the DOM serialization code used by the Save page feature.
-HTMLEntityCodes.c : html/HTMLEntityNames.gperf
- perl $(WebCore)/../../../webkit/build/WebCore/generate_entitycodes.pl $< > $@
-
HTMLEntityNames.c : html/HTMLEntityNames.gperf
gperf -a -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 $< > $@