summaryrefslogtreecommitdiffstats
path: root/WebCore/DerivedSources.make
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/DerivedSources.make')
-rw-r--r--WebCore/DerivedSources.make16
1 files changed, 6 insertions, 10 deletions
diff --git a/WebCore/DerivedSources.make b/WebCore/DerivedSources.make
index 3f2f0f4..f25e91e 100644
--- a/WebCore/DerivedSources.make
+++ b/WebCore/DerivedSources.make
@@ -28,6 +28,7 @@
VPATH = \
$(WebCore) \
+ $(WebCore)/bindings/generic \
$(WebCore)/bindings/js \
$(WebCore)/bindings/objc \
$(WebCore)/css \
@@ -126,6 +127,7 @@ DOM_CLASSES = \
Database \
DatabaseCallback \
DatabaseSync \
+ DeviceMotionEvent \
DeviceOrientationEvent \
Document \
DocumentFragment \
@@ -225,18 +227,20 @@ DOM_CLASSES = \
HTMLVideoElement \
History \
IDBAny \
+ IDBCursor \
IDBDatabaseError \
IDBDatabaseException \
- IDBDatabaseRequest \
+ IDBDatabase \
IDBErrorEvent \
IDBEvent \
IDBFactory \
IDBIndex \
IDBKey \
IDBKeyRange \
- IDBObjectStoreRequest \
+ IDBObjectStore \
IDBRequest \
IDBSuccessEvent \
+ IDBTransaction \
ImageData \
InjectedScriptHost \
InspectorFrontendHost \
@@ -490,8 +494,6 @@ WEB_DOM_HEADERS := $(filter-out WebDOMXSLTProcessor.h,$(DOM_CLASSES:%=WebDOM%.h)
endif # BUILDING_WX
all : \
- remove-stray-plugin-and-mime-type-files \
- \
$(JS_DOM_HEADERS) \
$(WEB_DOM_HEADERS) \
\
@@ -558,12 +560,6 @@ endif
# --------
-# Temporary build rule. Take out once some time has passed.
-
-.PHONY : remove-stray-plugin-and-mime-type-files
-remove-stray-plugin-and-mime-type-files :
- (rm DOMMimeTypeArray.h DOMMimeTypeArray.mm DOMMimeTypeArrayInternal.h DOMPluginArray.h DOMPluginArray.mm DOMPluginArrayInternal.h 2> /dev/null) || echo -n
-
# CSS property names and value keywords
WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in