summaryrefslogtreecommitdiffstats
path: root/WebCore/DerivedSources.make
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/DerivedSources.make')
-rw-r--r--WebCore/DerivedSources.make10
1 files changed, 10 insertions, 0 deletions
diff --git a/WebCore/DerivedSources.make b/WebCore/DerivedSources.make
index bf09a22..5e80f2e 100644
--- a/WebCore/DerivedSources.make
+++ b/WebCore/DerivedSources.make
@@ -53,6 +53,7 @@ DOM_CLASSES = \
Attr \
BarInfo \
BeforeLoadEvent \
+ BeforeProcessEvent \
Blob \
BlobBuilder \
CDATASection \
@@ -115,6 +116,7 @@ DOM_CLASSES = \
DOMParser \
DOMSelection \
DOMStringList \
+ DOMStringMap \
DOMWindow \
Database \
DatabaseCallback \
@@ -241,6 +243,7 @@ DOM_CLASSES = \
MouseEvent \
MutationEvent \
NamedNodeMap \
+ Navigation \
Navigator \
Node \
NodeFilter \
@@ -251,6 +254,7 @@ DOM_CLASSES = \
NotificationCenter \
OverflowEvent \
PageTransitionEvent \
+ Performance \
Plugin \
PluginArray \
PopStateEvent \
@@ -317,6 +321,7 @@ DOM_CLASSES = \
SVGFEColorMatrixElement \
SVGFEComponentTransferElement \
SVGFECompositeElement \
+ SVGFEConvolveMatrixElement \
SVGFEDiffuseLightingElement \
SVGFEDisplacementMapElement \
SVGFEDistantLightElement \
@@ -432,6 +437,7 @@ DOM_CLASSES = \
TextEvent \
TextMetrics \
TimeRanges \
+ Timing \
Touch \
TouchEvent \
TouchList \
@@ -873,6 +879,10 @@ ifeq ($(findstring ENABLE_3D_RENDERING,$(FEATURE_DEFINES)), ENABLE_3D_RENDERING)
WEBCORE_EXPORT_DEPENDENCIES := $(WEBCORE_EXPORT_DEPENDENCIES) WebCore.3DRendering.exp
endif
+ifeq ($(shell gcc -arch x86_64 -E -P -dM $(FRAMEWORK_FLAGS) WebCore/ForwardingHeaders/wtf/Platform.h | grep WTF_USE_ACCELERATED_COMPOSITING | cut -d' ' -f3), 1)
+ WEBCORE_EXPORT_DEPENDENCIES := $(WEBCORE_EXPORT_DEPENDENCIES) WebCore.AcceleratedCompositing.exp
+endif
+
ifeq ($(shell gcc -E -P -dM $(FRAMEWORK_FLAGS) WebCore/ForwardingHeaders/wtf/Platform.h | grep ENABLE_CONTEXT_MENUS | cut -d' ' -f3), 1)
WEBCORE_EXPORT_DEPENDENCIES := $(WEBCORE_EXPORT_DEPENDENCIES) WebCore.ContextMenus.exp
endif