summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.derived.mk
diff options
context:
space:
mode:
authorFeng Qian <fqian@google.com>2009-06-17 12:12:20 -0700
committerFeng Qian <fqian@google.com>2009-06-17 12:12:20 -0700
commit5f1ab04193ad0130ca8204aadaceae083aca9881 (patch)
tree5a92cd389e2cfe7fb67197ce14b38469462379f8 /WebCore/Android.derived.mk
parent194315e5a908cc8ed67d597010544803eef1ac59 (diff)
downloadexternal_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.zip
external_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.tar.gz
external_webkit-5f1ab04193ad0130ca8204aadaceae083aca9881.tar.bz2
Get WebKit r44544.
Diffstat (limited to 'WebCore/Android.derived.mk')
-rw-r--r--WebCore/Android.derived.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/Android.derived.mk b/WebCore/Android.derived.mk
index 24c271f..1c5aad5 100644
--- a/WebCore/Android.derived.mk
+++ b/WebCore/Android.derived.mk
@@ -25,8 +25,6 @@
# dom/EventTarget.idl \
# dom/Worker*.idl \
# html/CanvasPixelArray.idl \
-# html/HTMLAudioElement.idl \
-# html/HTMLMediaElement.idl \
# page/AbstractView.idl \
# page/PositionCallback.idl \
# page/Worker*.idl \
@@ -217,7 +215,7 @@ js_binding_scripts := $(addprefix $(LOCAL_PATH)/,\
bindings/scripts/generate-bindings.pl \
)
-FEATURE_DEFINES := ANDROID_ORIENTATION_SUPPORT ENABLE_TOUCH_EVENTS=1 ENABLE_DATABASE=1 ENABLE_OFFLINE_WEB_APPLICATIONS=1
+FEATURE_DEFINES := ANDROID_ORIENTATION_SUPPORT ENABLE_TOUCH_EVENTS=1 ENABLE_DATABASE=1 ENABLE_OFFLINE_WEB_APPLICATIONS=1 ENABLE_VIDEO=0
GEN := \
$(intermediates)/css/JSCSSCharsetRule.h \
@@ -329,6 +327,7 @@ GEN := \
$(intermediates)/html/JSHTMLAnchorElement.h \
$(intermediates)/html/JSHTMLAppletElement.h \
$(intermediates)/html/JSHTMLAreaElement.h \
+ $(intermediates)/html/JSHTMLAudioElement.h \
$(intermediates)/html/JSHTMLBRElement.h \
$(intermediates)/html/JSHTMLBaseElement.h \
$(intermediates)/html/JSHTMLBaseFontElement.h \
@@ -362,6 +361,7 @@ GEN := \
$(intermediates)/html/JSHTMLLinkElement.h \
$(intermediates)/html/JSHTMLMapElement.h \
$(intermediates)/html/JSHTMLMarqueeElement.h \
+ $(intermediates)/html/JSHTMLMediaElement.h \
$(intermediates)/html/JSHTMLMenuElement.h \
$(intermediates)/html/JSHTMLMetaElement.h \
$(intermediates)/html/JSHTMLModElement.h \
@@ -369,7 +369,7 @@ GEN := \
$(intermediates)/html/JSHTMLObjectElement.h \
$(intermediates)/html/JSHTMLOptGroupElement.h \
$(intermediates)/html/JSHTMLOptionElement.h \
- $(intermediates)/html/JSHTMLOptionsCollection.h \
+ $(intermediates)/html/JSHTMLOptionsCollection.h \
$(intermediates)/html/JSHTMLParagraphElement.h \
$(intermediates)/html/JSHTMLParamElement.h \
$(intermediates)/html/JSHTMLPreElement.h \