summaryrefslogtreecommitdiffstats
path: root/webkit/port
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 18:40:32 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 18:40:32 +0000
commitc2d3052594e4efb4adfb71c2dcecd5fcd9ee1ea1 (patch)
tree486e8f3c53d599401d39c3dd4a81cea38c97e367 /webkit/port
parent2fb6d466842f445078962a2f5aa4fa7af49d2313 (diff)
downloadchromium_src-c2d3052594e4efb4adfb71c2dcecd5fcd9ee1ea1.zip
chromium_src-c2d3052594e4efb4adfb71c2dcecd5fcd9ee1ea1.tar.gz
chromium_src-c2d3052594e4efb4adfb71c2dcecd5fcd9ee1ea1.tar.bz2
WebKit merge 40847-40875 Chrome side.
Review URL: http://codereview.chromium.org/21351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port')
-rw-r--r--webkit/port/DerivedSources.make9
1 files changed, 5 insertions, 4 deletions
diff --git a/webkit/port/DerivedSources.make b/webkit/port/DerivedSources.make
index 61ef1d2..b55640d 100644
--- a/webkit/port/DerivedSources.make
+++ b/webkit/port/DerivedSources.make
@@ -617,6 +617,7 @@ all : \
CSSValueKeywords.h \
ColorData.c \
DocTypeStrings.cpp \
+ HTMLElementFactory.cpp \
HTMLEntityNames.c \
V8Attr.h \
V8BarInfo.h \
@@ -1050,13 +1051,13 @@ endif
ifdef HTML_FLAGS
-HTMLNames.cpp : dom/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in
- perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --wrapperFactory --extraDefines "$(HTML_FLAGS)"
+HTMLElementFactory.cpp HTMLNames.cpp : dom/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in
+ perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory --extraDefines "$(HTML_FLAGS)"
else
-HTMLNames.cpp : dom/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in
- perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --wrapperFactory
+HTMLElementFactory.cpp HTMLNames.cpp : dom/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in
+ perl -I $(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory
endif