GNUmakefile.am   [plain text]



WebCore := $(srcdir)/WebCore

FEATURE_DEFINES :=
SVG_FEATURES :=
HTML_FEATURES :=

WEBCORE_CSS_PROPERTY_NAMES := $(WebCore)/css/CSSPropertyNames.in
WEBCORE_CSS_VALUE_KEYWORDS := $(WebCore)/css/CSSValueKeywords.in

webcore_cppflags += \
	-I$(srcdir)/WebKit/gtk \
	-I$(srcdir)/WebKit/gtk/WebCoreSupport \
	-I$(srcdir)/WebKit/gtk/webkit \
	-I$(srcdir)/WebCore \
	-I$(srcdir)/WebCore/accessibility \
	-I$(srcdir)/WebCore/bindings/js \
	-I$(srcdir)/WebCore/bindings/gobject \
	-I$(srcdir)/WebCore/bridge \
	-I$(srcdir)/WebCore/bridge/c \
	-I$(srcdir)/WebCore/bridge/jni/jsc \
	-I$(srcdir)/WebCore/bridge/jsc \
	-I$(srcdir)/WebCore/css \
	-I$(srcdir)/WebCore/dom \
	-I$(srcdir)/WebCore/dom/default \
	-I$(srcdir)/WebCore/editing \
	-I$(srcdir)/WebCore/history \
	-I$(srcdir)/WebCore/html \
	-I$(srcdir)/WebCore/html/canvas \
	-I$(srcdir)/WebCore/inspector \
	-I$(srcdir)/WebCore/loader \
	-I$(srcdir)/WebCore/loader/appcache \
	-I$(srcdir)/WebCore/loader/archive \
	-I$(srcdir)/WebCore/loader/icon \
	-I$(srcdir)/WebCore/mathml \
	-I$(srcdir)/WebCore/notifications \
	-I$(srcdir)/WebCore/page \
	-I$(srcdir)/WebCore/page/animation \
	-I$(srcdir)/WebCore/platform \
	-I$(srcdir)/WebCore/platform/animation \
	-I$(srcdir)/WebCore/platform/graphics \
	-I$(srcdir)/WebCore/platform/graphics/filters \
	-I$(srcdir)/WebCore/platform/graphics/transforms \
	-I$(srcdir)/WebCore/platform/image-decoders \
	-I$(srcdir)/WebCore/platform/image-decoders/bmp \
	-I$(srcdir)/WebCore/platform/image-decoders/gif \
	-I$(srcdir)/WebCore/platform/image-decoders/ico \
	-I$(srcdir)/WebCore/platform/image-decoders/jpeg \
	-I$(srcdir)/WebCore/platform/image-decoders/png \
	-I$(srcdir)/WebCore/platform/mock \
	-I$(srcdir)/WebCore/platform/network \
	-I$(srcdir)/WebCore/platform/sql \
	-I$(srcdir)/WebCore/platform/text \
	-I$(srcdir)/WebCore/plugins \
	-I$(srcdir)/WebCore/rendering \
	-I$(srcdir)/WebCore/rendering/style \
	-I$(srcdir)/WebCore/storage \
	-I$(srcdir)/WebCore/svg \
	-I$(srcdir)/WebCore/svg/animation \
	-I$(srcdir)/WebCore/svg/graphics \
	-I$(srcdir)/WebCore/svg/graphics/filters \
	-I$(srcdir)/WebCore/websockets \
	-I$(srcdir)/WebCore/wml \
	-I$(srcdir)/WebCore/workers \
	-I$(srcdir)/WebCore/xml \
	-I$(top_builddir)/WebCore/bindings/js \
	-DDATA_DIR=\"${datadir}\"

webcoregtk_cppflags += \
	-DWTF_USE_SOUP=1 \
	-DWTF_USE_GSTREAMER=1 \
	-I$(srcdir)/WebCore/accessibility/gtk \
	-I$(srcdir)/WebCore/loader/gtk \
	-I$(srcdir)/WebCore/page/gtk \
	-I$(srcdir)/WebCore/platform/graphics/cairo \
	-I$(srcdir)/WebCore/platform/graphics/gstreamer \
	-I$(srcdir)/WebCore/platform/graphics/gtk \
	-I$(srcdir)/WebCore/platform/gtk \
	-I$(srcdir)/WebCore/platform/network/soup

webcore_built_nosources += \
	DerivedSources/DocTypeStrings.cpp \
	DerivedSources/tokenizer.cpp \
	DerivedSources/ColorData.c \
	DerivedSources/webkit/webkitdomdummy.c

webcore_built_sources += \
	DerivedSources/CSSGrammar.cpp \
	DerivedSources/CSSGrammar.h \
	DerivedSources/CSSPropertyNames.h \
	DerivedSources/CSSValueKeywords.h \
	DerivedSources/HTMLElementFactory.cpp \
	DerivedSources/HTMLEntityNames.c \
	DerivedSources/HTMLNames.cpp \
	DerivedSources/JSHTMLElementWrapperFactory.cpp \
	DerivedSources/UserAgentStyleSheets.h \
	DerivedSources/UserAgentStyleSheetsData.cpp \
	DerivedSources/XMLNSNames.cpp \
	DerivedSources/XMLNames.cpp

IDL_BINDINGS += \
	WebCore/css/CSSCharsetRule.idl \
	WebCore/css/CSSFontFaceRule.idl \
	WebCore/css/CSSImportRule.idl \
	WebCore/css/CSSMediaRule.idl \
	WebCore/css/CSSPageRule.idl \
	WebCore/css/CSSPrimitiveValue.idl \
	WebCore/css/CSSRule.idl \
	WebCore/css/CSSRuleList.idl \
	WebCore/css/CSSStyleDeclaration.idl \
	WebCore/css/CSSStyleRule.idl \
	WebCore/css/CSSStyleSheet.idl \
	WebCore/css/CSSValue.idl \
	WebCore/css/CSSValueList.idl \
	WebCore/css/CSSVariablesDeclaration.idl \
	WebCore/css/CSSVariablesRule.idl \
	WebCore/css/Counter.idl \
	WebCore/css/MediaList.idl \
	WebCore/css/Rect.idl \
	WebCore/css/RGBColor.idl \
	WebCore/css/StyleMedia.idl \
	WebCore/css/StyleSheet.idl \
	WebCore/css/StyleSheetList.idl \
	WebCore/css/WebKitCSSKeyframeRule.idl \
	WebCore/css/WebKitCSSKeyframesRule.idl \
	WebCore/css/WebKitCSSMatrix.idl \
	WebCore/css/WebKitCSSTransformValue.idl \
	WebCore/dom/Attr.idl \
	WebCore/dom/BeforeLoadEvent.idl \
	WebCore/dom/CDATASection.idl \
	WebCore/dom/CharacterData.idl \
	WebCore/dom/ClientRect.idl \
	WebCore/dom/ClientRectList.idl \
	WebCore/dom/Clipboard.idl \
	WebCore/dom/Comment.idl \
	WebCore/dom/CompositionEvent.idl \
	Webcore/dom/CustomEvent.idl \
	WebCore/dom/DOMCoreException.idl \
	WebCore/dom/DOMImplementation.idl \
	WebCore/dom/DeviceOrientationEvent.idl \
	WebCore/dom/Document.idl \
	WebCore/dom/DocumentFragment.idl \
	WebCore/dom/DocumentType.idl \
	WebCore/dom/Element.idl \
	WebCore/dom/Entity.idl \
	WebCore/dom/EntityReference.idl \
	WebCore/dom/ErrorEvent.idl \
	WebCore/dom/Event.idl \
	WebCore/dom/EventException.idl \
	WebCore/dom/KeyboardEvent.idl \
	WebCore/dom/MessageChannel.idl \
	WebCore/dom/MessageEvent.idl \
	WebCore/dom/MessagePort.idl \
	WebCore/dom/MouseEvent.idl \
	WebCore/dom/MutationEvent.idl \
	WebCore/dom/NamedNodeMap.idl \
	WebCore/dom/Node.idl \
	WebCore/dom/NodeFilter.idl \
	WebCore/dom/NodeIterator.idl \
	WebCore/dom/NodeList.idl \
	WebCore/dom/Notation.idl \
	WebCore/dom/OverflowEvent.idl \
	WebCore/dom/PageTransitionEvent.idl \
	WebCore/dom/PopStateEvent.idl \
	WebCore/dom/ProcessingInstruction.idl \
	WebCore/dom/ProgressEvent.idl \
	WebCore/dom/Range.idl \
	WebCore/dom/RangeException.idl \
	WebCore/dom/Text.idl \
	WebCore/dom/TextEvent.idl \
	WebCore/dom/Touch.idl \
	WebCore/dom/TouchEvent.idl \
	WebCore/dom/TouchList.idl \
	WebCore/dom/TreeWalker.idl \
	WebCore/dom/UIEvent.idl \
	WebCore/dom/WebKitAnimationEvent.idl \
	WebCore/dom/WebKitTransitionEvent.idl \
	WebCore/dom/WheelEvent.idl \
	WebCore/html/Blob.idl \
	WebCore/html/canvas/ArrayBufferView.idl \
	WebCore/html/canvas/ArrayBuffer.idl \
	WebCore/html/canvas/Int8Array.idl \
	WebCore/html/canvas/Float32Array.idl \
	WebCore/html/canvas/CanvasGradient.idl \
	WebCore/html/canvas/Int32Array.idl \
	WebCore/html/canvas/CanvasPattern.idl \
	WebCore/html/canvas/CanvasRenderingContext.idl \
	WebCore/html/canvas/CanvasRenderingContext2D.idl \
	WebCore/html/canvas/WebGLRenderingContext.idl \
	WebCore/html/canvas/Int16Array.idl \
	WebCore/html/canvas/Uint8Array.idl \
	WebCore/html/canvas/Uint32Array.idl \
	WebCore/html/canvas/Uint16Array.idl \
	WebCore/html/DataGridColumn.idl \
	WebCore/html/DataGridColumnList.idl \
	WebCore/html/DOMFormData.idl \
	WebCore/html/File.idl \
	WebCore/html/FileError.idl \
	WebCore/html/FileList.idl \
	WebCore/html/HTMLAllCollection.idl \
	WebCore/html/HTMLAnchorElement.idl \
	WebCore/html/HTMLAppletElement.idl \
	WebCore/html/HTMLAreaElement.idl \
	WebCore/html/HTMLAudioElement.idl \
	WebCore/html/HTMLBRElement.idl \
	WebCore/html/HTMLBaseElement.idl \
	WebCore/html/HTMLBaseFontElement.idl \
	WebCore/html/HTMLBlockquoteElement.idl \
	WebCore/html/HTMLBodyElement.idl \
	WebCore/html/HTMLButtonElement.idl \
	WebCore/html/HTMLCanvasElement.idl \
	WebCore/html/HTMLCollection.idl \
	WebCore/html/HTMLDataGridElement.idl \
	WebCore/html/HTMLDataGridCellElement.idl \
	WebCore/html/HTMLDataGridColElement.idl \
	WebCore/html/HTMLDataGridRowElement.idl \
	WebCore/html/HTMLDataListElement.idl \
	WebCore/html/HTMLDListElement.idl \
	WebCore/html/HTMLDirectoryElement.idl \
	WebCore/html/HTMLDivElement.idl \
	WebCore/html/HTMLDocument.idl \
	WebCore/html/HTMLElement.idl \
	WebCore/html/HTMLEmbedElement.idl \
	WebCore/html/HTMLFieldSetElement.idl \
	WebCore/html/HTMLFontElement.idl \
	WebCore/html/HTMLFormElement.idl \
	WebCore/html/HTMLFrameElement.idl \
	WebCore/html/HTMLFrameSetElement.idl \
	WebCore/html/HTMLHRElement.idl \
	WebCore/html/HTMLHeadElement.idl \
	WebCore/html/HTMLHeadingElement.idl \
	WebCore/html/HTMLHtmlElement.idl \
	WebCore/html/HTMLIFrameElement.idl \
	WebCore/html/HTMLImageElement.idl \
	WebCore/html/HTMLInputElement.idl \
	WebCore/html/HTMLIsIndexElement.idl \
	WebCore/html/HTMLLIElement.idl \
	WebCore/html/HTMLLabelElement.idl \
	WebCore/html/HTMLLegendElement.idl \
	WebCore/html/HTMLLinkElement.idl \
	WebCore/html/HTMLMapElement.idl \
	WebCore/html/HTMLMarqueeElement.idl \
	WebCore/html/HTMLMediaElement.idl \
	WebCore/html/MediaError.idl \
	WebCore/html/HTMLMenuElement.idl \
	WebCore/html/HTMLMetaElement.idl \
	WebCore/html/HTMLModElement.idl \
	WebCore/html/HTMLOListElement.idl \
	WebCore/html/HTMLObjectElement.idl \
	WebCore/html/HTMLOptGroupElement.idl \
	WebCore/html/HTMLOptionElement.idl \
	WebCore/html/HTMLOptionsCollection.idl \
	WebCore/html/HTMLParagraphElement.idl \
	WebCore/html/HTMLParamElement.idl \
	WebCore/html/HTMLPreElement.idl \
	WebCore/html/HTMLProgressElement.idl \
	WebCore/html/HTMLQuoteElement.idl \
	WebCore/html/HTMLScriptElement.idl \
	WebCore/html/HTMLSelectElement.idl \
	WebCore/html/HTMLSourceElement.idl \
	WebCore/html/HTMLStyleElement.idl \
	WebCore/html/HTMLTableCaptionElement.idl \
	WebCore/html/HTMLTableCellElement.idl \
	WebCore/html/HTMLTableColElement.idl \
	WebCore/html/HTMLTableElement.idl \
	WebCore/html/HTMLTableRowElement.idl \
	WebCore/html/HTMLTableSectionElement.idl \
	WebCore/html/HTMLTextAreaElement.idl \
	WebCore/html/HTMLTitleElement.idl \
	WebCore/html/HTMLUListElement.idl \
	WebCore/html/HTMLVideoElement.idl \
	WebCore/html/ImageData.idl \
	WebCore/html/TextMetrics.idl \
	WebCore/html/ValidityState.idl \
	WebCore/html/VoidCallback.idl \
	WebCore/inspector/JavaScriptCallFrame.idl \
	WebCore/inspector/InjectedScriptHost.idl \
	WebCore/inspector/InspectorBackend.idl \
	WebCore/inspector/InspectorFrontendHost.idl \
	WebCore/inspector/ScriptProfile.idl \
	WebCore/inspector/ScriptProfileNode.idl \
	WebCore/notifications/Notification.idl \
	WebCore/notifications/NotificationCenter.idl \
	WebCore/page/BarInfo.idl \
	WebCore/page/Console.idl \
	WebCore/page/Coordinates.idl \
	WebCore/page/DOMSelection.idl \
	WebCore/page/DOMWindow.idl \
	WebCore/page/EventSource.idl \
	WebCore/page/Geolocation.idl \
	WebCore/page/Geoposition.idl \
	WebCore/page/History.idl \
	WebCore/page/Location.idl \
	WebCore/page/Navigator.idl \
	WebCore/page/PositionError.idl \
	WebCore/page/Screen.idl \
	WebCore/page/WebKitPoint.idl \
	WebCore/page/WorkerNavigator.idl \
	WebCore/plugins/MimeType.idl \
	WebCore/plugins/MimeTypeArray.idl \
	WebCore/plugins/Plugin.idl \
	WebCore/plugins/PluginArray.idl \
	WebCore/workers/AbstractWorker.idl \
	WebCore/workers/DedicatedWorkerContext.idl \
	WebCore/workers/SharedWorker.idl \
	WebCore/workers/SharedWorkerContext.idl \
	WebCore/workers/Worker.idl \
	WebCore/workers/WorkerContext.idl \
	WebCore/workers/WorkerLocation.idl \
	WebCore/xml/DOMParser.idl \
	WebCore/xml/XMLHttpRequest.idl \
	WebCore/xml/XMLHttpRequestException.idl \
	WebCore/xml/XMLHttpRequestProgressEvent.idl \
	WebCore/xml/XMLHttpRequestUpload.idl \
	WebCore/xml/XMLSerializer.idl \
	WebCore/xml/XSLTProcessor.idl

webcoregtk_dom_sources = \
	WebCore/bindings/gobject/ConvertToUTF8String.cpp \
	WebCore/bindings/gobject/ConvertToUTF8String.h \
	WebCore/bindings/gobject/WebKitDOMBinding.cpp \
	WebCore/bindings/gobject/WebKitDOMBinding.h \
	WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp \
	WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.h \
	WebCore/bindings/gobject/WebKitDOMObject.cpp \
	WebCore/bindings/gobject/WebKitDOMObject.h

webcoregtk_sources += $(webcoregtk_dom_sources)

webcore_sources += \
	WebCore/WebCorePrefix.h \
        WebCore/accessibility/AXObjectCache.cpp \
	WebCore/accessibility/AXObjectCache.h \
	WebCore/accessibility/AccessibilityARIAGrid.cpp \
	WebCore/accessibility/AccessibilityARIAGrid.h \
	WebCore/accessibility/AccessibilityARIAGridCell.cpp \
	WebCore/accessibility/AccessibilityARIAGridCell.h \
	WebCore/accessibility/AccessibilityARIAGridRow.cpp \
	WebCore/accessibility/AccessibilityARIAGridRow.h \
	WebCore/accessibility/AccessibilityImageMapLink.cpp \
	WebCore/accessibility/AccessibilityImageMapLink.h \
	WebCore/accessibility/AccessibilityList.cpp \
	WebCore/accessibility/AccessibilityList.h \
	WebCore/accessibility/AccessibilityListBox.cpp \
	WebCore/accessibility/AccessibilityListBox.h \
	WebCore/accessibility/AccessibilityListBoxOption.cpp \
	WebCore/accessibility/AccessibilityListBoxOption.h \
	WebCore/accessibility/AccessibilityMediaControls.cpp \
	WebCore/accessibility/AccessibilityMediaControls.h \
	WebCore/accessibility/AccessibilityMenuList.cpp \
	WebCore/accessibility/AccessibilityMenuList.h \
	WebCore/accessibility/AccessibilityMenuListPopup.cpp \
	WebCore/accessibility/AccessibilityMenuListPopup.h \
	WebCore/accessibility/AccessibilityMenuListOption.cpp \
	WebCore/accessibility/AccessibilityMenuListOption.h \
	WebCore/accessibility/AccessibilityObject.cpp \
	WebCore/accessibility/AccessibilityObject.h \
	WebCore/accessibility/AccessibilityProgressIndicator.cpp \
	WebCore/accessibility/AccessibilityProgressIndicator.h \
	WebCore/accessibility/AccessibilityRenderObject.cpp \
	WebCore/accessibility/AccessibilityRenderObject.h \
	WebCore/accessibility/AccessibilityScrollbar.cpp \
	WebCore/accessibility/AccessibilityScrollbar.h \
	WebCore/accessibility/AccessibilitySlider.cpp \
	WebCore/accessibility/AccessibilitySlider.h \
	WebCore/accessibility/AccessibilityTable.cpp \
	WebCore/accessibility/AccessibilityTable.h \
	WebCore/accessibility/AccessibilityTableCell.cpp \
	WebCore/accessibility/AccessibilityTableCell.h \
	WebCore/accessibility/AccessibilityTableColumn.cpp \
	WebCore/accessibility/AccessibilityTableColumn.h \
	WebCore/accessibility/AccessibilityTableHeaderContainer.cpp \
	WebCore/accessibility/AccessibilityTableHeaderContainer.h \
	WebCore/accessibility/AccessibilityTableRow.cpp \
	WebCore/accessibility/AccessibilityTableRow.h \
	WebCore/bindings/js/CachedScriptSourceProvider.h \
	WebCore/bindings/js/DOMObjectHashTableMap.cpp \
	WebCore/bindings/js/DOMObjectHashTableMap.h \
	WebCore/bindings/js/DOMWrapperWorld.cpp \
	WebCore/bindings/js/DOMWrapperWorld.h \
	WebCore/bindings/js/GCController.cpp \
	WebCore/bindings/js/GCController.h \
	WebCore/bindings/js/JSAttrCustom.cpp \
	WebCore/bindings/js/JSCDATASectionCustom.cpp \
	WebCore/bindings/js/JSDataGridColumnListCustom.cpp \
	WebCore/bindings/js/JSDataGridDataSource.cpp \
	WebCore/bindings/js/JSDataGridDataSource.h \
	WebCore/bindings/js/JSDebugWrapperSet.cpp \
	WebCore/bindings/js/JSDebugWrapperSet.h \
	WebCore/bindings/js/JSCSSRuleCustom.cpp \
	WebCore/bindings/js/JSCSSRuleListCustom.cpp \
	WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp \
	WebCore/bindings/js/JSCSSStyleDeclarationCustom.h \
	WebCore/bindings/js/JSCSSValueCustom.cpp \
	WebCore/bindings/js/JSCallbackData.cpp \
	WebCore/bindings/js/JSCallbackData.h \
	WebCore/bindings/js/JSCanvasRenderingContextCustom.cpp \
	WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
	WebCore/bindings/js/JSClipboardCustom.cpp \
	WebCore/bindings/js/JSConsoleCustom.cpp \
	WebCore/bindings/js/JSCoordinatesCustom.cpp \
	WebCore/bindings/js/JSCustomPositionCallback.cpp \
	WebCore/bindings/js/JSCustomPositionCallback.h \
	WebCore/bindings/js/JSCustomPositionErrorCallback.cpp \
	WebCore/bindings/js/JSCustomPositionErrorCallback.h \
	WebCore/bindings/js/JSCustomVoidCallback.cpp \
	WebCore/bindings/js/JSCustomVoidCallback.h \
	WebCore/bindings/js/JSCustomXPathNSResolver.cpp \
	WebCore/bindings/js/JSCustomXPathNSResolver.h \
	WebCore/bindings/js/JSDOMBinding.cpp \
	WebCore/bindings/js/JSDOMBinding.h \
	WebCore/bindings/js/JSDOMFormDataCustom.cpp \
	WebCore/bindings/js/JSDOMGlobalObject.cpp \
	WebCore/bindings/js/JSDOMGlobalObject.h \
	WebCore/bindings/js/JSDOMWindowBase.cpp \
	WebCore/bindings/js/JSDOMWindowBase.h \
	WebCore/bindings/js/JSDOMWindowCustom.cpp \
	WebCore/bindings/js/JSDOMWindowCustom.h \
	WebCore/bindings/js/JSDOMWindowShell.cpp \
	WebCore/bindings/js/JSDOMWindowShell.h \
	WebCore/bindings/js/JSDOMWrapper.cpp \
	WebCore/bindings/js/JSDOMWrapper.h \
	WebCore/bindings/js/JSDeviceOrientationEventCustom.cpp \
	WebCore/bindings/js/JSDocumentCustom.cpp \
	WebCore/bindings/js/JSElementCustom.cpp \
	WebCore/bindings/js/JSEventCustom.cpp \
	WebCore/bindings/js/JSEventListener.cpp \
	WebCore/bindings/js/JSEventListener.h \
	WebCore/bindings/js/JSEventSourceConstructor.cpp \
	WebCore/bindings/js/JSEventSourceConstructor.h \
	WebCore/bindings/js/JSEventTarget.cpp \
	WebCore/bindings/js/JSEventTarget.h \
	WebCore/bindings/js/JSExceptionBase.cpp \
	WebCore/bindings/js/JSExceptionBase.h \
	WebCore/bindings/js/JSGeolocationCustom.cpp \
	WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp \
	WebCore/bindings/js/JSHTMLAppletElementCustom.cpp \
	WebCore/bindings/js/JSHTMLAppletElementCustom.h \
	WebCore/bindings/js/JSHTMLCanvasElementCustom.cpp \
	WebCore/bindings/js/JSHTMLCollectionCustom.cpp \
	WebCore/bindings/js/JSHTMLDataGridElementCustom.cpp \
	WebCore/bindings/js/JSHTMLDocumentCustom.cpp \
	WebCore/bindings/js/JSHTMLElementCustom.cpp \
	WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp \
	WebCore/bindings/js/JSHTMLEmbedElementCustom.h \
	WebCore/bindings/js/JSHTMLFormElementCustom.cpp \
	WebCore/bindings/js/JSHTMLFrameElementCustom.cpp \
	WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp \
	WebCore/bindings/js/JSHTMLIFrameElementCustom.cpp \
	WebCore/bindings/js/JSHTMLInputElementCustom.cpp \
	WebCore/bindings/js/JSHTMLInputElementCustom.h \
	WebCore/bindings/js/JSHTMLObjectElementCustom.cpp \
	WebCore/bindings/js/JSHTMLObjectElementCustom.h \
	WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp \
	WebCore/bindings/js/JSHTMLSelectElementCustom.cpp \
	WebCore/bindings/js/JSHTMLSelectElementCustom.h \
	WebCore/bindings/js/JSHistoryCustom.cpp \
	WebCore/bindings/js/JSHistoryCustom.h \
	WebCore/bindings/js/JSImageConstructor.cpp \
	WebCore/bindings/js/JSImageConstructor.h \
	WebCore/bindings/js/JSImageDataCustom.cpp \
	WebCore/bindings/js/JSInjectedScriptHostCustom.cpp \
	WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp \
	WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
	WebCore/bindings/js/JSLazyEventListener.cpp \
	WebCore/bindings/js/JSLazyEventListener.h \
	WebCore/bindings/js/JSLocationCustom.cpp \
	WebCore/bindings/js/JSLocationCustom.h \
	WebCore/bindings/js/JSMessageChannelConstructor.cpp \
	WebCore/bindings/js/JSMessageChannelConstructor.h \
	WebCore/bindings/js/JSMessageChannelCustom.cpp \
	WebCore/bindings/js/JSMessageEventCustom.cpp \
	WebCore/bindings/js/JSMessagePortCustom.cpp \
	WebCore/bindings/js/JSMessagePortCustom.h \
	WebCore/bindings/js/JSMimeTypeArrayCustom.cpp \
	WebCore/bindings/js/JSNamedNodeMapCustom.cpp \
	WebCore/bindings/js/JSNavigatorCustom.cpp \
	WebCore/bindings/js/JSNodeCustom.cpp \
	WebCore/bindings/js/JSNodeCustom.h \
	WebCore/bindings/js/JSNodeFilterCondition.cpp \
	WebCore/bindings/js/JSNodeFilterCondition.h \
	WebCore/bindings/js/JSNodeFilterCustom.cpp \
	WebCore/bindings/js/JSNodeIteratorCustom.cpp \
	WebCore/bindings/js/JSNodeListCustom.cpp \
	WebCore/bindings/js/JSOptionConstructor.cpp \
	WebCore/bindings/js/JSOptionConstructor.h \
	WebCore/bindings/js/JSPluginArrayCustom.cpp \
	WebCore/bindings/js/JSPluginCustom.cpp \
	WebCore/bindings/js/JSPluginElementFunctions.cpp \
	WebCore/bindings/js/JSPluginElementFunctions.h \
	WebCore/bindings/js/JSPopStateEventCustom.cpp \
	WebCore/bindings/js/JSScriptProfileNodeCustom.cpp \
	WebCore/bindings/js/JSStorageCustom.h \
	WebCore/bindings/js/JSStyleSheetCustom.cpp \
	WebCore/bindings/js/JSStyleSheetListCustom.cpp \
	WebCore/bindings/js/JSTextCustom.cpp \
	WebCore/bindings/js/JSTreeWalkerCustom.cpp \
	WebCore/bindings/js/JSWebKitCSSMatrixConstructor.cpp \
	WebCore/bindings/js/JSWebKitCSSMatrixConstructor.h \
	WebCore/bindings/js/JSWebKitPointConstructor.cpp \
	WebCore/bindings/js/JSWebKitPointConstructor.h \
	WebCore/bindings/js/JSWorkerContextErrorHandler.cpp \
	WebCore/bindings/js/JSWorkerContextErrorHandler.h \
	WebCore/bindings/js/JSXMLHttpRequestConstructor.cpp \
	WebCore/bindings/js/JSXMLHttpRequestConstructor.h \
	WebCore/bindings/js/JSXMLHttpRequestCustom.cpp \
	WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp \
	WebCore/bindings/js/JSXSLTProcessorConstructor.cpp \
	WebCore/bindings/js/JSXSLTProcessorConstructor.h \
	WebCore/bindings/js/JSXSLTProcessorCustom.cpp \
	WebCore/bindings/js/JavaScriptCallFrame.cpp \
	WebCore/bindings/js/JavaScriptCallFrame.h \
	WebCore/bindings/js/ScheduledAction.cpp \
	WebCore/bindings/js/ScheduledAction.h \
	WebCore/bindings/js/ScriptArray.cpp \
	WebCore/bindings/js/ScriptArray.h \
	WebCore/bindings/js/ScriptCachedFrameData.cpp \
	WebCore/bindings/js/ScriptCachedFrameData.h \
	WebCore/bindings/js/ScriptCallFrame.cpp \
	WebCore/bindings/js/ScriptCallFrame.h \
	WebCore/bindings/js/ScriptCallStack.cpp \
	WebCore/bindings/js/ScriptCallStack.h \
	WebCore/bindings/js/ScriptController.cpp \
	WebCore/bindings/js/ScriptController.h \
	WebCore/bindings/js/ScriptDebugServer.cpp \
	WebCore/bindings/js/ScriptDebugServer.h \
	WebCore/bindings/js/ScriptEventListener.cpp \
	WebCore/bindings/js/ScriptEventListener.h \
	WebCore/bindings/js/ScriptFunctionCall.cpp \
	WebCore/bindings/js/ScriptFunctionCall.h \
	WebCore/bindings/js/ScriptGCEvent.h \
	WebCore/bindings/js/ScriptInstance.h \
	WebCore/bindings/js/ScriptObject.cpp \
	WebCore/bindings/js/ScriptObject.h \
	WebCore/bindings/js/ScriptProfile.h \
	WebCore/bindings/js/ScriptProfileNode.h \
	WebCore/bindings/js/ScriptProfiler.cpp \
	WebCore/bindings/js/ScriptProfiler.h \
	WebCore/bindings/js/ScriptSourceCode.h \
	WebCore/bindings/js/ScriptSourceProvider.h \
	WebCore/bindings/js/ScriptState.cpp \
	WebCore/bindings/js/ScriptState.h \
	WebCore/bindings/js/ScriptString.h \
	WebCore/bindings/js/ScriptWrappable.h \
	WebCore/bindings/js/ScriptValue.cpp \
	WebCore/bindings/js/ScriptValue.h \
	WebCore/bindings/js/SerializedScriptValue.cpp \
	WebCore/bindings/js/SerializedScriptValue.h \
	WebCore/bindings/js/StringSourceProvider.h \
	WebCore/bindings/js/WebCoreJSClientData.h \
	WebCore/bindings/ScriptControllerBase.cpp \
	WebCore/bridge/Bridge.h \
	WebCore/bridge/IdentifierRep.cpp \
	WebCore/bridge/IdentifierRep.h \
	WebCore/bridge/NP_jsobject.cpp \
	WebCore/bridge/NP_jsobject.h \
	WebCore/bridge/c/CRuntimeObject.cpp \
	WebCore/bridge/c/CRuntimeObject.h \
	WebCore/bridge/c/c_class.cpp \
	WebCore/bridge/c/c_class.h \
	WebCore/bridge/c/c_instance.cpp \
	WebCore/bridge/c/c_instance.h \
	WebCore/bridge/c/c_runtime.cpp \
	WebCore/bridge/c/c_runtime.h \
	WebCore/bridge/c/c_utility.cpp \
	WebCore/bridge/c/c_utility.h \
	WebCore/bridge/jni/JNIBridge.h \
	WebCore/bridge/jni/JNIUtility.h \
	WebCore/bridge/jni/jni_jsobject.h \
	WebCore/bridge/jni/jsc/JNIBridgeJSC.h \
	WebCore/bridge/jni/jsc/JavaClassJSC.h \
	WebCore/bridge/jni/jsc/JavaInstanceJSC.h \
	WebCore/bridge/jsc/BridgeJSC.h \
	WebCore/bridge/jsc/BridgeJSC.cpp \
	WebCore/bridge/npapi.h \
	WebCore/bridge/npruntime.cpp \
	WebCore/bridge/npruntime.h \
	WebCore/bridge/npruntime_impl.h \
	WebCore/bridge/npruntime_internal.h \
	WebCore/bridge/npruntime_priv.h \
	WebCore/bridge/runtime_array.cpp \
	WebCore/bridge/runtime_array.h \
	WebCore/bridge/runtime_method.cpp \
	WebCore/bridge/runtime_method.h \
	WebCore/bridge/runtime_object.cpp \
	WebCore/bridge/runtime_object.h \
	WebCore/bridge/runtime_root.cpp \
	WebCore/bridge/runtime_root.h \
	WebCore/config.h \
	WebCore/css/CSSBorderImageValue.cpp \
	WebCore/css/CSSBorderImageValue.h \
	WebCore/css/CSSCanvasValue.cpp \
	WebCore/css/CSSCanvasValue.h \
	WebCore/css/CSSCharsetRule.cpp \
	WebCore/css/CSSCharsetRule.h \
	WebCore/css/CSSComputedStyleDeclaration.cpp \
	WebCore/css/CSSComputedStyleDeclaration.h \
	WebCore/css/CSSCursorImageValue.cpp \
	WebCore/css/CSSCursorImageValue.h \
	WebCore/css/CSSFontFace.cpp \
	WebCore/css/CSSFontFace.h \
	WebCore/css/CSSFontFaceRule.cpp \
	WebCore/css/CSSFontFaceRule.h \
	WebCore/css/CSSFontFaceSource.cpp \
	WebCore/css/CSSFontFaceSource.h \
	WebCore/css/CSSFontFaceSrcValue.cpp \
	WebCore/css/CSSFontFaceSrcValue.h \
	WebCore/css/CSSFontSelector.cpp \
	WebCore/css/CSSFontSelector.h \
	WebCore/css/CSSFunctionValue.cpp \
	WebCore/css/CSSFunctionValue.h \
	WebCore/css/CSSGradientValue.cpp \
	WebCore/css/CSSGradientValue.h \
	WebCore/css/CSSHelper.cpp \
	WebCore/css/CSSHelper.h \
	WebCore/css/CSSImageGeneratorValue.cpp \
	WebCore/css/CSSImageGeneratorValue.h \
	WebCore/css/CSSImageValue.cpp \
	WebCore/css/CSSImageValue.h \
	WebCore/css/CSSImportRule.cpp \
	WebCore/css/CSSImportRule.h \
	WebCore/css/CSSInheritedValue.cpp \
	WebCore/css/CSSInheritedValue.h \
	WebCore/css/CSSInitialValue.cpp \
	WebCore/css/CSSInitialValue.h \
	WebCore/css/CSSMediaRule.cpp \
	WebCore/css/CSSMediaRule.h \
	WebCore/css/CSSMutableStyleDeclaration.cpp \
	WebCore/css/CSSMutableStyleDeclaration.h \
	WebCore/css/CSSNamespace.h \
	WebCore/css/CSSPageRule.cpp \
	WebCore/css/CSSPageRule.h \
	WebCore/css/CSSParser.cpp \
	WebCore/css/CSSParser.h \
	WebCore/css/CSSParserValues.cpp \
	WebCore/css/CSSParserValues.h \
	WebCore/css/CSSPrimitiveValue.cpp \
	WebCore/css/CSSPrimitiveValue.h \
	WebCore/css/CSSPrimitiveValueMappings.h \
	WebCore/css/CSSProperty.cpp \
	WebCore/css/CSSProperty.h \
	WebCore/css/CSSPropertyLonghand.cpp \
	WebCore/css/CSSPropertyLonghand.h \
	WebCore/css/CSSQuirkPrimitiveValue.h \
	WebCore/css/CSSReflectValue.cpp \
	WebCore/css/CSSReflectValue.h \
	WebCore/css/CSSReflectionDirection.h \
	WebCore/css/CSSRule.cpp \
	WebCore/css/CSSRule.h \
	WebCore/css/CSSRuleList.cpp \
	WebCore/css/CSSRuleList.h \
	WebCore/css/CSSSegmentedFontFace.cpp \
	WebCore/css/CSSSegmentedFontFace.h \
	WebCore/css/CSSSelector.cpp \
	WebCore/css/CSSSelector.h \
	WebCore/css/CSSSelectorList.cpp \
	WebCore/css/CSSSelectorList.h \
	WebCore/css/CSSStyleDeclaration.cpp \
	WebCore/css/CSSStyleDeclaration.h \
	WebCore/css/CSSStyleRule.cpp \
	WebCore/css/CSSStyleRule.h \
	WebCore/css/CSSStyleSelector.cpp \
	WebCore/css/CSSStyleSelector.h \
	WebCore/css/CSSStyleSheet.cpp \
	WebCore/css/CSSStyleSheet.h \
	WebCore/css/CSSTimingFunctionValue.cpp \
	WebCore/css/CSSTimingFunctionValue.h \
	WebCore/css/CSSUnicodeRangeValue.cpp \
	WebCore/css/CSSUnicodeRangeValue.h \
	WebCore/css/CSSUnknownRule.h \
	WebCore/css/CSSValue.h \
	WebCore/css/CSSValueList.cpp \
	WebCore/css/CSSValueList.h \
	WebCore/css/CSSVariableDependentValue.cpp \
	WebCore/css/CSSVariableDependentValue.h \
	WebCore/css/CSSVariablesDeclaration.cpp \
	WebCore/css/CSSVariablesDeclaration.h \
	WebCore/css/CSSVariablesRule.cpp \
	WebCore/css/CSSVariablesRule.h \
	WebCore/css/Counter.h \
	WebCore/css/DashboardRegion.h \
	WebCore/css/FontFamilyValue.cpp \
	WebCore/css/FontFamilyValue.h \
	WebCore/css/FontValue.cpp \
	WebCore/css/FontValue.h \
	WebCore/css/MediaFeatureNames.cpp \
	WebCore/css/MediaFeatureNames.h \
	WebCore/css/MediaList.cpp \
	WebCore/css/MediaList.h \
	WebCore/css/MediaQuery.cpp \
	WebCore/css/MediaQueryEvaluator.cpp \
	WebCore/css/MediaQueryEvaluator.h \
	WebCore/css/MediaQueryExp.cpp \
	WebCore/css/MediaQueryExp.h \
	WebCore/css/MediaQuery.h \
	WebCore/css/Pair.h \
	WebCore/css/Rect.h \
	WebCore/css/RGBColor.cpp \
	WebCore/css/RGBColor.h \
	WebCore/css/ShadowValue.cpp \
	WebCore/css/ShadowValue.h \
	WebCore/css/StyleBase.cpp \
	WebCore/css/StyleBase.h \
	WebCore/css/StyleList.cpp \
	WebCore/css/StyleList.h \
	WebCore/css/StyleMedia.cpp \
	WebCore/css/StyleMedia.h \
	WebCore/css/StyleSheet.cpp \
	WebCore/css/StyleSheet.h \
	WebCore/css/StyleSheetList.cpp \
	WebCore/css/StyleSheetList.h \
	WebCore/css/WebKitCSSKeyframeRule.cpp \
	WebCore/css/WebKitCSSKeyframeRule.h \
	WebCore/css/WebKitCSSKeyframesRule.cpp \
	WebCore/css/WebKitCSSKeyframesRule.h \
	WebCore/css/WebKitCSSMatrix.cpp \
	WebCore/css/WebKitCSSMatrix.h \
	WebCore/css/WebKitCSSTransformValue.cpp \
	WebCore/css/WebKitCSSTransformValue.h \
	WebCore/dom/ActiveDOMObject.cpp \
	WebCore/dom/ActiveDOMObject.h \
	WebCore/dom/Attr.cpp \
	WebCore/dom/Attr.h \
	WebCore/dom/Attribute.cpp \
	WebCore/dom/Attribute.h \
	WebCore/dom/BeforeLoadEvent.h \
	WebCore/dom/BeforeTextInsertedEvent.cpp \
	WebCore/dom/BeforeTextInsertedEvent.h \
	WebCore/dom/BeforeUnloadEvent.cpp \
	WebCore/dom/BeforeUnloadEvent.h \
	WebCore/dom/CDATASection.cpp \
	WebCore/dom/CDATASection.h \
	WebCore/dom/CSSMappedAttributeDeclaration.cpp \
	WebCore/dom/CSSMappedAttributeDeclaration.h \
	WebCore/dom/CanvasSurface.cpp \
	WebCore/dom/CanvasSurface.h \
	WebCore/dom/CharacterData.cpp \
	WebCore/dom/CharacterData.h \
	WebCore/dom/CheckedRadioButtons.cpp \
	WebCore/dom/CheckedRadioButtons.h \
	WebCore/dom/ChildNodeList.cpp \
	WebCore/dom/ChildNodeList.h \
	WebCore/dom/ClassNodeList.cpp \
	WebCore/dom/ClassNodeList.h \
	WebCore/dom/ClientRect.cpp \
	WebCore/dom/ClientRect.h \
	WebCore/dom/ClientRectList.cpp \
	WebCore/dom/ClientRectList.h \
	WebCore/dom/Clipboard.cpp \
	WebCore/dom/Clipboard.h \
	WebCore/dom/ClipboardAccessPolicy.h \
	WebCore/dom/ClipboardEvent.cpp \
	WebCore/dom/ClipboardEvent.h \
	WebCore/dom/Comment.cpp \
	WebCore/dom/Comment.h \
	WebCore/dom/CompositionEvent.cpp \
	WebCore/dom/CompositionEvent.h \
	WebCore/dom/ContainerNode.cpp \
	WebCore/dom/ContainerNode.h \
	WebCore/dom/ContainerNodeAlgorithms.h \
	WebCore/dom/CustomEvent.cpp \
	WebCore/dom/CustomEvent.h \
	WebCore/dom/DOMCoreException.h \
	WebCore/dom/DOMImplementation.cpp \
	WebCore/dom/DOMImplementation.h \
	WebCore/dom/DeviceOrientation.cpp \
	WebCore/dom/DeviceOrientation.h \
	WebCore/dom/DeviceOrientationClient.h \
	WebCore/dom/DeviceOrientationController.cpp \
	WebCore/dom/DeviceOrientationController.h \
	WebCore/dom/DeviceOrientationEvent.cpp \
	WebCore/dom/DeviceOrientationEvent.h \
	WebCore/dom/Document.cpp \
	WebCore/dom/Document.h \
	WebCore/dom/DocumentFragment.cpp \
	WebCore/dom/DocumentFragment.h \
	WebCore/dom/DocumentMarker.h \
	WebCore/dom/DocumentType.cpp \
	WebCore/dom/DocumentType.h \
	WebCore/dom/DynamicNodeList.cpp \
	WebCore/dom/DynamicNodeList.h \
	WebCore/dom/EditingText.cpp \
	WebCore/dom/EditingText.h \
	WebCore/dom/Element.cpp \
	WebCore/dom/Element.h \
	WebCore/dom/ElementRareData.h \
	WebCore/dom/Entity.cpp \
	WebCore/dom/Entity.h \
	WebCore/dom/EntityReference.cpp \
	WebCore/dom/EntityReference.h \
	WebCore/dom/ErrorEvent.cpp \
	WebCore/dom/ErrorEvent.h \
	WebCore/dom/Event.cpp \
	WebCore/dom/Event.h \
	WebCore/dom/EventException.h \
	WebCore/dom/EventListener.h \
	WebCore/dom/EventNames.cpp \
	WebCore/dom/EventNames.h \
	WebCore/dom/EventTarget.cpp \
	WebCore/dom/EventTarget.h \
	WebCore/dom/ExceptionBase.cpp \
	WebCore/dom/ExceptionBase.h \
	WebCore/dom/ExceptionCode.cpp \
	WebCore/dom/ExceptionCode.h \
	WebCore/dom/InputElement.cpp \
	WebCore/dom/InputElement.h \
	WebCore/dom/KeyboardEvent.cpp \
	WebCore/dom/KeyboardEvent.h \
	WebCore/dom/MappedAttribute.h \
	WebCore/dom/MappedAttributeEntry.h \
	WebCore/dom/MessageChannel.cpp \
	WebCore/dom/MessageChannel.h \
	WebCore/dom/MessageEvent.cpp \
	WebCore/dom/MessageEvent.h \
	WebCore/dom/MessagePort.cpp \
	WebCore/dom/MessagePort.h \
	WebCore/dom/MessagePortChannel.cpp \
	WebCore/dom/MessagePortChannel.h \
	WebCore/dom/MouseEvent.cpp \
	WebCore/dom/MouseEvent.h \
	WebCore/dom/MouseRelatedEvent.cpp \
	WebCore/dom/MouseRelatedEvent.h \
	WebCore/dom/MutationEvent.cpp \
	WebCore/dom/MutationEvent.h \
	WebCore/dom/NameNodeList.cpp \
	WebCore/dom/NameNodeList.h \
	WebCore/dom/NamedMappedAttrMap.cpp \
	WebCore/dom/NamedMappedAttrMap.h \
	WebCore/dom/NamedNodeMap.cpp \
	WebCore/dom/NamedNodeMap.h \
	WebCore/dom/Node.cpp \
	WebCore/dom/Node.h \
	WebCore/dom/NodeFilter.cpp \
	WebCore/dom/NodeFilter.h \
	WebCore/dom/NodeFilterCondition.cpp \
	WebCore/dom/NodeFilterCondition.h \
	WebCore/dom/NodeIterator.cpp \
	WebCore/dom/NodeIterator.h \
	WebCore/dom/NodeList.h \
	WebCore/dom/NodeRareData.h \
	WebCore/dom/NodeRenderStyle.h \
	WebCore/dom/NodeWithIndex.h \
	WebCore/dom/Notation.cpp \
	WebCore/dom/Notation.h \
	WebCore/dom/OptionGroupElement.cpp \
	WebCore/dom/OptionGroupElement.h \
	WebCore/dom/OptionElement.cpp \
	WebCore/dom/OptionElement.h \
	WebCore/dom/OverflowEvent.cpp \
	WebCore/dom/OverflowEvent.h \
	WebCore/dom/PageTransitionEvent.cpp \
	WebCore/dom/PageTransitionEvent.h \
	WebCore/dom/Position.cpp \
	WebCore/dom/Position.h \
	WebCore/dom/PopStateEvent.cpp \
	WebCore/dom/PopStateEvent.h \
	WebCore/dom/PositionIterator.cpp \
	WebCore/dom/PositionIterator.h \
	WebCore/dom/ProcessingInstruction.cpp \
	WebCore/dom/ProcessingInstruction.h \
	WebCore/dom/ProgressEvent.cpp \
	WebCore/dom/ProgressEvent.h \
	WebCore/dom/QualifiedName.cpp \
	WebCore/dom/QualifiedName.h \
	WebCore/dom/Range.cpp \
	WebCore/dom/Range.h \
	WebCore/dom/RangeBoundaryPoint.h \
	WebCore/dom/RangeException.h \
	WebCore/dom/RegisteredEventListener.cpp \
	WebCore/dom/RegisteredEventListener.h \
	WebCore/dom/ScriptElement.cpp \
	WebCore/dom/ScriptElement.h \
	WebCore/dom/ScriptExecutionContext.cpp \
	WebCore/dom/ScriptExecutionContext.h \
	WebCore/dom/SelectElement.cpp \
	WebCore/dom/SelectElement.h \
	WebCore/dom/SelectorNodeList.cpp \
	WebCore/dom/SelectorNodeList.h \
	WebCore/dom/SpaceSplitString.cpp \
	WebCore/dom/SpaceSplitString.h \
	WebCore/dom/StaticNodeList.cpp \
	WebCore/dom/StaticNodeList.h \
	WebCore/dom/StyleElement.cpp \
	WebCore/dom/StyleElement.h \
	WebCore/dom/StyledElement.cpp \
	WebCore/dom/StyledElement.h \
	WebCore/dom/TagNodeList.cpp \
	WebCore/dom/TagNodeList.h \
	WebCore/dom/Text.cpp \
	WebCore/dom/Text.h \
	WebCore/dom/TextEvent.cpp \
	WebCore/dom/TextEvent.h \
	WebCore/dom/Tokenizer.h \
	WebCore/dom/Traversal.cpp \
	WebCore/dom/Traversal.h \
	WebCore/dom/TreeDepthLimit.h \
	WebCore/dom/TreeWalker.cpp \
	WebCore/dom/TreeWalker.h \
	WebCore/dom/UIEvent.cpp \
	WebCore/dom/UIEvent.h \
	WebCore/dom/UIEventWithKeyState.cpp \
	WebCore/dom/UIEventWithKeyState.h \
	WebCore/dom/UserGestureIndicator.cpp \
	WebCore/dom/UserGestureIndicator.h \
	WebCore/dom/UserTypingGestureIndicator.cpp \
	WebCore/dom/UserTypingGestureIndicator.h \
	WebCore/dom/ViewportArguments.cpp \
	WebCore/dom/ViewportArguments.h \
	WebCore/dom/WebKitAnimationEvent.cpp \
	WebCore/dom/WebKitAnimationEvent.h \
	WebCore/dom/WebKitTransitionEvent.cpp \
	WebCore/dom/WebKitTransitionEvent.h \
	WebCore/dom/WheelEvent.cpp \
	WebCore/dom/WheelEvent.h \
	WebCore/dom/XMLTokenizer.cpp \
	WebCore/dom/XMLTokenizer.h \
	WebCore/dom/XMLTokenizerLibxml2.cpp \
	WebCore/dom/XMLTokenizerScope.cpp \
	WebCore/dom/XMLTokenizerScope.h \
	WebCore/dom/default/PlatformMessagePortChannel.cpp \
	WebCore/dom/default/PlatformMessagePortChannel.h \
	WebCore/editing/AppendNodeCommand.cpp \
	WebCore/editing/AppendNodeCommand.h \
	WebCore/editing/ApplyStyleCommand.cpp \
	WebCore/editing/ApplyStyleCommand.h \
	WebCore/editing/BreakBlockquoteCommand.cpp \
	WebCore/editing/BreakBlockquoteCommand.h \
	WebCore/editing/CompositeEditCommand.cpp \
	WebCore/editing/CompositeEditCommand.h \
	WebCore/editing/CreateLinkCommand.cpp \
	WebCore/editing/CreateLinkCommand.h \
	WebCore/editing/DeleteButton.cpp \
	WebCore/editing/DeleteButton.h \
	WebCore/editing/DeleteButtonController.cpp \
	WebCore/editing/DeleteButtonController.h \
	WebCore/editing/DeleteFromTextNodeCommand.cpp \
	WebCore/editing/DeleteFromTextNodeCommand.h \
	WebCore/editing/DeleteSelectionCommand.cpp \
	WebCore/editing/DeleteSelectionCommand.h \
	WebCore/editing/EditAction.h \
	WebCore/editing/EditCommand.cpp \
	WebCore/editing/EditCommand.h \
	WebCore/editing/Editor.cpp \
	WebCore/editing/Editor.h \
	WebCore/editing/EditorCommand.cpp \
	WebCore/editing/EditorDeleteAction.h \
	WebCore/editing/EditorInsertAction.h \
	WebCore/editing/FormatBlockCommand.cpp \
	WebCore/editing/FormatBlockCommand.h \
	WebCore/editing/HTMLInterchange.cpp \
	WebCore/editing/HTMLInterchange.h \
	WebCore/editing/IndentOutdentCommand.cpp \
	WebCore/editing/IndentOutdentCommand.h \
	WebCore/editing/InsertIntoTextNodeCommand.cpp \
	WebCore/editing/InsertIntoTextNodeCommand.h \
	WebCore/editing/InsertLineBreakCommand.cpp \
	WebCore/editing/InsertLineBreakCommand.h \
	WebCore/editing/InsertListCommand.cpp \
	WebCore/editing/InsertListCommand.h \
	WebCore/editing/InsertNodeBeforeCommand.cpp \
	WebCore/editing/InsertNodeBeforeCommand.h \
	WebCore/editing/InsertParagraphSeparatorCommand.cpp \
	WebCore/editing/InsertParagraphSeparatorCommand.h \
	WebCore/editing/InsertTextCommand.cpp \
	WebCore/editing/InsertTextCommand.h \
	WebCore/editing/JoinTextNodesCommand.cpp \
	WebCore/editing/JoinTextNodesCommand.h \
	WebCore/editing/MergeIdenticalElementsCommand.cpp \
	WebCore/editing/MergeIdenticalElementsCommand.h \
	WebCore/editing/ModifySelectionListLevel.cpp \
	WebCore/editing/ModifySelectionListLevel.h \
	WebCore/editing/MoveSelectionCommand.cpp \
	WebCore/editing/MoveSelectionCommand.h \
	WebCore/editing/RemoveCSSPropertyCommand.cpp \
	WebCore/editing/RemoveCSSPropertyCommand.h \
	WebCore/editing/RemoveFormatCommand.cpp \
	WebCore/editing/RemoveFormatCommand.h \
	WebCore/editing/RemoveNodeCommand.cpp \
	WebCore/editing/RemoveNodeCommand.h \
	WebCore/editing/RemoveNodePreservingChildrenCommand.cpp \
	WebCore/editing/RemoveNodePreservingChildrenCommand.h \
	WebCore/editing/ReplaceNodeWithSpanCommand.cpp \
	WebCore/editing/ReplaceNodeWithSpanCommand.h \
	WebCore/editing/ReplaceSelectionCommand.cpp \
	WebCore/editing/ReplaceSelectionCommand.h \
	WebCore/editing/SelectionController.cpp \
	WebCore/editing/SelectionController.h \
	WebCore/editing/SetNodeAttributeCommand.cpp \
	WebCore/editing/SetNodeAttributeCommand.h \
	WebCore/editing/SmartReplace.cpp \
	WebCore/editing/SmartReplace.h \
	WebCore/editing/SmartReplaceICU.cpp \
	WebCore/editing/SplitElementCommand.cpp \
	WebCore/editing/SplitElementCommand.h \
	WebCore/editing/SplitTextNodeCommand.cpp \
	WebCore/editing/SplitTextNodeCommand.h \
	WebCore/editing/SplitTextNodeContainingElementCommand.cpp \
	WebCore/editing/SplitTextNodeContainingElementCommand.h \
	WebCore/editing/TextAffinity.h \
	WebCore/editing/TextGranularity.h \
	WebCore/editing/TextIterator.cpp \
	WebCore/editing/TextIterator.h \
	WebCore/editing/TypingCommand.cpp \
	WebCore/editing/TypingCommand.h \
	WebCore/editing/UnlinkCommand.cpp \
	WebCore/editing/UnlinkCommand.h \
	WebCore/editing/VisiblePosition.cpp \
	WebCore/editing/VisiblePosition.h \
	WebCore/editing/VisibleSelection.cpp \
	WebCore/editing/VisibleSelection.h \
	WebCore/editing/WrapContentsInDummySpanCommand.cpp \
	WebCore/editing/WrapContentsInDummySpanCommand.h \
	WebCore/editing/htmlediting.cpp \
	WebCore/editing/htmlediting.h \
	WebCore/editing/markup.cpp \
	WebCore/editing/markup.h \
	WebCore/editing/visible_units.cpp \
	WebCore/editing/visible_units.h \
	WebCore/editing/gtk/SelectionControllerGtk.cpp \
	WebCore/history/BackForwardList.cpp \
	WebCore/history/BackForwardList.h \
	WebCore/history/CachedFrame.cpp \
	WebCore/history/CachedFrame.h \
	WebCore/history/CachedFramePlatformData.h \
	WebCore/history/CachedPage.cpp \
	WebCore/history/CachedPage.h \
	WebCore/history/HistoryItem.cpp \
	WebCore/history/HistoryItem.h \
	WebCore/history/PageCache.cpp \
	WebCore/history/PageCache.h \
	WebCore/html/Blob.cpp \
	WebCore/html/Blob.h \
	WebCore/html/canvas/CanvasContextAttributes.h \
	WebCore/html/canvas/CanvasGradient.cpp \
	WebCore/html/canvas/CanvasGradient.h \
	WebCore/html/canvas/CanvasPattern.cpp \
	WebCore/html/canvas/CanvasPattern.h \
	WebCore/html/canvas/CanvasPixelArray.cpp \
	WebCore/html/canvas/CanvasPixelArray.h \
	WebCore/html/canvas/CanvasRenderingContext.cpp \
	WebCore/html/canvas/CanvasRenderingContext.h \
	WebCore/html/canvas/CanvasRenderingContext2D.cpp \
	WebCore/html/canvas/CanvasRenderingContext2D.h \
	WebCore/html/canvas/CanvasStyle.cpp \
	WebCore/html/canvas/CanvasStyle.h \
	WebCore/html/CollectionCache.cpp \
	WebCore/html/CollectionCache.h \
	WebCore/html/CollectionType.h \
	WebCore/html/DataGridColumn.cpp \
	WebCore/html/DataGridColumn.h \
	WebCore/html/DataGridColumnList.cpp \
	WebCore/html/DataGridColumnList.h \
	WebCore/html/DataGridDataSource.h \
	WebCore/html/DateComponents.cpp \
	WebCore/html/DateComponents.h \
	WebCore/html/DOMDataGridDataSource.cpp \
	WebCore/html/DOMDataGridDataSource.h \
	WebCore/html/DOMFormData.cpp \
	WebCore/html/DOMFormData.h \
	WebCore/html/File.cpp \
	WebCore/html/File.h \
	WebCore/html/FileError.h \
	WebCore/html/FileList.cpp \
	WebCore/html/FileList.h \
	WebCore/html/FileReader.cpp \
	WebCore/html/FileReader.h \
	WebCore/html/FileStream.cpp \
	WebCore/html/FileStream.h \
	WebCore/html/FileStreamClient.h \
	WebCore/html/FileStreamProxy.cpp \
	WebCore/html/FileStreamProxy.h \
	WebCore/html/FileThread.cpp \
	WebCore/html/FileThread.h \
	WebCore/html/FileThreadTask.h \
	WebCore/html/FormDataList.cpp \
	WebCore/html/FormDataList.h \
	WebCore/html/HTMLAllCollection.cpp \
	WebCore/html/HTMLAllCollection.h \
	WebCore/html/HTMLAnchorElement.cpp \
	WebCore/html/HTMLAnchorElement.h \
	WebCore/html/HTMLAppletElement.cpp \
	WebCore/html/HTMLAppletElement.h \
	WebCore/html/HTMLAreaElement.cpp \
	WebCore/html/HTMLAreaElement.h \
	WebCore/html/HTMLBRElement.cpp \
	WebCore/html/HTMLBRElement.h \
	WebCore/html/HTMLBaseElement.cpp \
	WebCore/html/HTMLBaseElement.h \
	WebCore/html/HTMLBaseFontElement.cpp \
	WebCore/html/HTMLBaseFontElement.h \
	WebCore/html/HTMLBlockquoteElement.cpp \
	WebCore/html/HTMLBlockquoteElement.h \
	WebCore/html/HTMLBodyElement.cpp \
	WebCore/html/HTMLBodyElement.h \
	WebCore/html/HTMLButtonElement.cpp \
	WebCore/html/HTMLButtonElement.h \
	WebCore/html/HTMLCanvasElement.cpp \
	WebCore/html/HTMLCanvasElement.h \
	WebCore/html/HTMLCollection.cpp \
	WebCore/html/HTMLCollection.h \
	WebCore/html/HTMLDataGridElement.cpp \
	WebCore/html/HTMLDataGridElement.h \
	WebCore/html/HTMLDataGridCellElement.cpp \
	WebCore/html/HTMLDataGridCellElement.h \
	WebCore/html/HTMLDataGridColElement.cpp \
	WebCore/html/HTMLDataGridColElement.h \
	WebCore/html/HTMLDataGridRowElement.cpp \
	WebCore/html/HTMLDataGridRowElement.h \
	WebCore/html/HTMLDataListElement.cpp \
	WebCore/html/HTMLDataListElement.h \
	WebCore/html/HTMLDListElement.cpp \
	WebCore/html/HTMLDListElement.h \
	WebCore/html/HTMLDirectoryElement.cpp \
	WebCore/html/HTMLDirectoryElement.h \
	WebCore/html/HTMLDivElement.cpp \
	WebCore/html/HTMLDivElement.h \
	WebCore/html/HTMLDocument.cpp \
	WebCore/html/HTMLDocument.h \
	WebCore/html/HTMLElement.cpp \
	WebCore/html/HTMLElement.h \
	WebCore/html/HTMLEmbedElement.cpp \
	WebCore/html/HTMLEmbedElement.h \
	WebCore/html/HTMLFieldSetElement.cpp \
	WebCore/html/HTMLFieldSetElement.h \
	WebCore/html/HTMLFontElement.cpp \
	WebCore/html/HTMLFontElement.h \
	WebCore/html/HTMLFormCollection.cpp \
	WebCore/html/HTMLFormCollection.h \
	WebCore/html/HTMLFormControlElement.cpp \
	WebCore/html/HTMLFormControlElement.h \
	WebCore/html/HTMLFormElement.cpp \
	WebCore/html/HTMLFormElement.h \
	WebCore/html/HTMLFrameElement.cpp \
	WebCore/html/HTMLFrameElement.h \
	WebCore/html/HTMLFrameElementBase.cpp \
	WebCore/html/HTMLFrameElementBase.h \
	WebCore/html/HTMLFrameOwnerElement.cpp \
	WebCore/html/HTMLFrameOwnerElement.h \
	WebCore/html/HTMLFrameSetElement.cpp \
	WebCore/html/HTMLFrameSetElement.h \
	WebCore/html/HTMLHRElement.cpp \
	WebCore/html/HTMLHRElement.h \
	WebCore/html/HTMLHeadElement.cpp \
	WebCore/html/HTMLHeadElement.h \
	WebCore/html/HTMLHeadingElement.cpp \
	WebCore/html/HTMLHeadingElement.h \
	WebCore/html/HTMLHtmlElement.cpp \
	WebCore/html/HTMLHtmlElement.h \
	WebCore/html/HTMLIFrameElement.cpp \
	WebCore/html/HTMLIFrameElement.h \
	WebCore/html/HTMLImageElement.cpp \
	WebCore/html/HTMLImageElement.h \
	WebCore/html/HTMLImageLoader.cpp \
	WebCore/html/HTMLImageLoader.h \
	WebCore/html/HTMLInputElement.cpp \
	WebCore/html/HTMLInputElement.h \
	WebCore/html/HTMLIsIndexElement.cpp \
	WebCore/html/HTMLIsIndexElement.h \
	WebCore/html/HTMLKeygenElement.cpp \
	WebCore/html/HTMLKeygenElement.h \
	WebCore/html/HTMLLIElement.cpp \
	WebCore/html/HTMLLIElement.h \
	WebCore/html/HTMLLabelElement.cpp \
	WebCore/html/HTMLLabelElement.h \
	WebCore/html/HTMLLegendElement.cpp \
	WebCore/html/HTMLLegendElement.h \
	WebCore/html/HTMLLinkElement.cpp \
	WebCore/html/HTMLLinkElement.h \
	WebCore/html/HTMLMapElement.cpp \
	WebCore/html/HTMLMapElement.h \
	WebCore/html/HTMLMarqueeElement.cpp \
	WebCore/html/HTMLMarqueeElement.h \
	WebCore/html/HTMLMenuElement.cpp \
	WebCore/html/HTMLMenuElement.h \
	WebCore/html/HTMLMetaElement.cpp \
	WebCore/html/HTMLMetaElement.h \
	WebCore/html/HTMLModElement.cpp \
	WebCore/html/HTMLModElement.h \
	WebCore/html/HTMLNameCollection.cpp \
	WebCore/html/HTMLNameCollection.h \
	WebCore/html/HTMLOListElement.cpp \
	WebCore/html/HTMLOListElement.h \
	WebCore/html/HTMLObjectElement.cpp \
	WebCore/html/HTMLObjectElement.h \
	WebCore/html/HTMLOptGroupElement.cpp \
	WebCore/html/HTMLOptGroupElement.h \
	WebCore/html/HTMLOptionElement.cpp \
	WebCore/html/HTMLOptionElement.h \
	WebCore/html/HTMLOptionsCollection.cpp \
	WebCore/html/HTMLOptionsCollection.h \
	WebCore/html/HTMLParagraphElement.cpp \
	WebCore/html/HTMLParagraphElement.h \
	WebCore/html/HTMLParamElement.cpp \
	WebCore/html/HTMLParamElement.h \
	WebCore/html/HTMLParser.cpp \
	WebCore/html/HTMLParser.h \
	WebCore/html/HTMLParserErrorCodes.cpp \
	WebCore/html/HTMLParserErrorCodes.h \
	WebCore/html/HTMLParserQuirks.h \
	WebCore/html/HTMLPlugInElement.cpp \
	WebCore/html/HTMLPlugInElement.h \
	WebCore/html/HTMLPlugInImageElement.cpp \
	WebCore/html/HTMLPlugInImageElement.h \
	WebCore/html/HTMLPreElement.cpp \
	WebCore/html/HTMLPreElement.h \
	WebCore/html/HTMLProgressElement.cpp \
	WebCore/html/HTMLProgressElement.h \
	WebCore/html/HTMLQuoteElement.cpp \
	WebCore/html/HTMLQuoteElement.h \
	WebCore/html/HTMLScriptElement.cpp \
	WebCore/html/HTMLScriptElement.h \
	WebCore/html/HTMLSelectElement.cpp \
	WebCore/html/HTMLSelectElement.h \
	WebCore/html/HTMLStyleElement.cpp \
	WebCore/html/HTMLStyleElement.h \
	WebCore/html/HTMLTableCaptionElement.cpp \
	WebCore/html/HTMLTableCaptionElement.h \
	WebCore/html/HTMLTableCellElement.cpp \
	WebCore/html/HTMLTableCellElement.h \
	WebCore/html/HTMLTableColElement.cpp \
	WebCore/html/HTMLTableColElement.h \
	WebCore/html/HTMLTableElement.cpp \
	WebCore/html/HTMLTableElement.h \
	WebCore/html/HTMLTablePartElement.cpp \
	WebCore/html/HTMLTablePartElement.h \
	WebCore/html/HTMLTableRowElement.cpp \
	WebCore/html/HTMLTableRowElement.h \
	WebCore/html/HTMLTableRowsCollection.cpp \
	WebCore/html/HTMLTableRowsCollection.h \
	WebCore/html/HTMLTableSectionElement.cpp \
	WebCore/html/HTMLTableSectionElement.h \
	WebCore/html/HTMLTextAreaElement.cpp \
	WebCore/html/HTMLTextAreaElement.h \
	WebCore/html/HTMLTitleElement.cpp \
	WebCore/html/HTMLTitleElement.h \
	WebCore/html/HTMLTokenizer.cpp \
	WebCore/html/HTMLTokenizer.h \
	WebCore/html/HTMLUListElement.cpp \
	WebCore/html/HTMLUListElement.h \
	WebCore/html/HTMLViewSourceDocument.cpp \
	WebCore/html/HTMLViewSourceDocument.h \
	WebCore/html/ImageData.cpp \
	WebCore/html/ImageData.h \
	WebCore/html/MediaError.h \
	WebCore/html/PreloadScanner.cpp \
	WebCore/html/PreloadScanner.h \
	WebCore/html/StepRange.cpp \
	WebCore/html/StepRange.h \
	WebCore/html/TextMetrics.h \
	WebCore/html/ValidityState.cpp \
	WebCore/html/ValidityState.h \
	WebCore/html/VoidCallback.h \
	WebCore/icu/unicode/parseerr.h \
	WebCore/icu/unicode/platform.h \
	WebCore/icu/unicode/putil.h \
	WebCore/icu/unicode/ubrk.h \
	WebCore/icu/unicode/uchar.h \
	WebCore/icu/unicode/ucnv.h \
	WebCore/icu/unicode/ucnv_cb.h \
	WebCore/icu/unicode/ucnv_err.h \
	WebCore/icu/unicode/ucol.h \
	WebCore/icu/unicode/uconfig.h \
	WebCore/icu/unicode/uenum.h \
	WebCore/icu/unicode/uidna.h \
	WebCore/icu/unicode/uiter.h \
	WebCore/icu/unicode/uloc.h \
	WebCore/icu/unicode/umachine.h \
	WebCore/icu/unicode/unorm.h \
	WebCore/icu/unicode/urename.h \
	WebCore/icu/unicode/uscript.h \
	WebCore/icu/unicode/uset.h \
	WebCore/icu/unicode/ushape.h \
	WebCore/icu/unicode/ustring.h \
	WebCore/icu/unicode/utf.h \
	WebCore/icu/unicode/utf16.h \
	WebCore/icu/unicode/utf8.h \
	WebCore/icu/unicode/utf_old.h \
	WebCore/icu/unicode/utypes.h \
	WebCore/icu/unicode/uversion.h \
	WebCore/inspector/ConsoleMessage.cpp \
	WebCore/inspector/ConsoleMessage.h \
	WebCore/inspector/InjectedScript.cpp \
	WebCore/inspector/InjectedScript.h \
	WebCore/inspector/InjectedScriptHost.cpp \
	WebCore/inspector/InjectedScriptHost.h \
	WebCore/inspector/InspectorBackend.cpp \
	WebCore/inspector/InspectorBackend.h \
	WebCore/inspector/InspectorCSSStore.cpp \
	WebCore/inspector/InspectorCSSStore.h \
	WebCore/inspector/InspectorDatabaseResource.cpp \
	WebCore/inspector/InspectorDatabaseResource.h \
	WebCore/inspector/InspectorDOMAgent.cpp \
	WebCore/inspector/InspectorDOMAgent.h \
	WebCore/inspector/InspectorDOMStorageResource.cpp \
	WebCore/inspector/InspectorDOMStorageResource.h \
	WebCore/inspector/InspectorClient.h \
	WebCore/inspector/InspectorController.cpp \
	WebCore/inspector/InspectorController.h \
	WebCore/inspector/InspectorFrontend.cpp \
	WebCore/inspector/InspectorFrontend.h \
	WebCore/inspector/InspectorFrontendClient.h \
	WebCore/inspector/InspectorFrontendClientLocal.cpp \
	WebCore/inspector/InspectorFrontendClientLocal.h \
	WebCore/inspector/InspectorFrontendHost.cpp \
	WebCore/inspector/InspectorFrontendHost.h \
	WebCore/inspector/InspectorResource.cpp \
	WebCore/inspector/InspectorResource.h \
	WebCore/inspector/InspectorTimelineAgent.cpp \
	WebCore/inspector/InspectorTimelineAgent.h \
	WebCore/inspector/InspectorWorkerResource.h \
	WebCore/inspector/ScriptBreakpoint.h \
	WebCore/inspector/ScriptDebugListener.h \
	WebCore/inspector/ScriptGCEventListener.h \
	WebCore/inspector/TimelineRecordFactory.cpp \
	WebCore/inspector/TimelineRecordFactory.h \
	WebCore/loader/Cache.cpp \
	WebCore/loader/Cache.h \
	WebCore/loader/CachePolicy.h \
	WebCore/loader/CachedCSSStyleSheet.cpp \
	WebCore/loader/CachedCSSStyleSheet.h \
	WebCore/loader/CachedFont.cpp \
	WebCore/loader/CachedFont.h \
	WebCore/loader/CachedImage.cpp \
	WebCore/loader/CachedImage.h \
	WebCore/loader/CachedResource.cpp \
	WebCore/loader/CachedResource.h \
	WebCore/loader/CachedResourceClient.h \
	WebCore/loader/CachedResourceClientWalker.cpp \
	WebCore/loader/CachedResourceClientWalker.h \
	WebCore/loader/CachedResourceHandle.cpp \
	WebCore/loader/CachedResourceHandle.h \
	WebCore/loader/CachedScript.cpp \
	WebCore/loader/CachedScript.h \
	WebCore/loader/CachedXBLDocument.h \
	WebCore/loader/CachedXSLStyleSheet.cpp \
	WebCore/loader/CachedXSLStyleSheet.h \
	WebCore/loader/CrossOriginAccessControl.cpp \
	WebCore/loader/CrossOriginAccessControl.h \
	WebCore/loader/CrossOriginPreflightResultCache.cpp \
	WebCore/loader/CrossOriginPreflightResultCache.h \
	WebCore/loader/DocLoader.cpp \
	WebCore/loader/DocLoader.h \
	WebCore/loader/DocumentLoader.cpp \
	WebCore/loader/DocumentLoader.h \
	WebCore/loader/DocumentThreadableLoader.cpp \
	WebCore/loader/DocumentThreadableLoader.h \
	WebCore/loader/DocumentWriter.cpp \
	WebCore/loader/DocumentWriter.h \
	WebCore/loader/EmptyClients.h \
	WebCore/loader/FTPDirectoryDocument.cpp \
	WebCore/loader/FTPDirectoryDocument.h \
	WebCore/loader/FTPDirectoryParser.cpp \
	WebCore/loader/FTPDirectoryParser.h \
	WebCore/loader/FormState.cpp \
	WebCore/loader/FormState.h \
	WebCore/loader/FrameLoader.cpp \
	WebCore/loader/FrameLoader.h \
	WebCore/loader/FrameLoaderClient.h \
	WebCore/loader/FrameLoaderTypes.h \
	WebCore/loader/HistoryController.cpp \
	WebCore/loader/HistoryController.h \
	WebCore/loader/ImageDocument.cpp \
	WebCore/loader/ImageDocument.h \
	WebCore/loader/ImageLoader.cpp \
	WebCore/loader/ImageLoader.h \
	WebCore/loader/MainResourceLoader.cpp \
	WebCore/loader/MainResourceLoader.h \
	WebCore/loader/MediaDocument.cpp \
	WebCore/loader/MediaDocument.h \
	WebCore/loader/NavigationAction.cpp \
	WebCore/loader/NavigationAction.h \
	WebCore/loader/NetscapePlugInStreamLoader.cpp \
	WebCore/loader/NetscapePlugInStreamLoader.h \
	WebCore/loader/PlaceholderDocument.cpp \
	WebCore/loader/PlaceholderDocument.h \
	WebCore/loader/PluginDocument.cpp \
	WebCore/loader/PluginDocument.h \
	WebCore/loader/PolicyCallback.cpp \
	WebCore/loader/PolicyCallback.h \
	WebCore/loader/PolicyChecker.cpp \
	WebCore/loader/PolicyChecker.h \
	WebCore/loader/ProgressTracker.cpp \
	WebCore/loader/ProgressTracker.h \
	WebCore/loader/RedirectScheduler.cpp \
	WebCore/loader/RedirectScheduler.h \
	WebCore/loader/Request.cpp \
	WebCore/loader/Request.h \
	WebCore/loader/ResourceLoader.cpp \
	WebCore/loader/ResourceLoader.h \
	WebCore/loader/ResourceLoadNotifier.cpp \
	WebCore/loader/ResourceLoadNotifier.h \
    WebCore/loader/SinkDocument.cpp \
    WebCore/loader/SinkDocument.h \
	WebCore/loader/SubresourceLoader.cpp \
	WebCore/loader/SubresourceLoader.h \
	WebCore/loader/SubresourceLoaderClient.h \
	WebCore/loader/SubstituteData.h \
	WebCore/loader/SubstituteResource.h \
	WebCore/loader/TextDocument.cpp \
	WebCore/loader/TextDocument.h \
	WebCore/loader/TextResourceDecoder.cpp \
	WebCore/loader/TextResourceDecoder.h \
	WebCore/loader/ThreadableLoader.cpp \
	WebCore/loader/ThreadableLoader.h \
	WebCore/loader/ThreadableLoaderClient.h \
	WebCore/loader/ThreadableLoaderClientWrapper.h \
	WebCore/loader/WorkerThreadableLoader.cpp \
	WebCore/loader/WorkerThreadableLoader.h \
	WebCore/loader/archive/Archive.h \
	WebCore/loader/archive/ArchiveFactory.cpp \
	WebCore/loader/archive/ArchiveFactory.h \
	WebCore/loader/archive/ArchiveResource.cpp \
	WebCore/loader/archive/ArchiveResource.h \
	WebCore/loader/archive/ArchiveResourceCollection.cpp \
	WebCore/loader/archive/ArchiveResourceCollection.h \
	WebCore/loader/icon/IconFetcher.h \
	WebCore/loader/icon/IconLoader.cpp \
	WebCore/loader/icon/IconLoader.h \
	WebCore/loader/loader.cpp \
	WebCore/loader/loader.h \
	WebCore/page/BarInfo.cpp \
	WebCore/page/BarInfo.h \
	WebCore/page/Chrome.cpp \
	WebCore/page/Chrome.h \
	WebCore/page/ChromeClient.h \
	WebCore/page/Console.cpp \
	WebCore/page/Console.h \
	WebCore/page/ContextMenuClient.h \
	WebCore/page/ContextMenuController.cpp \
	WebCore/page/ContextMenuController.h \
	WebCore/page/ContextMenuProvider.h \
	WebCore/page/Coordinates.h \
	WebCore/page/DOMSelection.cpp \
	WebCore/page/DOMSelection.h \
	WebCore/page/DOMTimer.cpp \
	WebCore/page/DOMTimer.h \
	WebCore/page/DOMWindow.cpp \
	WebCore/page/DOMWindow.h \
	WebCore/page/DragActions.h \
	WebCore/page/DragClient.h \
	WebCore/page/DragController.cpp \
	WebCore/page/DragController.h \
	WebCore/page/EditorClient.h \
	WebCore/page/EventHandler.cpp \
	WebCore/page/EventHandler.h \
	WebCore/page/EventSource.cpp \
	WebCore/page/EventSource.h \
	WebCore/page/FocusController.cpp \
	WebCore/page/FocusController.h \
	WebCore/page/FocusDirection.h \
	WebCore/page/Frame.cpp \
	WebCore/page/Frame.h \
	WebCore/page/FrameLoadRequest.h \
	WebCore/page/FrameTree.cpp \
	WebCore/page/FrameTree.h \
	WebCore/page/FrameView.cpp \
	WebCore/page/FrameView.h \
	WebCore/page/Geolocation.cpp \
	WebCore/page/Geolocation.h \
	WebCore/page/GeolocationController.cpp \
	WebCore/page/GeolocationController.h \
	WebCore/page/GeolocationControllerClient.h \
	WebCore/page/GeolocationError.h \
	WebCore/page/GeolocationPosition.h \
	WebCore/page/GeolocationPositionCache.cpp \
	WebCore/page/GeolocationPositionCache.h \
	WebCore/page/Geoposition.h \
	WebCore/page/HaltablePlugin.h \
	WebCore/page/History.cpp \
	WebCore/page/History.h \
	WebCore/page/Location.cpp \
	WebCore/page/Location.h \
	WebCore/page/MediaCanStartListener.h \
	WebCore/page/MouseEventWithHitTestResults.cpp \
	WebCore/page/MouseEventWithHitTestResults.h \
	WebCore/page/Navigator.cpp \
	WebCore/page/Navigator.h \
	WebCore/page/NavigatorBase.cpp \
	WebCore/page/NavigatorBase.h \
	WebCore/page/OriginAccessEntry.cpp \
	WebCore/page/OriginAccessEntry.h \
	WebCore/page/Page.cpp \
	WebCore/page/Page.h \
	WebCore/page/PageGroup.cpp \
	WebCore/page/PageGroup.h \
  WebCore/page/PageGroupLoadDeferrer.cpp \
  WebCore/page/PageGroupLoadDeferrer.h \
	WebCore/page/PluginHalter.cpp \
	WebCore/page/PluginHalter.h \
	WebCore/page/PluginHalterClient.h \
	WebCore/page/PositionCallback.h \
	WebCore/page/PositionError.h \
	WebCore/page/PositionErrorCallback.h \
	WebCore/page/PositionOptions.h \
	WebCore/page/PrintContext.cpp \
	WebCore/page/PrintContext.h \
	WebCore/page/Screen.cpp \
	WebCore/page/Screen.h \
	WebCore/page/SecurityOrigin.cpp \
	WebCore/page/SecurityOrigin.h \
	WebCore/page/SecurityOriginHash.h \
	WebCore/page/Settings.cpp \
	WebCore/page/Settings.h \
	WebCore/page/SpatialNavigation.cpp \
	WebCore/page/SpatialNavigation.h \
	WebCore/page/SuspendableTimer.cpp \
	WebCore/page/SuspendableTimer.h \
	WebCore/page/UserContentURLPattern.cpp \
	WebCore/page/UserContentURLPattern.h \
	WebCore/page/UserScript.h \
	WebCore/page/UserScriptTypes.h \
	WebCore/page/UserStyleSheet.h \
	WebCore/page/UserStyleSheetTypes.h \
	WebCore/page/WebKitPoint.h \
	WebCore/page/WindowFeatures.cpp \
	WebCore/page/WindowFeatures.h \
	WebCore/page/XSSAuditor.cpp \
	WebCore/page/XSSAuditor.h \
	WebCore/page/ZoomMode.h \
	WebCore/page/animation/AnimationBase.cpp \
	WebCore/page/animation/AnimationBase.h \
	WebCore/page/animation/AnimationController.cpp \
	WebCore/page/animation/AnimationController.h \
	WebCore/page/animation/AnimationControllerPrivate.h \
	WebCore/page/animation/CompositeAnimation.cpp \
	WebCore/page/animation/CompositeAnimation.h \
	WebCore/page/animation/ImplicitAnimation.cpp \
	WebCore/page/animation/ImplicitAnimation.h \
	WebCore/page/animation/KeyframeAnimation.cpp \
	WebCore/page/animation/KeyframeAnimation.h \
	WebCore/platform/Arena.cpp \
	WebCore/platform/Arena.h \
	WebCore/platform/AutodrainedPool.h \
	WebCore/platform/ContentType.cpp \
	WebCore/platform/ContentType.h \
	WebCore/platform/ContextMenu.cpp \
	WebCore/platform/ContextMenu.h \
	WebCore/platform/ContextMenuItem.h \
	WebCore/platform/Cookie.h \
	WebCore/platform/CookieJar.h \
	WebCore/platform/CrossThreadCopier.cpp \
	WebCore/platform/CrossThreadCopier.h \
	WebCore/platform/Cursor.h \
	WebCore/platform/DeprecatedPtrList.h \
	WebCore/platform/DeprecatedPtrListImpl.cpp \
	WebCore/platform/DeprecatedPtrListImpl.h \
	WebCore/platform/DragData.cpp \
	WebCore/platform/DragData.h \
	WebCore/platform/DragImage.cpp \
	WebCore/platform/DragImage.h \
	WebCore/platform/EventLoop.h \
	WebCore/platform/FileChooser.cpp \
	WebCore/platform/FileChooser.h \
	WebCore/platform/FileSystem.h \
	WebCore/platform/FloatConversion.h \
	WebCore/platform/GeolocationService.cpp \
	WebCore/platform/GeolocationService.h \
	WebCore/platform/HostWindow.h \
	WebCore/platform/KURL.cpp \
	WebCore/platform/KURL.h \
	WebCore/platform/KURLHash.h \
	WebCore/platform/Language.h \
	WebCore/platform/Length.cpp \
	WebCore/platform/Length.h \
	WebCore/platform/LengthBox.h \
	WebCore/platform/LengthSize.h \
	WebCore/platform/LinkHash.cpp \
	WebCore/platform/LinkHash.h \
	WebCore/platform/LocalizedStrings.h \
	WebCore/platform/Logging.cpp \
	WebCore/platform/Logging.h \
	WebCore/platform/MIMETypeRegistry.cpp \
	WebCore/platform/MIMETypeRegistry.h \
	WebCore/platform/mock/DeviceOrientationClientMock.cpp \
	WebCore/platform/mock/DeviceOrientationClientMock.h \
	WebCore/platform/mock/GeolocationServiceMock.cpp \
	WebCore/platform/mock/GeolocationServiceMock.h \
	WebCore/platform/NotImplemented.h \
	WebCore/platform/Pasteboard.h \
	WebCore/platform/PlatformKeyboardEvent.h \
	WebCore/platform/PlatformMenuDescription.h \
	WebCore/platform/PlatformMouseEvent.h \
	WebCore/platform/PlatformScreen.h \
	WebCore/platform/PlatformWheelEvent.h \
	WebCore/platform/PopupMenu.h \
	WebCore/platform/PopupMenuClient.h \
	WebCore/platform/PopupMenuStyle.h \
	WebCore/platform/PurgeableBuffer.h \
	WebCore/platform/SSLKeyGenerator.h \
	WebCore/platform/ScrollTypes.h \
	WebCore/platform/ScrollView.cpp \
	WebCore/platform/ScrollView.h \
	WebCore/platform/Scrollbar.cpp \
	WebCore/platform/Scrollbar.h \
	WebCore/platform/ScrollbarClient.h \
	WebCore/platform/ScrollbarTheme.h \
	WebCore/platform/ScrollbarThemeComposite.cpp \
	WebCore/platform/ScrollbarThemeComposite.h \
	WebCore/platform/SearchPopupMenu.h \
	WebCore/platform/SecureTextInput.h \
	WebCore/platform/SharedBuffer.cpp \
	WebCore/platform/SharedBuffer.h \
	WebCore/platform/SharedTimer.h \
	WebCore/platform/Sound.h \
	WebCore/platform/StaticConstructors.h \
	WebCore/platform/SuddenTermination.h \
	WebCore/platform/SystemTime.h \
	WebCore/platform/ThemeTypes.h \
	WebCore/platform/ThreadCheck.h \
	WebCore/platform/ThreadGlobalData.cpp \
	WebCore/platform/ThreadGlobalData.h \
	WebCore/platform/ThreadTimers.cpp \
	WebCore/platform/ThreadTimers.h \
	WebCore/platform/Timer.cpp \
	WebCore/platform/Timer.h \
	WebCore/platform/TreeShared.h \
	WebCore/platform/UUID.cpp \
	WebCore/platform/UUID.h \
	WebCore/platform/Widget.cpp \
	WebCore/platform/Widget.h \
	WebCore/platform/WindowsKeyboardCodes.h \
	WebCore/platform/animation/Animation.cpp \
	WebCore/platform/animation/Animation.h \
	WebCore/platform/animation/AnimationList.cpp \
	WebCore/platform/animation/AnimationList.h \
	WebCore/platform/animation/TimingFunction.h \
	WebCore/platform/graphics/BitmapImage.cpp \
	WebCore/platform/graphics/BitmapImage.h \
	WebCore/platform/graphics/Color.cpp \
	WebCore/platform/graphics/Color.h \
	WebCore/platform/graphics/ColorSpace.h \
	WebCore/platform/graphics/DashArray.h \
	WebCore/platform/graphics/FloatPoint.cpp \
	WebCore/platform/graphics/FloatPoint.h \
	WebCore/platform/graphics/FloatPoint3D.cpp \
	WebCore/platform/graphics/FloatPoint3D.h \
	WebCore/platform/graphics/FloatQuad.cpp \
	WebCore/platform/graphics/FloatQuad.h \
	WebCore/platform/graphics/FloatRect.cpp \
	WebCore/platform/graphics/FloatRect.h \
	WebCore/platform/graphics/FloatSize.cpp \
	WebCore/platform/graphics/FloatSize.h \
	WebCore/platform/graphics/Font.cpp \
	WebCore/platform/graphics/Font.h \
	WebCore/platform/graphics/FontCache.cpp \
	WebCore/platform/graphics/FontCache.h \
	WebCore/platform/graphics/FontData.cpp \
	WebCore/platform/graphics/FontData.h \
	WebCore/platform/graphics/FontDescription.cpp \
	WebCore/platform/graphics/FontDescription.h \
	WebCore/platform/graphics/FontFallbackList.cpp \
	WebCore/platform/graphics/FontFallbackList.h \
	WebCore/platform/graphics/FontFamily.cpp \
	WebCore/platform/graphics/FontFamily.h \
	WebCore/platform/graphics/FontFastPath.cpp \
	WebCore/platform/graphics/FontRenderingMode.h \
	WebCore/platform/graphics/FontSelector.h \
	WebCore/platform/graphics/FontSmoothingMode.h \
	WebCore/platform/graphics/FontTraitsMask.h \
	WebCore/platform/graphics/GeneratedImage.cpp \
	WebCore/platform/graphics/GeneratedImage.h \
	WebCore/platform/graphics/Generator.h \
	WebCore/platform/graphics/GlyphBuffer.h \
	WebCore/platform/graphics/GlyphMetricsMap.h \
	WebCore/platform/graphics/GlyphPageTreeNode.cpp \
	WebCore/platform/graphics/GlyphPageTreeNode.h \
	WebCore/platform/graphics/Gradient.cpp \
	WebCore/platform/graphics/Gradient.h \
	WebCore/platform/graphics/GraphicsContext.cpp \
	WebCore/platform/graphics/GraphicsContext.h \
	WebCore/platform/graphics/GraphicsContextPrivate.h \
	WebCore/platform/graphics/GraphicsLayer.h \
	WebCore/platform/graphics/GraphicsTypes.cpp \
	WebCore/platform/graphics/GraphicsTypes.h \
	WebCore/platform/graphics/Icon.h \
	WebCore/platform/graphics/Image.cpp \
	WebCore/platform/graphics/Image.h \
	WebCore/platform/graphics/ImageBuffer.cpp \
	WebCore/platform/graphics/ImageBuffer.h \
	WebCore/platform/graphics/ImageObserver.h \
	WebCore/platform/graphics/ImageSource.cpp \
	WebCore/platform/graphics/ImageSource.h \
	WebCore/platform/graphics/IntPoint.h \
	WebCore/platform/graphics/IntPointHash.h \
	WebCore/platform/graphics/IntRect.cpp \
	WebCore/platform/graphics/IntRect.h \
	WebCore/platform/graphics/IntSize.h \
	WebCore/platform/graphics/IntSizeHash.h \
	WebCore/platform/graphics/MediaPlayer.h \
	WebCore/platform/graphics/Path.cpp \
	WebCore/platform/graphics/Path.h \
	WebCore/platform/graphics/PathTraversalState.cpp \
	WebCore/platform/graphics/PathTraversalState.h \
	WebCore/platform/graphics/Pattern.cpp \
	WebCore/platform/graphics/Pattern.h \
	WebCore/platform/graphics/Pen.cpp \
	WebCore/platform/graphics/Pen.h \
	WebCore/platform/graphics/SegmentedFontData.cpp \
	WebCore/platform/graphics/SegmentedFontData.h \
	WebCore/platform/graphics/SimpleFontData.cpp \
	WebCore/platform/graphics/SimpleFontData.h \
	WebCore/platform/graphics/StringTruncator.cpp \
	WebCore/platform/graphics/StringTruncator.h \
	WebCore/platform/graphics/StrokeStyleApplier.h \
	WebCore/platform/graphics/TextRenderingMode.h \
	WebCore/platform/graphics/TextRun.h \
	WebCore/platform/graphics/TypesettingFeatures.h \
	WebCore/platform/graphics/UnitBezier.h \
	WebCore/platform/graphics/WidthIterator.cpp \
	WebCore/platform/graphics/WidthIterator.h \
	WebCore/platform/graphics/transforms/AffineTransform.cpp \
	WebCore/platform/graphics/transforms/AffineTransform.h \
	WebCore/platform/graphics/transforms/IdentityTransformOperation.h \
	WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp \
	WebCore/platform/graphics/transforms/MatrixTransformOperation.h \
	WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp \
	WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h \
	WebCore/platform/graphics/transforms/PerspectiveTransformOperation.cpp \
	WebCore/platform/graphics/transforms/PerspectiveTransformOperation.h \
	WebCore/platform/graphics/transforms/RotateTransformOperation.cpp \
	WebCore/platform/graphics/transforms/RotateTransformOperation.h \
	WebCore/platform/graphics/transforms/ScaleTransformOperation.cpp \
	WebCore/platform/graphics/transforms/ScaleTransformOperation.h \
	WebCore/platform/graphics/transforms/SkewTransformOperation.cpp \
	WebCore/platform/graphics/transforms/SkewTransformOperation.h \
	WebCore/platform/graphics/transforms/TransformOperation.h \
	WebCore/platform/graphics/transforms/TransformOperations.cpp \
	WebCore/platform/graphics/transforms/TransformOperations.h \
	WebCore/platform/graphics/transforms/TransformationMatrix.cpp \
	WebCore/platform/graphics/transforms/TransformationMatrix.h \
	WebCore/platform/graphics/transforms/TranslateTransformOperation.cpp \
	WebCore/platform/graphics/transforms/TranslateTransformOperation.h \
	WebCore/platform/network/AuthenticationChallengeBase.cpp \
	WebCore/platform/network/AuthenticationChallengeBase.h \
	WebCore/platform/network/AuthenticationClient.h \
	WebCore/platform/network/Credential.cpp \
	WebCore/platform/network/Credential.h \
	WebCore/platform/network/FormData.cpp \
	WebCore/platform/network/FormData.h \
	WebCore/platform/network/FormDataBuilder.cpp \
	WebCore/platform/network/FormDataBuilder.h \
	WebCore/platform/network/HTTPHeaderMap.h \
	WebCore/platform/network/HTTPHeaderMap.cpp \
	WebCore/platform/network/HTTPParsers.cpp \
	WebCore/platform/network/HTTPParsers.h \
	WebCore/platform/network/NetworkStateNotifier.cpp \
	WebCore/platform/network/NetworkStateNotifier.h \
	WebCore/platform/network/ProtectionSpace.cpp \
	WebCore/platform/network/ProtectionSpace.h \
	WebCore/platform/network/ResourceErrorBase.cpp \
	WebCore/platform/network/ResourceErrorBase.h \
	WebCore/platform/network/ResourceHandle.cpp \
	WebCore/platform/network/ResourceHandle.h \
	WebCore/platform/network/ResourceHandleClient.h \
	WebCore/platform/network/ResourceHandleInternal.h \
	WebCore/platform/network/ResourceRequestBase.cpp \
	WebCore/platform/network/ResourceRequestBase.h \
	WebCore/platform/network/ResourceResponseBase.cpp \
	WebCore/platform/network/ResourceResponseBase.h \
	WebCore/platform/text/AtomicString.h \
	WebCore/platform/text/AtomicStringHash.h \
	WebCore/platform/text/AtomicStringImpl.h \
	WebCore/platform/text/Base64.cpp \
	WebCore/platform/text/Base64.h \
	WebCore/platform/text/BidiContext.cpp \
	WebCore/platform/text/BidiContext.h \
	WebCore/platform/text/BidiResolver.h \
	WebCore/platform/text/CharacterNames.h \
	WebCore/platform/text/ParserUtilities.h \
	WebCore/platform/text/PlatformString.h \
	WebCore/platform/text/RegularExpression.cpp \
	WebCore/platform/text/RegularExpression.h \
	WebCore/platform/text/SegmentedString.cpp \
	WebCore/platform/text/SegmentedString.h \
	WebCore/platform/text/String.cpp \
	WebCore/platform/text/StringBuffer.h \
	WebCore/platform/text/StringBuilder.cpp \
	WebCore/platform/text/StringBuilder.h \
	WebCore/platform/text/StringHash.h \
	WebCore/platform/text/StringImpl.h \
	WebCore/platform/text/SuffixTree.h \
	WebCore/platform/text/TextBoundaries.h \
	WebCore/platform/text/TextBoundaries.cpp \
	WebCore/platform/text/TextBreakIterator.h \
	WebCore/platform/text/TextCodec.cpp \
	WebCore/platform/text/TextCodec.h \
	WebCore/platform/text/TextCodecLatin1.cpp \
	WebCore/platform/text/TextCodecLatin1.h \
	WebCore/platform/text/TextCodecUTF16.cpp \
	WebCore/platform/text/TextCodecUTF16.h \
	WebCore/platform/text/TextCodecUserDefined.cpp \
	WebCore/platform/text/TextCodecUserDefined.h \
	WebCore/platform/text/TextDirection.h \
	WebCore/platform/text/TextEncoding.cpp \
	WebCore/platform/text/TextEncoding.h \
	WebCore/platform/text/TextEncodingDetector.h \
	WebCore/platform/text/TextEncodingDetectorNone.cpp \
	WebCore/platform/text/TextEncodingRegistry.cpp \
	WebCore/platform/text/TextEncodingRegistry.h \
	WebCore/platform/text/TextStream.cpp \
	WebCore/platform/text/TextStream.h \
	WebCore/platform/text/UnicodeRange.cpp \
	WebCore/platform/text/UnicodeRange.h \
	WebCore/plugins/MimeType.cpp \
	WebCore/plugins/MimeType.h \
	WebCore/plugins/MimeTypeArray.cpp \
	WebCore/plugins/MimeTypeArray.h \
	WebCore/plugins/Plugin.cpp \
	WebCore/plugins/Plugin.h \
	WebCore/plugins/PluginArray.cpp \
	WebCore/plugins/PluginArray.h \
	WebCore/plugins/PluginData.cpp \
	WebCore/plugins/PluginData.h \
	WebCore/plugins/PluginDatabase.cpp \
	WebCore/plugins/PluginDatabase.h \
	WebCore/plugins/PluginDatabaseClient.h \
	WebCore/plugins/PluginDebug.cpp \
	WebCore/plugins/PluginDebug.h \
	WebCore/plugins/PluginInfoStore.cpp \
	WebCore/plugins/PluginInfoStore.h \
	WebCore/plugins/PluginMainThreadScheduler.cpp \
	WebCore/plugins/PluginMainThreadScheduler.h \
	WebCore/plugins/PluginPackage.cpp \
	WebCore/plugins/PluginPackage.h \
	WebCore/plugins/PluginQuirkSet.h \
	WebCore/plugins/PluginStream.cpp \
	WebCore/plugins/PluginStream.h \
	WebCore/plugins/PluginWidget.h \
	WebCore/plugins/PluginView.cpp \
	WebCore/plugins/PluginView.h \
	WebCore/plugins/npapi.cpp \
	WebCore/plugins/npfunctions.h \
	WebCore/rendering/AutoTableLayout.cpp \
	WebCore/rendering/AutoTableLayout.h \
	WebCore/rendering/BidiRun.cpp \
	WebCore/rendering/BidiRun.h \
	WebCore/rendering/CounterNode.cpp \
	WebCore/rendering/CounterNode.h \
	WebCore/rendering/EllipsisBox.cpp \
	WebCore/rendering/EllipsisBox.h \
	WebCore/rendering/FixedTableLayout.cpp \
	WebCore/rendering/FixedTableLayout.h \
	WebCore/rendering/GapRects.h \
	WebCore/rendering/HitTestRequest.h \
	WebCore/rendering/HitTestResult.cpp \
	WebCore/rendering/HitTestResult.h \
	WebCore/rendering/InlineBox.cpp \
	WebCore/rendering/InlineBox.h \
	WebCore/rendering/InlineFlowBox.cpp \
	WebCore/rendering/InlineFlowBox.h \
	WebCore/rendering/InlineIterator.h \
	WebCore/rendering/InlineTextBox.cpp \
	WebCore/rendering/InlineTextBox.h \
	WebCore/rendering/LayoutState.cpp \
	WebCore/rendering/LayoutState.h \
	WebCore/rendering/MediaControlElements.h \
	WebCore/rendering/OverlapTestRequestClient.h \
	WebCore/rendering/RenderApplet.cpp \
	WebCore/rendering/RenderApplet.h \
	WebCore/rendering/RenderArena.cpp \
	WebCore/rendering/RenderArena.h \
	WebCore/rendering/RenderBR.cpp \
	WebCore/rendering/RenderBR.h \
	WebCore/rendering/RenderBlock.cpp \
	WebCore/rendering/RenderBlock.h \
	WebCore/rendering/RenderBlockLineLayout.cpp \
	WebCore/rendering/RenderBox.cpp \
	WebCore/rendering/RenderBox.h \
	WebCore/rendering/RenderBoxModelObject.cpp \
	WebCore/rendering/RenderBoxModelObject.h \
	WebCore/rendering/RenderButton.cpp \
	WebCore/rendering/RenderButton.h \
	WebCore/rendering/RenderCounter.cpp \
	WebCore/rendering/RenderCounter.h \
	WebCore/rendering/RenderDataGrid.cpp \
	WebCore/rendering/RenderDataGrid.h \
	WebCore/rendering/RenderEmbeddedObject.cpp \
	WebCore/rendering/RenderEmbeddedObject.h \
	WebCore/rendering/RenderFieldset.cpp \
	WebCore/rendering/RenderFieldset.h \
	WebCore/rendering/RenderFileUploadControl.cpp \
	WebCore/rendering/RenderFileUploadControl.h \
	WebCore/rendering/RenderFlexibleBox.cpp \
	WebCore/rendering/RenderFlexibleBox.h \
	WebCore/rendering/RenderFrame.cpp \
	WebCore/rendering/RenderFrame.h \
	WebCore/rendering/RenderFrameBase.cpp \
	WebCore/rendering/RenderFrameBase.h \
	WebCore/rendering/RenderFrameSet.cpp \
	WebCore/rendering/RenderFrameSet.h \
	WebCore/rendering/RenderHTMLCanvas.cpp \
	WebCore/rendering/RenderHTMLCanvas.h \
	WebCore/rendering/RenderIFrame.cpp \
	WebCore/rendering/RenderIFrame.h \
	WebCore/rendering/RenderImage.cpp \
	WebCore/rendering/RenderImage.h \
	WebCore/rendering/RenderImageGeneratedContent.cpp \
	WebCore/rendering/RenderImageGeneratedContent.h \
	WebCore/rendering/RenderInline.cpp \
	WebCore/rendering/RenderInline.h \
	WebCore/rendering/RenderLayer.cpp \
	WebCore/rendering/RenderLayer.h \
	WebCore/rendering/RenderLayerBacking.h \
	WebCore/rendering/RenderLineBoxList.cpp \
	WebCore/rendering/RenderLineBoxList.h \
	WebCore/rendering/RenderListBox.cpp \
	WebCore/rendering/RenderListBox.h \
	WebCore/rendering/RenderListItem.cpp \
	WebCore/rendering/RenderListItem.h \
	WebCore/rendering/RenderListMarker.cpp \
	WebCore/rendering/RenderListMarker.h \
	WebCore/rendering/RenderMarquee.cpp \
	WebCore/rendering/RenderMarquee.h \
	WebCore/rendering/RenderMenuList.cpp \
	WebCore/rendering/RenderMenuList.h \
	WebCore/rendering/RenderObject.cpp \
	WebCore/rendering/RenderObject.h \
	WebCore/rendering/RenderObjectChildList.cpp \
	WebCore/rendering/RenderObjectChildList.h \
	WebCore/rendering/RenderOverflow.h \
	WebCore/rendering/RenderPart.cpp \
	WebCore/rendering/RenderPart.h \
	WebCore/rendering/RenderProgress.cpp \
	WebCore/rendering/RenderProgress.h \
	WebCore/rendering/RenderReplaced.cpp \
	WebCore/rendering/RenderReplaced.h \
	WebCore/rendering/RenderReplica.cpp \
	WebCore/rendering/RenderReplica.h \
	WebCore/rendering/RenderRuby.cpp \
	WebCore/rendering/RenderRuby.h \
	WebCore/rendering/RenderRubyBase.cpp \
	WebCore/rendering/RenderRubyBase.h \
	WebCore/rendering/RenderRubyRun.cpp \
	WebCore/rendering/RenderRubyRun.h \
	WebCore/rendering/RenderRubyText.cpp \
	WebCore/rendering/RenderRubyText.h \
	WebCore/rendering/RenderScrollbar.cpp \
	WebCore/rendering/RenderScrollbar.h \
	WebCore/rendering/RenderScrollbarPart.cpp \
	WebCore/rendering/RenderScrollbarPart.h \
	WebCore/rendering/RenderScrollbarTheme.cpp \
	WebCore/rendering/RenderScrollbarTheme.h \
	WebCore/rendering/RenderSelectionInfo.h \
	WebCore/rendering/RenderSlider.cpp \
	WebCore/rendering/RenderSlider.h \
	WebCore/rendering/RenderTable.cpp \
	WebCore/rendering/RenderTable.h \
	WebCore/rendering/RenderTableCell.cpp \
	WebCore/rendering/RenderTableCell.h \
	WebCore/rendering/RenderTableCol.cpp \
	WebCore/rendering/RenderTableCol.h \
	WebCore/rendering/RenderTableRow.cpp \
	WebCore/rendering/RenderTableRow.h \
	WebCore/rendering/RenderTableSection.cpp \
	WebCore/rendering/RenderTableSection.h \
	WebCore/rendering/RenderText.cpp \
	WebCore/rendering/RenderText.h \
	WebCore/rendering/RenderTextControl.cpp \
	WebCore/rendering/RenderTextControl.h \
	WebCore/rendering/RenderTextControlMultiLine.cpp \
	WebCore/rendering/RenderTextControlMultiLine.h \
	WebCore/rendering/RenderTextControlSingleLine.cpp \
	WebCore/rendering/RenderTextControlSingleLine.h \
	WebCore/rendering/RenderTextFragment.cpp \
	WebCore/rendering/RenderTextFragment.h \
	WebCore/rendering/RenderTheme.cpp \
	WebCore/rendering/RenderTheme.h \
	WebCore/rendering/RenderTreeAsText.cpp \
	WebCore/rendering/RenderTreeAsText.h \
	WebCore/rendering/RenderView.cpp \
	WebCore/rendering/RenderView.h \
	WebCore/rendering/RenderWidget.cpp \
	WebCore/rendering/RenderWidget.h \
	WebCore/rendering/RenderWidgetProtector.h \
	WebCore/rendering/RenderWordBreak.cpp \
	WebCore/rendering/RenderWordBreak.h \
	WebCore/rendering/RootInlineBox.cpp \
	WebCore/rendering/RootInlineBox.h \
	WebCore/rendering/ScrollBehavior.cpp \
	WebCore/rendering/ScrollBehavior.h \
	WebCore/rendering/TableLayout.h \
	WebCore/rendering/TextControlInnerElements.cpp \
	WebCore/rendering/TextControlInnerElements.h \
	WebCore/rendering/TrailingFloatsRootInlineBox.h \
	WebCore/rendering/TransformState.cpp \
	WebCore/rendering/TransformState.h \
	WebCore/rendering/break_lines.cpp \
	WebCore/rendering/break_lines.h \
	WebCore/rendering/style/BindingURI.cpp \
	WebCore/rendering/style/BindingURI.h \
	WebCore/rendering/style/BorderData.h \
	WebCore/rendering/style/BorderValue.h \
	WebCore/rendering/style/CollapsedBorderValue.h \
	WebCore/rendering/style/ContentData.cpp \
	WebCore/rendering/style/ContentData.h \
	WebCore/rendering/style/CounterContent.h \
	WebCore/rendering/style/CounterDirectives.cpp \
	WebCore/rendering/style/CounterDirectives.h \
	WebCore/rendering/style/CursorData.h \
	WebCore/rendering/style/CursorList.h \
	WebCore/rendering/style/DataRef.h \
	WebCore/rendering/style/FillLayer.cpp \
	WebCore/rendering/style/FillLayer.h \
	WebCore/rendering/style/KeyframeList.cpp \
	WebCore/rendering/style/KeyframeList.h \
	WebCore/rendering/style/LineClampValue.h \
	WebCore/rendering/style/NinePieceImage.cpp \
	WebCore/rendering/style/NinePieceImage.h \
	WebCore/rendering/style/OutlineValue.h \
	WebCore/rendering/style/RenderStyle.cpp \
	WebCore/rendering/style/RenderStyle.h \
	WebCore/rendering/style/RenderStyleConstants.h \
	WebCore/rendering/style/ShadowData.cpp \
	WebCore/rendering/style/ShadowData.h \
	WebCore/rendering/style/StyleBackgroundData.cpp \
	WebCore/rendering/style/StyleBackgroundData.h \
	WebCore/rendering/style/StyleBoxData.cpp \
	WebCore/rendering/style/StyleBoxData.h \
	WebCore/rendering/style/StyleCachedImage.cpp \
	WebCore/rendering/style/StyleCachedImage.h \
	WebCore/rendering/style/StyleDashboardRegion.h \
	WebCore/rendering/style/StyleFlexibleBoxData.cpp \
	WebCore/rendering/style/StyleFlexibleBoxData.h \
	WebCore/rendering/style/StyleGeneratedImage.cpp \
	WebCore/rendering/style/StyleGeneratedImage.h \
	WebCore/rendering/style/StyleImage.h \
	WebCore/rendering/style/StyleInheritedData.cpp \
	WebCore/rendering/style/StyleInheritedData.h \
	WebCore/rendering/style/StyleMarqueeData.cpp \
	WebCore/rendering/style/StyleMarqueeData.h \
	WebCore/rendering/style/StyleMultiColData.cpp \
	WebCore/rendering/style/StyleMultiColData.h \
	WebCore/rendering/style/StylePendingImage.h \
	WebCore/rendering/style/StyleRareInheritedData.cpp \
	WebCore/rendering/style/StyleRareInheritedData.h \
	WebCore/rendering/style/StyleRareNonInheritedData.cpp \
	WebCore/rendering/style/StyleRareNonInheritedData.h \
	WebCore/rendering/style/StyleReflection.h \
	WebCore/rendering/style/StyleSurroundData.cpp \
	WebCore/rendering/style/StyleSurroundData.h \
	WebCore/rendering/style/StyleTransformData.cpp \
	WebCore/rendering/style/StyleTransformData.h \
	WebCore/rendering/style/StyleVisualData.cpp \
	WebCore/rendering/style/StyleVisualData.h \
	WebCore/xml/DOMParser.cpp \
	WebCore/xml/DOMParser.h \
	WebCore/xml/XMLHttpRequest.cpp \
	WebCore/xml/XMLHttpRequest.h \
	WebCore/xml/XMLHttpRequestException.h \
	WebCore/xml/XMLHttpRequestProgressEvent.h \
	WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp \
	WebCore/xml/XMLHttpRequestProgressEventThrottle.h \
	WebCore/xml/XMLHttpRequestUpload.cpp \
	WebCore/xml/XMLHttpRequestUpload.h \
	WebCore/xml/XMLSerializer.cpp \
	WebCore/xml/XMLSerializer.h

webcoregtk_sources += \
	WebCore/bindings/js/ScriptControllerGtk.cpp \
	WebCore/plugins/gtk/PluginDataGtk.cpp \
	WebCore/plugins/gtk/PluginPackageGtk.cpp \
	WebCore/plugins/gtk/PluginViewGtk.cpp

if TARGET_X11
webcoregtk_sources += \
	WebCore/plugins/gtk/gtk2xtbin.c \
	WebCore/plugins/gtk/gtk2xtbin.h \
	WebCore/plugins/gtk/xembed.h
endif

if TARGET_WIN32
webcore_sources += \
	WebCore/plugins/win/PluginDatabaseWin.cpp \
	WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
	WebCore/plugins/win/PluginMessageThrottlerWin.h
endif

webcoregtk_sources += \
	WebCore/accessibility/gtk/AXObjectCacheAtk.cpp \
	WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp \
	WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp \
	WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.h \
	WebCore/page/gtk/DragControllerGtk.cpp \
	WebCore/page/gtk/EventHandlerGtk.cpp \
	WebCore/page/gtk/FrameGtk.cpp \
	WebCore/platform/graphics/cairo/CairoPath.h \
	WebCore/platform/graphics/cairo/FontCairo.cpp \
	WebCore/platform/graphics/cairo/GradientCairo.cpp \
	WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp \
	WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h \
	WebCore/platform/graphics/cairo/ImageBufferCairo.cpp \
	WebCore/platform/graphics/cairo/ImageBufferData.h \
	WebCore/platform/graphics/cairo/ImageCairo.cpp \
	WebCore/platform/graphics/cairo/PathCairo.cpp \
	WebCore/platform/graphics/cairo/PatternCairo.cpp \
	WebCore/platform/graphics/cairo/TransformationMatrixCairo.cpp \
	WebCore/platform/graphics/cairo/FontCacheCairo.cpp \
	WebCore/platform/graphics/cairo/FontCustomPlatformData.h \
	WebCore/platform/graphics/cairo/FontPlatformData.h \
	WebCore/platform/graphics/gtk/ColorGtk.cpp \
	WebCore/platform/graphics/gtk/FontGtk.cpp \
	WebCore/platform/graphics/gtk/IconGtk.cpp \
	WebCore/platform/graphics/gtk/ImageGtk.cpp \
	WebCore/platform/graphics/gtk/IntPointGtk.cpp \
	WebCore/platform/graphics/gtk/IntRectGtk.cpp \
	WebCore/platform/gtk/ClipboardGtk.cpp \
	WebCore/platform/gtk/ClipboardGtk.h \
	WebCore/platform/gtk/ContextMenuGtk.cpp \
	WebCore/platform/gtk/ContextMenuItemGtk.cpp \
	WebCore/platform/gtk/CursorGtk.cpp \
	WebCore/platform/gtk/CursorGtk.h \
	WebCore/platform/gtk/DataObjectGtk.cpp \
	WebCore/platform/gtk/DataObjectGtk.h \
	WebCore/platform/gtk/DragDataGtk.cpp \
	WebCore/platform/gtk/DragImageGtk.cpp \
	WebCore/platform/gtk/EventLoopGtk.cpp \
	WebCore/platform/gtk/FileChooserGtk.cpp \
	WebCore/platform/gtk/FileSystemGtk.cpp \
	WebCore/platform/gtk/GRefPtrGtk.cpp \
	WebCore/platform/gtk/GRefPtrGtk.h \
	WebCore/platform/gtk/GtkPluginWidget.cpp \
	WebCore/platform/gtk/GtkPluginWidget.h \
	WebCore/platform/gtk/GtkVersioning.h \
	WebCore/platform/gtk/KURLGtk.cpp \
	WebCore/platform/gtk/KeyEventGtk.cpp \
	WebCore/platform/gtk/Language.cpp \
	WebCore/platform/gtk/LocalizedStringsGtk.cpp \
	WebCore/platform/gtk/LoggingGtk.cpp \
	WebCore/platform/gtk/MIMETypeRegistryGtk.cpp \
	WebCore/platform/gtk/MouseEventGtk.cpp \
	WebCore/platform/gtk/PasteboardGtk.cpp \
	WebCore/platform/gtk/PasteboardHelper.cpp \
	WebCore/platform/gtk/PasteboardHelper.h \
	WebCore/platform/gtk/PlatformScreenGtk.cpp \
	WebCore/platform/gtk/PopupMenuGtk.cpp \
	WebCore/platform/gtk/RenderThemeGtk.cpp \
	WebCore/platform/gtk/RenderThemeGtk.h \
	WebCore/platform/gtk/ScrollViewGtk.cpp \
	WebCore/platform/gtk/ScrollbarGtk.cpp \
	WebCore/platform/gtk/ScrollbarGtk.h \
	WebCore/platform/gtk/ScrollbarThemeGtk.cpp \
	WebCore/platform/gtk/ScrollbarThemeGtk.h \
	WebCore/platform/gtk/SearchPopupMenuGtk.cpp \
	WebCore/platform/gtk/SharedBufferGtk.cpp \
	WebCore/platform/gtk/SharedTimerGtk.cpp \
	WebCore/platform/gtk/SoundGtk.cpp \
	WebCore/platform/gtk/TemporaryLinkStubs.cpp \
	WebCore/platform/gtk/WheelEventGtk.cpp \
	WebCore/platform/gtk/WidgetGtk.cpp \
	WebCore/platform/gtk/gtk2drawing.c \
	WebCore/platform/gtk/gtkdrawing.h \
	WebCore/platform/image-decoders/ImageDecoder.h \
	WebCore/platform/image-decoders/ImageDecoder.cpp \
	WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp \
	WebCore/platform/image-decoders/bmp/BMPImageDecoder.h \
	WebCore/platform/image-decoders/bmp/BMPImageReader.cpp \
	WebCore/platform/image-decoders/bmp/BMPImageReader.h \
	WebCore/platform/image-decoders/cairo/ImageDecoderCairo.cpp \
	WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp \
	WebCore/platform/image-decoders/gif/GIFImageDecoder.h \
	WebCore/platform/image-decoders/gif/GIFImageReader.cpp \
	WebCore/platform/image-decoders/gif/GIFImageReader.h \
	WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp \
	WebCore/platform/image-decoders/ico/ICOImageDecoder.h \
	WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
	WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h \
	WebCore/platform/image-decoders/png/PNGImageDecoder.cpp \
	WebCore/platform/image-decoders/png/PNGImageDecoder.h \
	WebCore/platform/network/soup/AuthenticationChallenge.h \
	WebCore/platform/network/soup/CookieJarSoup.cpp \
	WebCore/platform/network/soup/CookieJarSoup.h \
	WebCore/platform/network/soup/ResourceError.h \
	WebCore/platform/network/soup/ResourceHandleSoup.cpp \
	WebCore/platform/network/soup/ResourceRequestSoup.cpp \
	WebCore/platform/network/soup/ResourceResponseSoup.cpp \
	WebCore/platform/network/soup/ResourceRequest.h \
	WebCore/platform/network/soup/ResourceResponse.h \
	WebCore/platform/network/soup/GOwnPtrSoup.h \
	WebCore/platform/network/soup/GOwnPtrSoup.cpp \
	WebCore/workers/SharedWorkerRepository.h

# ----
# icu unicode backend
# ----
if USE_ICU_UNICODE
webcoregtk_sources += \
	WebCore/platform/text/TextCodecICU.cpp \
	WebCore/platform/text/TextCodecICU.h \
	WebCore/platform/text/TextBreakIteratorICU.cpp \
	WebCore/platform/text/TextBreakIteratorInternalICU.h \
	WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp
endif

# ----
# glib unicode backend
# ----
if USE_GLIB_UNICODE
webcoregtk_sources += \
	WebCore/platform/text/gtk/TextCodecGtk.cpp \
	WebCore/platform/text/gtk/TextCodecGtk.h \
	WebCore/platform/text/gtk/TextBreakIteratorGtk.cpp
endif


# ---
# Channel mesaging support
# ---
if ENABLE_CHANNEL_MESSAGING
FEATURE_DEFINES += ENABLE_CHANNEL_MESSAGING=1

webcore_cppflags += \
	-DENABLE_CHANNEL_MESSAGING=1

endif # END ENABLE_CHANNEL_MESSAGING

# ---
# Fast Mobile Scrolling
# ---
if ENABLE_FAST_MOBILE_SCROLLING
FEATURE_DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1

webcore_cppflags += \
	-DENABLE_FAST_MOBILE_SCROLLING=1

endif # END ENABLE_FAST_MOBILE_SCROLLING

# ---
# Freetype font backend
# ---
if USE_FREETYPE
webcoregtk_cppflags += \
	-DUSE_FREETYPE=1

webcoregtk_sources += \
	WebCore/platform/graphics/cairo/FontCustomPlatformData.cpp \
	WebCore/platform/graphics/cairo/FontPlatformDataCairo.cpp \
	WebCore/platform/graphics/cairo/GlyphPageTreeNodeCairo.cpp \
	WebCore/platform/graphics/cairo/SimpleFontDataCairo.cpp
endif # END USE_FREETYPE

# ---
# Pango font backend
# ---
if USE_PANGO
webcoregtk_cppflags += \
	-DUSE_PANGO=1

webcoregtk_sources += \
	WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
	WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \
	WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp \
	WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp
endif # END USE_PANGO

# ----
# HTML Data Grid - disable for now.
# ----
FEATURE_DEFINES += ENABLE_DATAGRID=0

webcore_cppflags += \
	-DENABLE_DATAGRID=0

# ----
# HTML Progress Element - disable for now, since painting code is missing.
# ----
FEATURE_DEFINES += ENABLE_PROGRESS_TAG=0

webcore_cppflags += \
	-DENABLE_PROGRESS_TAG=0

# ----
# JavaScript Debugger/Profiler
# ----
if ENABLE_JAVASCRIPT_DEBUGGER
FEATURE_DEFINES += ENABLE_JAVASCRIPT_DEBUGGER=1

webcore_cppflags += \
	-DENABLE_JAVASCRIPT_DEBUGGER=1

else
webcore_cppflags += \
	-DENABLE_JAVASCRIPT_DEBUGGER=0

endif # END ENABLE_JAVASCRIPT_DEBUGGER

# ----
# Offline Web Applications
# ----
if ENABLE_OFFLINE_WEB_APPLICATIONS
FEATURE_DEFINES += ENABLE_OFFLINE_WEB_APPLICATIONS=1

IDL_BINDINGS += \
	WebCore/loader/appcache/DOMApplicationCache.idl

webcore_cppflags += \
	-DENABLE_OFFLINE_WEB_APPLICATIONS=1

webcore_sources += \
	WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp \
	WebCore/loader/appcache/ApplicationCache.cpp \
	WebCore/loader/appcache/ApplicationCache.h \
	WebCore/loader/appcache/ApplicationCacheGroup.cpp \
	WebCore/loader/appcache/ApplicationCacheGroup.h \
	WebCore/loader/appcache/ApplicationCacheHost.cpp \
	WebCore/loader/appcache/ApplicationCacheHost.h \
	WebCore/loader/appcache/ApplicationCacheResource.cpp \
	WebCore/loader/appcache/ApplicationCacheResource.h \
	WebCore/loader/appcache/ApplicationCacheStorage.cpp \
	WebCore/loader/appcache/ApplicationCacheStorage.h \
	WebCore/loader/appcache/DOMApplicationCache.cpp \
	WebCore/loader/appcache/DOMApplicationCache.h \
	WebCore/loader/appcache/ManifestParser.cpp \
	WebCore/loader/appcache/ManifestParser.h

endif # END ENABLE_OFFLINE_WEB_APPLICATIONS

# ----
# Database Support
# ----
if ENABLE_DATABASE
FEATURE_DEFINES += ENABLE_DATABASE=1

IDL_BINDINGS += \
	WebCore/storage/Database.idl \
	WebCore/storage/DatabaseCallback.idl \
	WebCore/storage/SQLError.idl \
	WebCore/storage/SQLResultSet.idl \
	WebCore/storage/SQLResultSetRowList.idl \
	WebCore/storage/SQLStatementCallback.idl \
	WebCore/storage/SQLStatementErrorCallback.idl \
	WebCore/storage/SQLTransaction.idl \
	WebCore/storage/SQLTransactionCallback.idl \
	WebCore/storage/SQLTransactionErrorCallback.idl

webcore_cppflags += \
	-DENABLE_DATABASE=1

webcore_sources += \
	WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp \
	WebCore/bindings/js/JSDatabaseCustom.cpp \
	WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp \
	WebCore/bindings/js/JSSQLTransactionCustom.cpp \
	WebCore/platform/sql/SQLValue.cpp \
	WebCore/platform/sql/SQLValue.h \
	WebCore/platform/sql/SQLiteAuthorizer.cpp \
	WebCore/platform/sql/SQLiteDatabase.cpp \
	WebCore/platform/sql/SQLiteDatabase.h \
	WebCore/platform/sql/SQLiteFileSystem.cpp \
	WebCore/platform/sql/SQLiteFileSystem.h \
	WebCore/platform/sql/SQLiteStatement.cpp \
	WebCore/platform/sql/SQLiteStatement.h \
	WebCore/platform/sql/SQLiteTransaction.cpp \
	WebCore/platform/sql/SQLiteTransaction.h \
	WebCore/storage/ChangeVersionWrapper.cpp \
	WebCore/storage/ChangeVersionWrapper.h \
	WebCore/storage/Database.cpp \
	WebCore/storage/Database.h \
	WebCore/storage/DatabaseAuthorizer.cpp \
	WebCore/storage/DatabaseAuthorizer.h \
	WebCore/storage/DatabaseCallback.h \
	WebCore/storage/DatabaseDetails.h \
	WebCore/storage/DatabaseSync.cpp \
	WebCore/storage/DatabaseSync.h \
	WebCore/storage/DatabaseTask.cpp \
	WebCore/storage/DatabaseTask.h \
	WebCore/storage/DatabaseThread.cpp \
	WebCore/storage/DatabaseThread.h \
	WebCore/storage/DatabaseTracker.cpp \
	WebCore/storage/DatabaseTracker.h \
	WebCore/storage/DatabaseTrackerClient.h \
	WebCore/storage/OriginQuotaManager.cpp \
	WebCore/storage/OriginQuotaManager.h \
	WebCore/storage/OriginUsageRecord.cpp \
	WebCore/storage/OriginUsageRecord.h \
	WebCore/storage/SQLError.h \
	WebCore/storage/SQLResultSet.cpp \
	WebCore/storage/SQLResultSet.h \
	WebCore/storage/SQLResultSetRowList.cpp \
	WebCore/storage/SQLResultSetRowList.h \
	WebCore/storage/SQLStatement.cpp \
	WebCore/storage/SQLStatement.h \
	WebCore/storage/SQLStatementCallback.h \
	WebCore/storage/SQLStatementErrorCallback.h \
	WebCore/storage/SQLTransaction.cpp \
	WebCore/storage/SQLTransaction.h \
	WebCore/storage/SQLTransactionCallback.h \
	WebCore/storage/SQLTransactionClient.cpp \
	WebCore/storage/SQLTransactionClient.h \
	WebCore/storage/SQLTransactionCoordinator.h \
	WebCore/storage/SQLTransactionCoordinator.cpp \
	WebCore/storage/SQLTransactionErrorCallback.h \
	WebCore/storage/SQLTransactionSync.cpp \
	WebCore/storage/SQLTransactionSync.h \
	WebCore/storage/SQLTransactionSyncCallback.h

else
webcore_cppflags += -DENABLE_DATABASE=0

endif # END ENABLE_DATABASE

# ----
# HTML5 datalist Support
# ----
if ENABLE_DATALIST
FEATURE_DEFINES += ENABLE_DATALIST=1
HTML_FEATURES += ENABLE_DATALIST=1

webcore_cppflags += -DENABLE_DATALIST=1

endif # END ENABLE_DATALIST

# ----
# HTML5 server-sent events
# ----
if !ENABLE_EVENTSOURCE
global_cppflags += -DENABLE_EVENTSOURCE=0
endif

if ENABLE_EVENTSOURCE
FEATURE_DEFINES += ENABLE_EVENTSOURCE=1

webcore_cppflags += \
	-DENABLE_EVENTSOURCE=1
endif # ENABLE_EVENTSOURCE

# ----
# HTML5 client-side session and persistent storage
# ----
if ENABLE_DOM_STORAGE
FEATURE_DEFINES += ENABLE_DOM_STORAGE=1

IDL_BINDINGS += \
	WebCore/storage/Storage.idl \
	WebCore/storage/StorageEvent.idl

webcore_cppflags += \
	-DENABLE_DOM_STORAGE=1

webcore_sources += \
	WebCore/bindings/js/JSStorageCustom.cpp \
	WebCore/storage/LocalStorageTask.cpp \
	WebCore/storage/LocalStorageTask.h \
	WebCore/storage/LocalStorageThread.cpp \
	WebCore/storage/LocalStorageThread.h \
	WebCore/storage/Storage.cpp \
	WebCore/storage/Storage.h \
	WebCore/storage/StorageArea.h \
	WebCore/storage/StorageAreaImpl.cpp \
	WebCore/storage/StorageAreaImpl.h \
	WebCore/storage/StorageAreaSync.cpp \
	WebCore/storage/StorageAreaSync.h \
	WebCore/storage/StorageEvent.cpp \
	WebCore/storage/StorageEventDispatcher.h \
	WebCore/storage/StorageEventDispatcher.cpp \
	WebCore/storage/StorageEvent.h \
	WebCore/storage/StorageMap.cpp \
	WebCore/storage/StorageMap.h \
	WebCore/storage/StorageNamespace.cpp \
	WebCore/storage/StorageNamespace.h \
	WebCore/storage/StorageNamespaceImpl.cpp \
	WebCore/storage/StorageNamespaceImpl.h \
	WebCore/storage/StorageSyncManager.cpp \
	WebCore/storage/StorageSyncManager.h
endif # END ENABLE_DOM_STORAGE

# ----
# Icon Database Support
# ----
if ENABLE_ICONDATABASE
webcore_cppflags += -DENABLE_ICONDATABASE=1

webcore_sources += \
	WebCore/loader/icon/IconDatabase.cpp \
	WebCore/loader/icon/IconDatabase.h \
	WebCore/loader/icon/IconDatabaseClient.h \
	WebCore/loader/icon/IconRecord.cpp \
	WebCore/loader/icon/IconRecord.h \
	WebCore/loader/icon/PageURLRecord.cpp \
	WebCore/loader/icon/PageURLRecord.h

else
webcore_sources += \
	WebCore/loader/icon/IconDatabaseNone.cpp

webcore_cppflags += -DENABLE_ICONDATABASE=0

endif # END ENABLE_ICONDATABASE

# ----
# Orientation Events
# ----
if ENABLE_ORIENTATION_EVENTS

FEATURE_DEFINES += ENABLE_ORIENTATION_EVENTS=1

webcore_cppflags += -DENABLE_ORIENTATION_EVENTS=1

endif # END ENABLE_ORIENTATION_EVENTS

# ----
# Video Support
# ----
if ENABLE_VIDEO
FEATURE_DEFINES += ENABLE_VIDEO=1

HTML_FEATURES += ENABLE_VIDEO=1
webcore_cppflags += -DENABLE_VIDEO=1

if ENABLE_DEBUG
webcore_cppflags += -DGST_DISABLE_DEPRECATED
endif # END ENABLE_DEBUG

IDL_BINDINGS += \
	WebCore/html/TimeRanges.idl

webcore_sources += \
	WebCore/bindings/js/JSAudioConstructor.cpp \
	WebCore/bindings/js/JSAudioConstructor.h \
	WebCore/html/HTMLAudioElement.cpp \
	WebCore/html/HTMLAudioElement.h \
	WebCore/html/HTMLMediaElement.cpp \
	WebCore/html/HTMLMediaElement.h \
	WebCore/html/HTMLSourceElement.cpp \
	WebCore/html/HTMLSourceElement.h \
	WebCore/html/HTMLVideoElement.cpp \
	WebCore/html/HTMLVideoElement.h \
	WebCore/html/TimeRanges.cpp \
	WebCore/html/TimeRanges.h \
	WebCore/platform/graphics/MediaPlayer.cpp \
	WebCore/platform/graphics/MediaPlayerPrivate.h \
	WebCore/rendering/MediaControlElements.cpp \
	WebCore/rendering/RenderMedia.cpp \
	WebCore/rendering/RenderMedia.h \
	WebCore/rendering/RenderVideo.cpp \
	WebCore/rendering/RenderVideo.h

webcoregtk_sources += \
	WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
	WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
	WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
	WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h \
	WebCore/platform/graphics/gstreamer/DataSourceGStreamer.cpp \
	WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h \
	WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.cpp \
	WebCore/platform/graphics/gstreamer/GOwnPtrGStreamer.h \
	WebCore/platform/graphics/gstreamer/ImageGStreamer.h \
	WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp \
	WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
	WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h

webcore_libadd += \
	-lgstinterfaces-0.10 \
	-lgstvideo-0.10 \
	-lgstpbutils-0.10 \
	-lgstapp-0.10

endif # END ENABLE_VIDEO

# ----
# XHTML-MP Support
# ----
if ENABLE_XHTMLMP
FEATURE_DEFINES += ENABLE_XHTMLMP=1

webcore_cppflags += -DENABLE_XHTMLMP=1

webcore_sources += \
	WebCore/html/HTMLNoScriptElement.cpp \
	WebCore/html/HTMLNoScriptElement.h
endif # END ENABLE_XHTMLMP

# ----
# Sandboxed IFrame Support
# ----
if ENABLE_SANDBOX

HTML_FEATURES += ENABLE_SANDBOX=1
webcore_cppflags += -DENABLE_SANDBOX=1

endif # END ENABLE_SANDBOX

# ----
# Ruby Support
# ----
if ENABLE_RUBY

HTML_FEATURES += ENABLE_RUBY=1
webcore_cppflags += -DENABLE_RUBY=1

endif # END ENABLE_RUBY

# ----
# XPath Support
# ----
if ENABLE_XPATH
FEATURE_DEFINES += ENABLE_XPATH=1

webcore_cppflags += -DENABLE_XPATH=1

webcore_built_sources += \
	DerivedSources/XPathGrammar.cpp \
	DerivedSources/XPathGrammar.h

IDL_BINDINGS += \
	WebCore/xml/XPathEvaluator.idl \
	WebCore/xml/XPathException.idl \
	WebCore/xml/XPathExpression.idl \
	WebCore/xml/XPathNSResolver.idl \
	WebCore/xml/XPathResult.idl

webcore_sources += \
	WebCore/xml/NativeXPathNSResolver.cpp \
	WebCore/xml/NativeXPathNSResolver.h \
	WebCore/xml/XPathEvaluator.cpp \
	WebCore/xml/XPathEvaluator.h \
	WebCore/xml/XPathException.h \
	WebCore/xml/XPathExpression.cpp \
	WebCore/xml/XPathExpression.h \
	WebCore/xml/XPathExpressionNode.cpp \
	WebCore/xml/XPathExpressionNode.h \
	WebCore/xml/XPathFunctions.cpp \
	WebCore/xml/XPathFunctions.h \
	WebCore/xml/XPathNSResolver.cpp \
	WebCore/xml/XPathNSResolver.h \
	WebCore/xml/XPathNamespace.cpp \
	WebCore/xml/XPathNamespace.h \
	WebCore/xml/XPathNodeSet.cpp \
	WebCore/xml/XPathNodeSet.h \
	WebCore/xml/XPathParser.cpp \
	WebCore/xml/XPathParser.h \
	WebCore/xml/XPathPath.cpp \
	WebCore/xml/XPathPath.h \
	WebCore/xml/XPathPredicate.cpp \
	WebCore/xml/XPathPredicate.h \
	WebCore/xml/XPathResult.cpp \
	WebCore/xml/XPathResult.h \
	WebCore/xml/XPathStep.cpp \
	WebCore/xml/XPathStep.h \
	WebCore/xml/XPathUtil.cpp \
	WebCore/xml/XPathUtil.h \
	WebCore/xml/XPathValue.cpp \
	WebCore/xml/XPathValue.h \
	WebCore/xml/XPathVariableReference.cpp \
	WebCore/xml/XPathVariableReference.h
# XPath grammar

$(GENSOURCES)/XPathGrammar.h: $(GENSOURCES)/XPathGrammar.cpp;

# NOTE: older versions of bison do not inject an inclusion guard, so we do it
$(GENSOURCES)/XPathGrammar.cpp: $(WebCore)/xml/XPathGrammar.y
	rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
	$(BISON) -d -p xpathyy $< -o $(GENSOURCES)/XPathGrammar.cpp
	touch $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp
	echo '#ifndef XPathGrammar_h' > $(GENSOURCES)/XPathGrammar.h
	echo '#define XPathGrammar_h' >> $(GENSOURCES)/XPathGrammar.h
	cat $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp >> $(GENSOURCES)/XPathGrammar.h
	echo '#endif' >> $(GENSOURCES)/XPathGrammar.h
	rm -f $(GENSOURCES)/XPathGrammar.cpp.h $(GENSOURCES)/XPathGrammar.hpp

endif # END ENABLE_XPATH

# ----
# XSLT Support
# ----
if ENABLE_XSLT
FEATURE_DEFINES += ENABLE_XSLT=1

webcore_cppflags += -DENABLE_XSLT=1

webcore_sources += \
	WebCore/dom/TransformSourceLibxslt.cpp \
	WebCore/dom/TransformSource.h \
	WebCore/xml/XSLImportRule.cpp \
	WebCore/xml/XSLImportRule.h \
	WebCore/xml/XSLStyleSheetLibxslt.cpp \
	WebCore/xml/XSLStyleSheet.h \
	WebCore/xml/XSLTExtensions.cpp \
	WebCore/xml/XSLTExtensions.h \
	WebCore/xml/XSLTProcessor.cpp \
	WebCore/xml/XSLTProcessorLibxslt.cpp \
	WebCore/xml/XSLTProcessor.h \
	WebCore/xml/XSLTUnicodeSort.cpp \
	WebCore/xml/XSLTUnicodeSort.h
endif # END ENABLE_XSLT

# ----
# Web Workers support
# ----
if ENABLE_WORKERS
FEATURE_DEFINES += ENABLE_WORKERS=1

webcore_cppflags += \
	-DENABLE_WORKERS=1

webcore_sources += \
	WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp \
	WebCore/bindings/js/JSWorkerConstructor.cpp \
	WebCore/bindings/js/JSWorkerConstructor.h \
	WebCore/bindings/js/JSWorkerContextBase.cpp \
	WebCore/bindings/js/JSWorkerContextBase.h \
	WebCore/bindings/js/JSWorkerContextCustom.cpp \
	WebCore/bindings/js/JSWorkerCustom.cpp \
	WebCore/bindings/js/WorkerScriptController.cpp \
	WebCore/bindings/js/WorkerScriptController.h \
	WebCore/page/WorkerNavigator.cpp \
	WebCore/page/WorkerNavigator.h \
	WebCore/workers/AbstractWorker.cpp \
	WebCore/workers/AbstractWorker.h \
	WebCore/workers/DedicatedWorkerContext.cpp \
	WebCore/workers/DedicatedWorkerContext.h \
	WebCore/workers/DedicatedWorkerThread.cpp \
	WebCore/workers/DedicatedWorkerThread.h \
	WebCore/workers/GenericWorkerTask.h \
	WebCore/workers/Worker.cpp \
	WebCore/workers/Worker.h \
	WebCore/workers/WorkerContext.cpp \
	WebCore/workers/WorkerContext.h \
	WebCore/workers/WorkerContextProxy.h \
	WebCore/workers/WorkerLoaderProxy.h \
	WebCore/workers/WorkerLocation.cpp \
	WebCore/workers/WorkerLocation.h \
	WebCore/workers/WorkerMessagingProxy.cpp \
	WebCore/workers/WorkerMessagingProxy.h \
	WebCore/workers/WorkerObjectProxy.h \
	WebCore/workers/WorkerReportingProxy.h \
	WebCore/workers/WorkerRunLoop.cpp \
	WebCore/workers/WorkerRunLoop.h \
	WebCore/workers/WorkerScriptLoader.cpp \
	WebCore/workers/WorkerScriptLoader.h \
	WebCore/workers/WorkerScriptLoaderClient.h \
	WebCore/workers/WorkerThread.cpp \
	WebCore/workers/WorkerThread.h
endif

# ---
# SharedWorker support
# ---
if ENABLE_SHARED_WORKERS
FEATURE_DEFINES += ENABLE_SHARED_WORKERS=1

webcore_cppflags += \
	-DENABLE_SHARED_WORKERS=1

webcore_sources += \
	WebCore/bindings/js/JSSharedWorkerConstructor.cpp \
	WebCore/bindings/js/JSSharedWorkerConstructor.h \
	WebCore/bindings/js/JSSharedWorkerCustom.cpp \
	WebCore/workers/DefaultSharedWorkerRepository.cpp \
	WebCore/workers/DefaultSharedWorkerRepository.h \
	WebCore/workers/SharedWorker.cpp \
	WebCore/workers/SharedWorker.h \
	WebCore/workers/SharedWorkerContext.cpp \
	WebCore/workers/SharedWorkerContext.h \
	WebCore/workers/SharedWorkerThread.cpp \
	WebCore/workers/SharedWorkerThread.h

endif

# ----
# WML Support
# ----
if ENABLE_WML
FEATURE_DEFINES += ENABLE_WML=1

webcore_built_sources += \
	DerivedSources/WMLElementFactory.cpp \
	DerivedSources/WMLNames.cpp

webcore_cppflags += \
	-DENABLE_WML=1

webcore_sources += \
	WebCore/wml/WMLAElement.cpp \
	WebCore/wml/WMLAccessElement.cpp \
	WebCore/wml/WMLAnchorElement.cpp \
	WebCore/wml/WMLBRElement.cpp \
	WebCore/wml/WMLCardElement.cpp \
	WebCore/wml/WMLDoElement.cpp \
	WebCore/wml/WMLDocument.cpp \
	WebCore/wml/WMLElement.cpp \
	WebCore/wml/WMLErrorHandling.cpp \
	WebCore/wml/WMLEventHandlingElement.cpp \
	WebCore/wml/WMLFieldSetElement.cpp \
	WebCore/wml/WMLFormControlElement.cpp \
	WebCore/wml/WMLGoElement.cpp \
	WebCore/wml/WMLImageElement.cpp \
	WebCore/wml/WMLImageLoader.cpp \
	WebCore/wml/WMLInputElement.cpp \
	WebCore/wml/WMLInsertedLegendElement.cpp \
	WebCore/wml/WMLIntrinsicEvent.cpp \
	WebCore/wml/WMLIntrinsicEventHandler.cpp \
	WebCore/wml/WMLMetaElement.cpp \
	WebCore/wml/WMLNoopElement.cpp \
	WebCore/wml/WMLOnEventElement.cpp \
	WebCore/wml/WMLPElement.cpp \
	WebCore/wml/WMLOptGroupElement.cpp \
	WebCore/wml/WMLOptionElement.cpp \
	WebCore/wml/WMLPageState.cpp \
	WebCore/wml/WMLPostfieldElement.cpp \
	WebCore/wml/WMLPrevElement.cpp \
	WebCore/wml/WMLRefreshElement.cpp \
	WebCore/wml/WMLSelectElement.cpp \
	WebCore/wml/WMLSetvarElement.cpp \
	WebCore/wml/WMLTableElement.cpp \
	WebCore/wml/WMLTaskElement.cpp \
	WebCore/wml/WMLTemplateElement.cpp \
	WebCore/wml/WMLTimerElement.cpp \
	WebCore/wml/WMLVariables.cpp

# WML tag and attribute names
DerivedSources/WMLNames.cpp: DerivedSources/WMLElementFactory.cpp;

DerivedSources/WMLElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/wml/WMLTagNames.in $(WebCore)/wml/WMLAttributeNames.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/wml/WMLTagNames.in --attrs $(WebCore)/wml/WMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
endif # END ENABLE_WML

# ----
# Filters
# ----
if ENABLE_FILTERS

FEATURE_DEFINES += ENABLE_FILTERS=1
webcore_cppflags += -DENABLE_FILTERS=1

webcore_sources += \
	WebCore/platform/graphics/filters/FEBlend.cpp \
	WebCore/platform/graphics/filters/FEBlend.h \
	WebCore/platform/graphics/filters/FEColorMatrix.cpp \
	WebCore/platform/graphics/filters/FEColorMatrix.h \
	WebCore/platform/graphics/filters/FEComponentTransfer.cpp \
	WebCore/platform/graphics/filters/FEComponentTransfer.h \
	WebCore/platform/graphics/filters/FEComposite.cpp \
	WebCore/platform/graphics/filters/FEComposite.h \
	WebCore/platform/graphics/filters/FEGaussianBlur.cpp \
	WebCore/platform/graphics/filters/FEGaussianBlur.h \
	WebCore/platform/graphics/filters/Filter.h \
	WebCore/platform/graphics/filters/FilterEffect.cpp \
	WebCore/platform/graphics/filters/FilterEffect.h \
	WebCore/platform/graphics/filters/ImageBufferFilter.cpp \
	WebCore/platform/graphics/filters/ImageBufferFilter.h \
	WebCore/platform/graphics/filters/SourceAlpha.cpp \
	WebCore/platform/graphics/filters/SourceAlpha.h \
	WebCore/platform/graphics/filters/SourceGraphic.cpp \
	WebCore/platform/graphics/filters/SourceGraphic.h

if ENABLE_SVG
SVG_FEATURES += ENABLE_FILTERS=1
endif

endif # END ENABLE_FILTERS

# ----
# Geolocation
# ----
if ENABLE_GEOLOCATION

FEATURE_DEFINES += ENABLE_GEOLOCATION=1
webcore_cppflags += \
	-DENABLE_GEOLOCATION=1

webcoregtk_sources += \
	WebCore/platform/gtk/GeolocationServiceGtk.cpp \
	WebCore/platform/gtk/GeolocationServiceGtk.h
endif # END ENABLE_GEOLOCATION

# ----
# MathML support
# ----
if ENABLE_MATHML

FEATURE_DEFINES += ENABLE_MATHML=1

webcore_cppflags += \
	-DENABLE_MATHML=1

webcore_sources += \
	WebCore/mathml/MathMLElement.cpp \
	WebCore/mathml/MathMLElement.h \
	WebCore/mathml/MathMLInlineContainerElement.cpp \
	WebCore/mathml/MathMLInlineContainerElement.h  \
	WebCore/mathml/MathMLMathElement.cpp \
	WebCore/mathml/MathMLMathElement.h \
	WebCore/mathml/MathMLTextElement.cpp \
	WebCore/mathml/MathMLTextElement.h \
	WebCore/mathml/RenderMathMLBlock.cpp \
	WebCore/mathml/RenderMathMLBlock.h \
	WebCore/mathml/RenderMathMLFraction.cpp \
	WebCore/mathml/RenderMathMLFraction.h \
	WebCore/mathml/RenderMathMLMath.cpp \
	WebCore/mathml/RenderMathMLMath.h \
	WebCore/mathml/RenderMathMLOperator.cpp \
	WebCore/mathml/RenderMathMLOperator.h \
	WebCore/mathml/RenderMathMLRow.cpp \
	WebCore/mathml/RenderMathMLRow.h \
	WebCore/mathml/RenderMathMLSubSup.cpp \
	WebCore/mathml/RenderMathMLSubSup.h \
	WebCore/mathml/RenderMathMLUnderOver.cpp \
	WebCore/mathml/RenderMathMLUnderOver.h

webcore_built_sources += \
	DerivedSources/MathMLElementFactory.cpp \
	DerivedSources/MathMLElementFactory.h \
	DerivedSources/MathMLNames.cpp \
	DerivedSources/MathMLNames.h

# MathML tag and attribute names, and element factory 
DerivedSources/MathMLElementFactory.h: DerivedSources/MathMLElementFactory.cpp

DerivedSources/MathMLNames.h: DerivedSources/MathMLNames.cpp

DerivedSources/MathMLElementFactory.cpp DerivedSources/MathMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/mathml/mathtags.in $(WebCore)/mathml/mathattrs.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/mathml/mathtags.in --attrs $(WebCore)/mathml/mathattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
else 
DerivedSources/MathMLElementFactory.cpp:
	echo > $@

DerivedSources/MathMLNames.cpp:
	echo > $@

endif # END ENABLE_MATHML

# ----
# Notifications support
# ----
if ENABLE_NOTIFICATIONS
FEATURE_DEFINES += ENABLE_NOTIFICATIONS=1

webcore_cppflags += \
	-DENABLE_NOTIFICATIONS=1

webcore_sources += \
	WebCore/notifications/Notification.cpp \
	WebCore/notifications/Notification.h \
	WebCore/notifications/NotificationCenter.cpp \
	WebCore/notifications/NotificationCenter.h \
	WebCore/notifications/NotificationPresenter.h \
	WebCore/notifications/NotificationContents.h

endif # END ENABLE_NOTIFICATIONS

# ----
# SVG Support
#
# FIXME: allow a more fine-grained inclusion/generation of sources per SVG feature
# ----
if ENABLE_SVG
FEATURE_DEFINES += ENABLE_SVG=1

WEBCORE_CSS_PROPERTY_NAMES += $(WebCore)/css/SVGCSSPropertyNames.in 
WEBCORE_CSS_VALUE_KEYWORDS += $(WebCore)/css/SVGCSSValueKeywords.in

webcore_built_sources += \
	DerivedSources/JSSVGElementWrapperFactory.cpp \
	DerivedSources/SVGElementFactory.cpp \
	DerivedSources/SVGNames.cpp \
	DerivedSources/XLinkNames.cpp

IDL_BINDINGS += \
	WebCore/svg/ElementTimeControl.idl \
	WebCore/svg/SVGAElement.idl \
	WebCore/svg/SVGAltGlyphElement.idl \
	WebCore/svg/SVGAngle.idl \
	WebCore/svg/SVGAnimateColorElement.idl \
	WebCore/svg/SVGAnimateElement.idl \
	WebCore/svg/SVGAnimateTransformElement.idl \
	WebCore/svg/SVGAnimatedAngle.idl \
	WebCore/svg/SVGAnimatedBoolean.idl \
	WebCore/svg/SVGAnimatedEnumeration.idl \
	WebCore/svg/SVGAnimatedInteger.idl \
	WebCore/svg/SVGAnimatedLength.idl \
	WebCore/svg/SVGAnimatedLengthList.idl \
	WebCore/svg/SVGAnimatedNumber.idl \
	WebCore/svg/SVGAnimatedNumberList.idl \
	WebCore/svg/SVGAnimatedPathData.idl \
	WebCore/svg/SVGAnimatedPoints.idl \
	WebCore/svg/SVGAnimatedPreserveAspectRatio.idl \
	WebCore/svg/SVGAnimatedRect.idl \
	WebCore/svg/SVGAnimatedString.idl \
	WebCore/svg/SVGAnimatedTransformList.idl \
	WebCore/svg/SVGAnimationElement.idl \
	WebCore/svg/SVGCircleElement.idl \
	WebCore/svg/SVGClipPathElement.idl \
	WebCore/svg/SVGColor.idl \
	WebCore/svg/SVGComponentTransferFunctionElement.idl \
	WebCore/svg/SVGCursorElement.idl \
	WebCore/svg/SVGDefsElement.idl \
	WebCore/svg/SVGDescElement.idl \
	WebCore/svg/SVGDocument.idl \
	WebCore/svg/SVGElement.idl \
	WebCore/svg/SVGElementInstance.idl \
	WebCore/svg/SVGElementInstanceList.idl \
	WebCore/svg/SVGEllipseElement.idl \
	WebCore/svg/SVGException.idl \
	WebCore/svg/SVGExternalResourcesRequired.idl \
	WebCore/svg/SVGFEBlendElement.idl \
	WebCore/svg/SVGFEColorMatrixElement.idl \
	WebCore/svg/SVGFEComponentTransferElement.idl \
	WebCore/svg/SVGFECompositeElement.idl \
	WebCore/svg/SVGFEDiffuseLightingElement.idl \
	WebCore/svg/SVGFEDisplacementMapElement.idl \
	WebCore/svg/SVGFEDistantLightElement.idl \
	WebCore/svg/SVGFEFloodElement.idl \
	WebCore/svg/SVGFEFuncAElement.idl \
	WebCore/svg/SVGFEFuncBElement.idl \
	WebCore/svg/SVGFEFuncGElement.idl \
	WebCore/svg/SVGFEFuncRElement.idl \
	WebCore/svg/SVGFEGaussianBlurElement.idl \
	WebCore/svg/SVGFEImageElement.idl \
	WebCore/svg/SVGFEMergeElement.idl \
	WebCore/svg/SVGFEMergeNodeElement.idl \
	WebCore/svg/SVGFEMorphologyElement.idl \
	WebCore/svg/SVGFEOffsetElement.idl \
	WebCore/svg/SVGFEPointLightElement.idl \
	WebCore/svg/SVGFESpecularLightingElement.idl \
	WebCore/svg/SVGFESpotLightElement.idl \
	WebCore/svg/SVGFETileElement.idl \
	WebCore/svg/SVGFETurbulenceElement.idl \
	WebCore/svg/SVGFilterElement.idl \
	WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
	WebCore/svg/SVGFitToViewBox.idl \
	WebCore/svg/SVGFontElement.idl \
	WebCore/svg/SVGFontFaceElement.idl \
	WebCore/svg/SVGFontFaceFormatElement.idl \
	WebCore/svg/SVGFontFaceNameElement.idl \
	WebCore/svg/SVGFontFaceSrcElement.idl \
	WebCore/svg/SVGFontFaceUriElement.idl \
	WebCore/svg/SVGForeignObjectElement.idl \
	WebCore/svg/SVGGElement.idl \
	WebCore/svg/SVGGlyphElement.idl \
	WebCore/svg/SVGGradientElement.idl \
	WebCore/svg/SVGHKernElement.idl \
	WebCore/svg/SVGImageElement.idl \
	WebCore/svg/SVGLangSpace.idl \
	WebCore/svg/SVGLength.idl \
	WebCore/svg/SVGLengthList.idl \
	WebCore/svg/SVGLineElement.idl \
	WebCore/svg/SVGLinearGradientElement.idl \
	WebCore/svg/SVGLocatable.idl \
	WebCore/svg/SVGMarkerElement.idl \
	WebCore/svg/SVGMaskElement.idl \
	WebCore/svg/SVGMatrix.idl \
	WebCore/svg/SVGMetadataElement.idl \
	WebCore/svg/SVGMissingGlyphElement.idl \
	WebCore/svg/SVGNumber.idl \
	WebCore/svg/SVGNumberList.idl \
	WebCore/svg/SVGPaint.idl \
	WebCore/svg/SVGPathElement.idl \
	WebCore/svg/SVGPathSeg.idl \
	WebCore/svg/SVGPathSegArcAbs.idl \
	WebCore/svg/SVGPathSegArcRel.idl \
	WebCore/svg/SVGPathSegClosePath.idl \
	WebCore/svg/SVGPathSegCurvetoCubicAbs.idl \
	WebCore/svg/SVGPathSegCurvetoCubicRel.idl \
	WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
	WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.idl \
	WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl \
	WebCore/svg/SVGPathSegCurvetoQuadraticRel.idl \
	WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
	WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
	WebCore/svg/SVGPathSegLinetoAbs.idl \
	WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl \
	WebCore/svg/SVGPathSegLinetoHorizontalRel.idl \
	WebCore/svg/SVGPathSegLinetoRel.idl \
	WebCore/svg/SVGPathSegLinetoVerticalAbs.idl \
	WebCore/svg/SVGPathSegLinetoVerticalRel.idl \
	WebCore/svg/SVGPathSegList.idl \
	WebCore/svg/SVGPathSegMovetoAbs.idl \
	WebCore/svg/SVGPathSegMovetoRel.idl \
	WebCore/svg/SVGPatternElement.idl \
	WebCore/svg/SVGPoint.idl \
	WebCore/svg/SVGPointList.idl \
	WebCore/svg/SVGPolygonElement.idl \
	WebCore/svg/SVGPolylineElement.idl \
	WebCore/svg/SVGPreserveAspectRatio.idl \
	WebCore/svg/SVGRadialGradientElement.idl \
	WebCore/svg/SVGRect.idl \
	WebCore/svg/SVGRectElement.idl \
	WebCore/svg/SVGRenderingIntent.idl \
	WebCore/svg/SVGSVGElement.idl \
	WebCore/svg/SVGScriptElement.idl \
	WebCore/svg/SVGSetElement.idl \
	WebCore/svg/SVGStopElement.idl \
	WebCore/svg/SVGStringList.idl \
	WebCore/svg/SVGStylable.idl \
	WebCore/svg/SVGStyleElement.idl \
	WebCore/svg/SVGSwitchElement.idl \
	WebCore/svg/SVGSymbolElement.idl \
	WebCore/svg/SVGTRefElement.idl \
	WebCore/svg/SVGTSpanElement.idl \
	WebCore/svg/SVGTests.idl \
	WebCore/svg/SVGTextContentElement.idl \
	WebCore/svg/SVGTextElement.idl \
	WebCore/svg/SVGTextPathElement.idl \
	WebCore/svg/SVGTextPositioningElement.idl \
	WebCore/svg/SVGTitleElement.idl \
	WebCore/svg/SVGTransform.idl \
	WebCore/svg/SVGTransformList.idl \
	WebCore/svg/SVGTransformable.idl \
	WebCore/svg/SVGURIReference.idl \
	WebCore/svg/SVGUnitTypes.idl \
	WebCore/svg/SVGUseElement.idl \
	WebCore/svg/SVGViewElement.idl \
	WebCore/svg/SVGViewSpec.idl \
	WebCore/svg/SVGZoomAndPan.idl \
	WebCore/svg/SVGZoomEvent.idl

webcore_cppflags += \
	-DENABLE_SVG=1

webcore_sources += \
	WebCore/bindings/js/JSSVGContextCache.h \
	WebCore/bindings/js/JSSVGElementInstanceCustom.cpp \
	WebCore/bindings/js/JSSVGLengthCustom.cpp \
	WebCore/bindings/js/JSSVGMatrixCustom.cpp \
	WebCore/bindings/js/JSSVGPODListCustom.h \
	WebCore/bindings/js/JSSVGPODTypeWrapper.h \
	WebCore/bindings/js/JSSVGPathSegCustom.cpp \
	WebCore/bindings/js/JSSVGPathSegListCustom.cpp \
	WebCore/css/SVGCSSComputedStyleDeclaration.cpp \
	WebCore/css/SVGCSSParser.cpp \
	WebCore/css/SVGCSSStyleSelector.cpp \
	WebCore/rendering/PointerEventsHitRules.cpp \
	WebCore/rendering/PointerEventsHitRules.h \
	WebCore/rendering/RenderForeignObject.cpp \
	WebCore/rendering/RenderForeignObject.h \
	WebCore/rendering/RenderPath.cpp \
	WebCore/rendering/RenderPath.h \
	WebCore/rendering/RenderSVGBlock.cpp \
	WebCore/rendering/RenderSVGBlock.h \
	WebCore/rendering/RenderSVGContainer.cpp \
	WebCore/rendering/RenderSVGContainer.h \
	WebCore/rendering/RenderSVGGradientStop.cpp \
	WebCore/rendering/RenderSVGGradientStop.h \
	WebCore/rendering/RenderSVGHiddenContainer.cpp \
	WebCore/rendering/RenderSVGHiddenContainer.h \
	WebCore/rendering/RenderSVGImage.cpp \
	WebCore/rendering/RenderSVGImage.h \
	WebCore/rendering/RenderSVGInline.cpp \
	WebCore/rendering/RenderSVGInline.h \
	WebCore/rendering/RenderSVGInlineText.cpp \
	WebCore/rendering/RenderSVGInlineText.h \
	WebCore/rendering/RenderSVGModelObject.cpp \
	WebCore/rendering/RenderSVGModelObject.h \
	WebCore/rendering/RenderSVGResource.cpp \
	WebCore/rendering/RenderSVGResource.h \
	WebCore/rendering/RenderSVGResourceClipper.cpp \
	WebCore/rendering/RenderSVGResourceClipper.h \
	WebCore/rendering/RenderSVGResourceFilter.cpp \
	WebCore/rendering/RenderSVGResourceFilter.h \
	WebCore/rendering/RenderSVGResourceGradient.cpp \
	WebCore/rendering/RenderSVGResourceGradient.h \
	WebCore/rendering/RenderSVGResourceLinearGradient.cpp \
	WebCore/rendering/RenderSVGResourceLinearGradient.h \
	WebCore/rendering/RenderSVGResourceMarker.cpp \
	WebCore/rendering/RenderSVGResourceMarker.h \
	WebCore/rendering/RenderSVGResourceMasker.cpp \
	WebCore/rendering/RenderSVGResourceMasker.h \
	WebCore/rendering/RenderSVGResourcePattern.cpp \
	WebCore/rendering/RenderSVGResourcePattern.h \
	WebCore/rendering/RenderSVGResourceRadialGradient.cpp \
	WebCore/rendering/RenderSVGResourceRadialGradient.h \
	WebCore/rendering/RenderSVGResourceSolidColor.cpp \
	WebCore/rendering/RenderSVGResourceSolidColor.h \
	WebCore/rendering/RenderSVGRoot.cpp \
	WebCore/rendering/RenderSVGRoot.h \
	WebCore/rendering/RenderSVGShadowTreeRootContainer.cpp \
	WebCore/rendering/RenderSVGShadowTreeRootContainer.h \
	WebCore/rendering/RenderSVGTSpan.cpp \
	WebCore/rendering/RenderSVGTSpan.h \
	WebCore/rendering/RenderSVGText.cpp \
	WebCore/rendering/RenderSVGText.h \
	WebCore/rendering/RenderSVGTextPath.cpp \
	WebCore/rendering/RenderSVGTextPath.h \
	WebCore/rendering/RenderSVGTransformableContainer.cpp \
	WebCore/rendering/RenderSVGTransformableContainer.h \
	WebCore/rendering/RenderSVGViewportContainer.cpp \
	WebCore/rendering/RenderSVGViewportContainer.h \
	WebCore/rendering/SVGCharacterData.cpp \
	WebCore/rendering/SVGCharacterData.h \
	WebCore/rendering/SVGCharacterLayoutInfo.cpp \
	WebCore/rendering/SVGCharacterLayoutInfo.h \
	WebCore/rendering/SVGInlineFlowBox.cpp \
	WebCore/rendering/SVGInlineFlowBox.h \
	WebCore/rendering/SVGInlineTextBox.cpp \
	WebCore/rendering/SVGInlineTextBox.h \
	WebCore/rendering/SVGMarkerData.h \
	WebCore/rendering/SVGMarkerLayoutInfo.cpp \
	WebCore/rendering/SVGMarkerLayoutInfo.h \
	WebCore/rendering/SVGRenderSupport.cpp \
	WebCore/rendering/SVGRenderSupport.h \
	WebCore/rendering/SVGRenderTreeAsText.cpp \
	WebCore/rendering/SVGRenderTreeAsText.h \
	WebCore/rendering/SVGRootInlineBox.cpp \
	WebCore/rendering/SVGRootInlineBox.h \
	WebCore/rendering/SVGShadowTreeElements.cpp \
	WebCore/rendering/SVGShadowTreeElements.h \
	WebCore/rendering/SVGTextChunkLayoutInfo.h \
	WebCore/rendering/style/SVGRenderStyle.cpp \
	WebCore/rendering/style/SVGRenderStyle.h \
	WebCore/rendering/style/SVGRenderStyleDefs.cpp \
	WebCore/rendering/style/SVGRenderStyleDefs.h \
	WebCore/svg/ColorDistance.cpp \
	WebCore/svg/ColorDistance.h \
	WebCore/svg/ElementTimeControl.h \
	WebCore/svg/GradientAttributes.h \
	WebCore/svg/LinearGradientAttributes.h \
	WebCore/svg/PatternAttributes.h \
	WebCore/svg/RadialGradientAttributes.h \
	WebCore/svg/SVGAElement.cpp \
	WebCore/svg/SVGAElement.h \
	WebCore/svg/SVGAltGlyphElement.cpp \
	WebCore/svg/SVGAltGlyphElement.h \
	WebCore/svg/SVGAngle.cpp \
	WebCore/svg/SVGAngle.h \
	WebCore/svg/SVGAnimateColorElement.cpp \
	WebCore/svg/SVGAnimateColorElement.h \
	WebCore/svg/SVGAnimateElement.cpp \
	WebCore/svg/SVGAnimateElement.h \
	WebCore/svg/SVGAnimateMotionElement.cpp \
	WebCore/svg/SVGAnimateMotionElement.h \
	WebCore/svg/SVGAnimateTransformElement.cpp \
	WebCore/svg/SVGAnimateTransformElement.h \
	WebCore/svg/SVGAnimatedPathData.cpp \
	WebCore/svg/SVGAnimatedPathData.h \
	WebCore/svg/SVGAnimatedPoints.cpp \
	WebCore/svg/SVGAnimatedPoints.h \
	WebCore/svg/SVGAnimatedProperty.h \
	WebCore/svg/SVGAnimatedPropertySynchronizer.h \
	WebCore/svg/SVGAnimatedPropertyTraits.h \
	WebCore/svg/SVGAnimatedTemplate.h \
	WebCore/svg/SVGAnimationElement.cpp \
	WebCore/svg/SVGAnimationElement.h \
	WebCore/svg/SVGCircleElement.cpp \
	WebCore/svg/SVGCircleElement.h \
	WebCore/svg/SVGClipPathElement.cpp \
	WebCore/svg/SVGClipPathElement.h \
	WebCore/svg/SVGColor.cpp \
	WebCore/svg/SVGColor.h \
	WebCore/svg/SVGComponentTransferFunctionElement.cpp \
	WebCore/svg/SVGComponentTransferFunctionElement.h \
	WebCore/svg/SVGCursorElement.cpp \
	WebCore/svg/SVGCursorElement.h \
	WebCore/svg/SVGDefsElement.cpp \
	WebCore/svg/SVGDefsElement.h \
	WebCore/svg/SVGDescElement.cpp \
	WebCore/svg/SVGDescElement.h \
	WebCore/svg/SVGDocument.cpp \
	WebCore/svg/SVGDocument.h \
	WebCore/svg/SVGDocumentExtensions.cpp \
	WebCore/svg/SVGDocumentExtensions.h \
	WebCore/svg/SVGElement.cpp \
	WebCore/svg/SVGElement.h \
	WebCore/svg/SVGElementInstance.cpp \
	WebCore/svg/SVGElementInstance.h \
	WebCore/svg/SVGElementInstanceList.cpp \
	WebCore/svg/SVGElementInstanceList.h \
	WebCore/svg/SVGElementRareData.h \
	WebCore/svg/SVGEllipseElement.cpp \
	WebCore/svg/SVGEllipseElement.h \
	WebCore/svg/SVGException.h \
	WebCore/svg/SVGExternalResourcesRequired.cpp \
	WebCore/svg/SVGExternalResourcesRequired.h \
	WebCore/svg/SVGFEBlendElement.cpp \
	WebCore/svg/SVGFEBlendElement.h \
	WebCore/svg/SVGFEColorMatrixElement.cpp \
	WebCore/svg/SVGFEColorMatrixElement.h \
	WebCore/svg/SVGFEComponentTransferElement.cpp \
	WebCore/svg/SVGFEComponentTransferElement.h \
	WebCore/svg/SVGFECompositeElement.cpp \
	WebCore/svg/SVGFECompositeElement.h \
	WebCore/svg/SVGFEDiffuseLightingElement.cpp \
	WebCore/svg/SVGFEDiffuseLightingElement.h \
	WebCore/svg/SVGFEDisplacementMapElement.cpp \
	WebCore/svg/SVGFEDisplacementMapElement.h \
	WebCore/svg/SVGFEDistantLightElement.cpp \
	WebCore/svg/SVGFEDistantLightElement.h \
	WebCore/svg/SVGFEFloodElement.cpp \
	WebCore/svg/SVGFEFloodElement.h \
	WebCore/svg/SVGFEFuncAElement.cpp \
	WebCore/svg/SVGFEFuncAElement.h \
	WebCore/svg/SVGFEFuncBElement.cpp \
	WebCore/svg/SVGFEFuncBElement.h \
	WebCore/svg/SVGFEFuncGElement.cpp \
	WebCore/svg/SVGFEFuncGElement.h \
	WebCore/svg/SVGFEFuncRElement.cpp \
	WebCore/svg/SVGFEFuncRElement.h \
	WebCore/svg/SVGFEGaussianBlurElement.cpp \
	WebCore/svg/SVGFEGaussianBlurElement.h \
	WebCore/svg/SVGFEImageElement.cpp \
	WebCore/svg/SVGFEImageElement.h \
	WebCore/svg/SVGFELightElement.cpp \
	WebCore/svg/SVGFELightElement.h \
	WebCore/svg/SVGFEMergeElement.cpp \
	WebCore/svg/SVGFEMergeElement.h \
	WebCore/svg/SVGFEMergeNodeElement.cpp \
	WebCore/svg/SVGFEMergeNodeElement.h \
	WebCore/svg/SVGFEMorphologyElement.cpp \
	WebCore/svg/SVGFEMorphologyElement.h \
	WebCore/svg/SVGFEOffsetElement.cpp \
	WebCore/svg/SVGFEOffsetElement.h \
	WebCore/svg/SVGFEPointLightElement.cpp \
	WebCore/svg/SVGFEPointLightElement.h \
	WebCore/svg/SVGFESpecularLightingElement.cpp \
	WebCore/svg/SVGFESpecularLightingElement.h \
	WebCore/svg/SVGFESpotLightElement.cpp \
	WebCore/svg/SVGFESpotLightElement.h \
	WebCore/svg/SVGFETileElement.cpp \
	WebCore/svg/SVGFETileElement.h \
	WebCore/svg/SVGFETurbulenceElement.cpp \
	WebCore/svg/SVGFETurbulenceElement.h \
	WebCore/svg/SVGFilterElement.cpp \
	WebCore/svg/SVGFilterElement.h \
	WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp \
	WebCore/svg/SVGFilterPrimitiveStandardAttributes.h \
	WebCore/svg/SVGFitToViewBox.cpp \
	WebCore/svg/SVGFitToViewBox.h \
	WebCore/svg/SVGFont.cpp \
	WebCore/svg/SVGFontData.cpp \
	WebCore/svg/SVGFontData.h \
	WebCore/svg/SVGFontElement.cpp \
	WebCore/svg/SVGFontElement.h \
	WebCore/svg/SVGFontFaceElement.cpp \
	WebCore/svg/SVGFontFaceElement.h \
	WebCore/svg/SVGFontFaceFormatElement.cpp \
	WebCore/svg/SVGFontFaceFormatElement.h \
	WebCore/svg/SVGFontFaceNameElement.cpp \
	WebCore/svg/SVGFontFaceNameElement.h \
	WebCore/svg/SVGFontFaceSrcElement.cpp \
	WebCore/svg/SVGFontFaceSrcElement.h \
	WebCore/svg/SVGFontFaceUriElement.cpp \
	WebCore/svg/SVGFontFaceUriElement.h \
	WebCore/svg/SVGForeignObjectElement.cpp \
	WebCore/svg/SVGForeignObjectElement.h \
	WebCore/svg/SVGGElement.cpp \
	WebCore/svg/SVGGElement.h \
	WebCore/svg/SVGGlyphElement.cpp \
	WebCore/svg/SVGGlyphElement.h \
	WebCore/svg/SVGGlyphMap.h \
	WebCore/svg/SVGGradientElement.cpp \
	WebCore/svg/SVGGradientElement.h \
	WebCore/svg/SVGHKernElement.cpp \
	WebCore/svg/SVGHKernElement.h \
	WebCore/svg/SVGImageElement.cpp \
	WebCore/svg/SVGImageElement.h \
	WebCore/svg/SVGImageLoader.cpp \
	WebCore/svg/SVGImageLoader.h \
	WebCore/svg/SVGLangSpace.cpp \
	WebCore/svg/SVGLangSpace.h \
	WebCore/svg/SVGLength.cpp \
	WebCore/svg/SVGLength.h \
	WebCore/svg/SVGLengthList.cpp \
	WebCore/svg/SVGLengthList.h \
	WebCore/svg/SVGLineElement.cpp \
	WebCore/svg/SVGLineElement.h \
	WebCore/svg/SVGLinearGradientElement.cpp \
	WebCore/svg/SVGLinearGradientElement.h \
	WebCore/svg/SVGList.h \
	WebCore/svg/SVGListTraits.h \
	WebCore/svg/SVGLocatable.cpp \
	WebCore/svg/SVGLocatable.h \
	WebCore/svg/SVGMPathElement.cpp \
	WebCore/svg/SVGMPathElement.h \
	WebCore/svg/SVGMarkerElement.cpp \
	WebCore/svg/SVGMarkerElement.h \
	WebCore/svg/SVGMaskElement.cpp \
	WebCore/svg/SVGMaskElement.h \
	WebCore/svg/SVGMetadataElement.cpp \
	WebCore/svg/SVGMetadataElement.h \
	WebCore/svg/SVGMissingGlyphElement.cpp \
	WebCore/svg/SVGMissingGlyphElement.h \
	WebCore/svg/SVGNumberList.cpp \
	WebCore/svg/SVGNumberList.h \
	WebCore/svg/SVGPaint.cpp \
	WebCore/svg/SVGPaint.h \
	WebCore/svg/SVGParserUtilities.cpp \
	WebCore/svg/SVGParserUtilities.h \
	WebCore/svg/SVGPathElement.cpp \
	WebCore/svg/SVGPathElement.h \
	WebCore/svg/SVGPathSeg.h \
	WebCore/svg/SVGPathSegArc.cpp \
	WebCore/svg/SVGPathSegArc.h \
	WebCore/svg/SVGPathSegClosePath.cpp \
	WebCore/svg/SVGPathSegClosePath.h \
	WebCore/svg/SVGPathSegCurvetoCubic.cpp \
	WebCore/svg/SVGPathSegCurvetoCubic.h \
	WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp \
	WebCore/svg/SVGPathSegCurvetoCubicSmooth.h \
	WebCore/svg/SVGPathSegCurvetoQuadratic.cpp \
	WebCore/svg/SVGPathSegCurvetoQuadratic.h \
	WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
	WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h \
	WebCore/svg/SVGPathSegLineto.cpp \
	WebCore/svg/SVGPathSegLineto.h \
	WebCore/svg/SVGPathSegLinetoHorizontal.cpp \
	WebCore/svg/SVGPathSegLinetoHorizontal.h \
	WebCore/svg/SVGPathSegLinetoVertical.cpp \
	WebCore/svg/SVGPathSegLinetoVertical.h \
	WebCore/svg/SVGPathSegList.cpp \
	WebCore/svg/SVGPathSegList.h \
	WebCore/svg/SVGPathSegMoveto.cpp \
	WebCore/svg/SVGPathSegMoveto.h \
	WebCore/svg/SVGPatternElement.cpp \
	WebCore/svg/SVGPatternElement.h \
	WebCore/svg/SVGPointList.cpp \
	WebCore/svg/SVGPointList.h \
	WebCore/svg/SVGPolyElement.cpp \
	WebCore/svg/SVGPolyElement.h \
	WebCore/svg/SVGPolygonElement.cpp \
	WebCore/svg/SVGPolygonElement.h \
	WebCore/svg/SVGPolylineElement.cpp \
	WebCore/svg/SVGPolylineElement.h \
	WebCore/svg/SVGPreserveAspectRatio.cpp \
	WebCore/svg/SVGPreserveAspectRatio.h \
	WebCore/svg/SVGRadialGradientElement.cpp \
	WebCore/svg/SVGRadialGradientElement.h \
	WebCore/svg/SVGRectElement.cpp \
	WebCore/svg/SVGRectElement.h \
	WebCore/svg/SVGRenderingIntent.h \
	WebCore/svg/SVGSVGElement.cpp \
	WebCore/svg/SVGSVGElement.h \
	WebCore/svg/SVGScriptElement.cpp \
	WebCore/svg/SVGScriptElement.h \
	WebCore/svg/SVGSetElement.cpp \
	WebCore/svg/SVGSetElement.h \
	WebCore/svg/SVGStopElement.cpp \
	WebCore/svg/SVGStopElement.h \
	WebCore/svg/SVGStringList.cpp \
	WebCore/svg/SVGStringList.h \
	WebCore/svg/SVGStylable.cpp \
	WebCore/svg/SVGStylable.h \
	WebCore/svg/SVGStyleElement.cpp \
	WebCore/svg/SVGStyleElement.h \
	WebCore/svg/SVGStyledElement.cpp \
	WebCore/svg/SVGStyledElement.h \
	WebCore/svg/SVGStyledLocatableElement.cpp \
	WebCore/svg/SVGStyledLocatableElement.h \
	WebCore/svg/SVGStyledTransformableElement.cpp \
	WebCore/svg/SVGStyledTransformableElement.h \
	WebCore/svg/SVGSwitchElement.cpp \
	WebCore/svg/SVGSwitchElement.h \
	WebCore/svg/SVGSymbolElement.cpp \
	WebCore/svg/SVGSymbolElement.h \
	WebCore/svg/SVGTRefElement.cpp \
	WebCore/svg/SVGTRefElement.h \
	WebCore/svg/SVGTSpanElement.cpp \
	WebCore/svg/SVGTSpanElement.h \
	WebCore/svg/SVGTests.cpp \
	WebCore/svg/SVGTests.h \
	WebCore/svg/SVGTextContentElement.cpp \
	WebCore/svg/SVGTextContentElement.h \
	WebCore/svg/SVGTextElement.cpp \
	WebCore/svg/SVGTextElement.h \
	WebCore/svg/SVGTextPathElement.cpp \
	WebCore/svg/SVGTextPathElement.h \
	WebCore/svg/SVGTextPositioningElement.cpp \
	WebCore/svg/SVGTextPositioningElement.h \
	WebCore/svg/SVGTitleElement.cpp \
	WebCore/svg/SVGTitleElement.h \
	WebCore/svg/SVGTransform.cpp \
	WebCore/svg/SVGTransform.h \
	WebCore/svg/SVGTransformDistance.cpp \
	WebCore/svg/SVGTransformDistance.h \
	WebCore/svg/SVGTransformList.cpp \
	WebCore/svg/SVGTransformList.h \
	WebCore/svg/SVGTransformable.cpp \
	WebCore/svg/SVGTransformable.h \
	WebCore/svg/SVGURIReference.cpp \
	WebCore/svg/SVGURIReference.h \
	WebCore/svg/SVGUnitTypes.h \
	WebCore/svg/SVGUseElement.cpp \
	WebCore/svg/SVGUseElement.h \
	WebCore/svg/SVGViewElement.cpp \
	WebCore/svg/SVGViewElement.h \
	WebCore/svg/SVGViewSpec.cpp \
	WebCore/svg/SVGViewSpec.h \
	WebCore/svg/SVGZoomAndPan.cpp \
	WebCore/svg/SVGZoomAndPan.h \
	WebCore/svg/SVGZoomEvent.cpp \
	WebCore/svg/SVGZoomEvent.h \
	WebCore/svg/animation/SMILTime.cpp \
	WebCore/svg/animation/SMILTime.h \
	WebCore/svg/animation/SMILTimeContainer.cpp \
	WebCore/svg/animation/SMILTimeContainer.h \
	WebCore/svg/animation/SVGSMILElement.cpp \
	WebCore/svg/animation/SVGSMILElement.h \
	WebCore/svg/graphics/SVGImage.cpp \
	WebCore/svg/graphics/SVGImage.h \
	WebCore/svg/graphics/filters/SVGDistantLightSource.h \
	WebCore/svg/graphics/filters/SVGFEConvolveMatrix.cpp \
	WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h \
	WebCore/svg/graphics/filters/SVGFEDiffuseLighting.cpp \
	WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h \
	WebCore/svg/graphics/filters/SVGFEDisplacementMap.cpp \
	WebCore/svg/graphics/filters/SVGFEDisplacementMap.h \
	WebCore/svg/graphics/filters/SVGFEFlood.cpp \
	WebCore/svg/graphics/filters/SVGFEFlood.h \
	WebCore/svg/graphics/filters/SVGFEImage.cpp \
	WebCore/svg/graphics/filters/SVGFEImage.h \
	WebCore/svg/graphics/filters/SVGFEMerge.cpp \
	WebCore/svg/graphics/filters/SVGFEMerge.h \
	WebCore/svg/graphics/filters/SVGFEMorphology.cpp \
	WebCore/svg/graphics/filters/SVGFEMorphology.h \
	WebCore/svg/graphics/filters/SVGFEOffset.cpp \
	WebCore/svg/graphics/filters/SVGFEOffset.h \
	WebCore/svg/graphics/filters/SVGFESpecularLighting.cpp \
	WebCore/svg/graphics/filters/SVGFESpecularLighting.h \
	WebCore/svg/graphics/filters/SVGFETile.cpp \
	WebCore/svg/graphics/filters/SVGFETile.h \
	WebCore/svg/graphics/filters/SVGFETurbulence.cpp \
	WebCore/svg/graphics/filters/SVGFETurbulence.h \
	WebCore/svg/graphics/filters/SVGFilter.cpp \
	WebCore/svg/graphics/filters/SVGFilter.h \
	WebCore/svg/graphics/filters/SVGFilterBuilder.h \
	WebCore/svg/graphics/filters/SVGFilterBuilder.cpp \
	WebCore/svg/graphics/filters/SVGLightSource.cpp \
	WebCore/svg/graphics/filters/SVGLightSource.h \
	WebCore/svg/graphics/filters/SVGPointLightSource.h \
	WebCore/svg/graphics/filters/SVGSpotLightSource.h

# SVG Features
if ENABLE_SVG_USE
FEATURE_DEFINES += ENABLE_SVG_USE=1
SVG_FEATURES += ENABLE_SVG_USE=1
webcore_cppflags += -DENABLE_SVG_USE=1
endif

if ENABLE_SVG_FOREIGN_OBJECT
FEATURE_DEFINES += ENABLE_SVG_FOREIGN_OBJECT=1
SVG_FEATURES += ENABLE_SVG_FOREIGN_OBJECT=1
webcore_cppflags += -DENABLE_SVG_FOREIGN_OBJECT=1
endif

if ENABLE_SVG_FONTS
FEATURE_DEFINES += ENABLE_SVG_FONTS=1
SVG_FEATURES += ENABLE_SVG_FONTS=1
webcore_cppflags += -DENABLE_SVG_FONTS=1
endif

if ENABLE_SVG_AS_IMAGE
FEATURE_DEFINES += ENABLE_SVG_AS_IMAGE=1
SVG_FEATURES += ENABLE_SVG_AS_IMAGE=1
webcore_cppflags += -DENABLE_SVG_AS_IMAGE=1
endif

if ENABLE_SVG_ANIMATION
FEATURE_DEFINES += ENABLE_SVG_ANIMATION=1
SVG_FEATURES += ENABLE_SVG_ANIMATION=1
webcore_cppflags += -DENABLE_SVG_ANIMATION=1
endif

# SVG tag and attribute names (need to pass an extra flag if svg experimental features are enabled)
DerivedSources/SVGNames.cpp: DerivedSources/SVGElementFactory.cpp;
DerivedSources/JSSVGElementWrapperFactory.cpp: DerivedSources/SVGElementFactory.cpp

if SVG_FLAGS
DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --extraDefines "$(SVG_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES)"
else
DerivedSources/SVGElementFactory.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/svg/svgtags.in $(WebCore)/svg/svgattrs.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/svg/svgtags.in --attrs $(WebCore)/svg/svgattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"

endif # SVG_FLAGS

# end SVG Features

DerivedSources/XLinkNames.h: DerivedSources/XLinkNames.cpp;

DerivedSources/XLinkNames.cpp : $(WebCore)/dom/make_names.pl $(WebCore)/svg/xlinkattrs.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/svg/xlinkattrs.in --outputDir "$(GENSOURCES)"

endif # END ENABLE_SVG

# ----
# Web Sockets Support
# ----
if ENABLE_WEB_SOCKETS
FEATURE_DEFINES += ENABLE_WEB_SOCKETS=1

IDL_BINDINGS += \
	WebCore/websockets/WebSocket.idl

webcore_cppflags += \
	-DENABLE_WEB_SOCKETS=1

webcore_sources += \
	WebCore/bindings/js/JSWebSocketConstructor.cpp \
	WebCore/bindings/js/JSWebSocketConstructor.h \
	WebCore/bindings/js/JSWebSocketCustom.cpp \
	WebCore/platform/network/SocketStreamErrorBase.cpp \
	WebCore/platform/network/SocketStreamErrorBase.h \
	WebCore/platform/network/SocketStreamHandleBase.cpp \
	WebCore/platform/network/SocketStreamHandleBase.h \
	WebCore/platform/network/SocketStreamHandleClient.h \
	WebCore/websockets/WebSocket.cpp \
	WebCore/websockets/WebSocket.h \
	WebCore/websockets/WebSocketChannel.cpp \
	WebCore/websockets/WebSocketChannel.h \
	WebCore/websockets/WebSocketChannelClient.h \
	WebCore/websockets/WebSocketHandshake.cpp \
	WebCore/websockets/WebSocketHandshake.h \
	WebCore/websockets/WebSocketHandshakeRequest.cpp \
	WebCore/websockets/WebSocketHandshakeRequest.h

if ENABLE_WORKERS
webcore_sources += \
	WebCore/websockets/ThreadableWebSocketChannel.cpp \
	WebCore/websockets/ThreadableWebSocketChannel.h \
	WebCore/websockets/ThreadableWebSocketChannelClientWrapper.h \
	WebCore/websockets/WorkerThreadableWebSocketChannel.cpp \
	WebCore/websockets/WorkerThreadableWebSocketChannel.h
endif

webcoregtk_sources += \
	WebCore/platform/network/soup/SocketStreamError.h \
	WebCore/platform/network/soup/SocketStreamHandle.h \
	WebCore/platform/network/soup/SocketStreamHandleSoup.cpp

else
webcore_cppflags += -DENABLE_WEB_SOCKETS=0
endif  # END ENABLE_WEB_SOCKETS

# ---
# Blob.slice support
# ---
if ENABLE_BLOB_SLICE
FEATURE_DEFINES += ENABLE_BLOB_SLICE=1
webcore_cppflags += -DENABLE_BLOB_SLICE=1
endif  # END ENABLE_BLOB_SLICE

# ---
# FileReader support
# ---
if ENABLE_FILE_READER
FEATURE_DEFINES += ENABLE_FILE_READER=1
webcore_cppflags += -DENABLE_FILE_READER=1
endif  # END ENABLE_FILE_READER

# ---
# FileWriter support
# ---
if ENABLE_FILE_WRITER
FEATURE_DEFINES += ENABLE_FILE_WRITER=1
webcore_cppflags += -DENABLE_FILE_WRITER=1
endif  # END ENABLE_FILE_WRITER

DerivedSources/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
	if sort $(WEBCORE_CSS_PROPERTY_NAMES) | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
	cat $(WEBCORE_CSS_PROPERTY_NAMES) > CSSPropertyNames.in
	$(PERL) "$(WebCore)/css/makeprop.pl"
	mv CSSPropertyNames.* $(GENSOURCES)

# Lower case all the values, as CSS values are case-insensitive
DerivedSources/CSSValueKeywords.h : $(WEBCORE_CSS_VALUE_KEYWORDS) $(WebCore)/css/makevalues.pl
	$(PERL) -ne 'print lc' $(WEBCORE_CSS_VALUE_KEYWORDS) > CSSValueKeywords.in
	if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
	$(PERL) "$(WebCore)/css/makevalues.pl"
	mv CSSValueKeywords.* $(GENSOURCES)

# DOCTYPE strings
DerivedSources/DocTypeStrings.cpp : $(WebCore)/html/DocTypeStrings.gperf
	$(AM_V_GEN)$(GPERF) -CEot -I -L ANSI-C -k "*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards $(WebCore)/html/DocTypeStrings.gperf > $@

# HTML entity names
DerivedSources/HTMLEntityNames.c : $(WebCore)/html/HTMLEntityNames.gperf
	$(AM_V_GEN)$(GPERF) -a -I -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 \
	$(WebCore)/html/HTMLEntityNames.gperf > $@

# color names
DerivedSources/ColorData.c: $(WebCore)/platform/ColorData.gperf
	$(AM_V_GEN)$(GPERF) -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 $< > $@

# CSS tokenizer
DerivedSources/tokenizer.cpp : $(WebCore)/css/tokenizer.flex $(WebCore)/css/maketokenizer
	$(AM_V_GEN)$(FLEX) -t $< | $(PERL) $(WebCore)/css/maketokenizer > $@

# CSS grammar

DerivedSources/CSSGrammar.h: $(GENSOURCES)/CSSGrammar.cpp;

# NOTE: older versions of bison do not inject an inclusion guard, so we do it
DerivedSources/CSSGrammar.cpp: $(WebCore)/css/CSSGrammar.y
	rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
	$(BISON) -d -p cssyy $< -o $(GENSOURCES)/CSSGrammar.cpp
	touch $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp
	echo '#ifndef CSSGrammar_h' > $(GENSOURCES)/CSSGrammar.h
	echo '#define CSSGrammar_h' >> $(GENSOURCES)/CSSGrammar.h
	cat $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp >> $(GENSOURCES)/CSSGrammar.h
	echo '#endif' >> $(GENSOURCES)/CSSGrammar.h
	rm -f $(GENSOURCES)/CSSGrammar.cpp.h $(GENSOURCES)/CSSGrammar.hpp

# user agent style sheets
USER_AGENT_STYLE_SHEETS = \
	$(WebCore)/css/html.css \
	$(WebCore)/css/mathml.css \
	$(WebCore)/css/quirks.css \
	$(WebCore)/css/view-source.css \
	$(WebCore)/css/svg.css \
	$(WebCore)/css/wml.css \
	$(WebCore)/css/mediaControls.css \
	$(WebCore)/css/mediaControlsGtk.css

# new-style JavaScript bindings
SCRIPTS_BINDINGS = \
	$(WebCore)/bindings/scripts/CodeGenerator.pm \
	$(WebCore)/bindings/scripts/IDLParser.pm \
	$(WebCore)/bindings/scripts/IDLStructure.pm \
	$(WebCore)/bindings/scripts/InFilesParser.pm \
	$(WebCore)/bindings/scripts/generate-bindings.pl

DerivedSources/UserAgentStyleSheetsData.cpp: DerivedSources/UserAgentStyleSheets.h;

DerivedSources/UserAgentStyleSheets.h: $(WebCore)/css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
	$(AM_V_GEN)$(PERL) $< $@ DerivedSources/UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)

# HTML tag and attribute names
if HTML_FLAGS
DerivedSources/HTMLElementFactory.cpp DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --extraDefines "$(HTML_FEATURES)" --factory --wrapperFactory --outputDir "$(GENSOURCES)"
else
DerivedSources/HTMLElementFactory.cpp DerivedSources/HTMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/html/HTMLTagNames.in $(WebCore)/html/HTMLAttributeNames.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in --factory --wrapperFactory --outputDir "$(GENSOURCES)"
endif # HTML_FLAGS

DerivedSources/JSHTMLElementWrapperFactory.cpp: DerivedSources/HTMLNames.cpp;

DerivedSources/XMLNSNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlnsattrs.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlnsattrs.in --outputDir "$(GENSOURCES)"

DerivedSources/XMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlattrs.in
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in --outputDir "$(GENSOURCES)"

IDL_PATH := \
    $(WebCore)/bindings/js \
    $(WebCore)/css \
    $(WebCore)/dom \
    $(WebCore)/html \
    $(WebCore)/html/canvas \
    $(WebCore)/inspector \
    $(WebCore)/loader/appcache \
    $(WebCore)/notifications \
    $(WebCore)/page \
    $(WebCore)/storage \
    $(WebCore)/svg \
    $(WebCore)/xml \
    $(WebCore)/plugins \
    $(WebCore)/websockets \
    $(WebCore)/workers

vpath %.idl = $(IDL_PATH)

DerivedSources/JS%.h: DerivedSources/JS%.cpp;

.SECONDARY:
DerivedSources/JS%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorJS.pm
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl $(IDL_PATH:%=--include "%") --outputDir "$(GENSOURCES)" --defines "LANGUAGE_JAVASCRIPT=1 $(FEATURE_DEFINES)" --generator JS $<

IDL_BINDINGS_JS_PURE := \
	WebCore/svg/ElementTimeControl.idl \
	WebCore/svg/SVGAnimatedPathData.idl \
	WebCore/svg/SVGAnimatedPoints.idl \
	WebCore/svg/SVGExternalResourcesRequired.idl \
	WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl \
	WebCore/svg/SVGFitToViewBox.idl \
	WebCore/svg/SVGLangSpace.idl \
	WebCore/svg/SVGLocatable.idl \
	WebCore/svg/SVGStylable.idl \
	WebCore/svg/SVGTests.idl \
	WebCore/svg/SVGTransformable.idl \
	WebCore/svg/SVGURIReference.idl \
	WebCore/svg/SVGViewSpec.idl \
	WebCore/svg/SVGZoomAndPan.idl

IDL_BINDINGS_JS := $(filter-out $(IDL_BINDINGS_JS_PURE),$(IDL_BINDINGS))

webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.h,$(notdir $(IDL_BINDINGS)))

webcore_built_nosources += $(patsubst %.idl,DerivedSources/JS%.cpp,$(notdir $(IDL_BINDINGS_JS)))

webcore_built_objects = := $(patsubst %.cpp,%.lo,$(webcore_built_nosources))

$(webcore_built_objects): AM_CPPFLAGS+=$(corekit_cppflags)

$(webcore_built_objects): AM_CXXFLAGS+=$(libwebkit_1_0_la_CXXFLAGS)

libWebCoreJS_objects := $(patsubst %.idl,DerivedSources/JS%.lo,$(notdir $(IDL_BINDINGS_JS)))

libWebCoreJS_depfiles := $(patsubst %.idl,DerivedSources/$(DEPDIR)/JS%.Plo,$(notdir $(IDL_BINDINGS_JS)))

# Older automake versions (1.7) place Plo files in a different place:
libWebCoreJS_depfiles += $(patsubst %.lo,$(DEPDIR)/%.Plo,$(libWebCoreJS_objects))

-include $(libWebCoreJS_depfiles)

$(libWebCoreJS_objects): AM_CPPFLAGS+=$(corekit_cppflags)

$(libWebCoreJS_objects): AM_CXXFLAGS+=$(libwebkit_1_0_la_CXXFLAGS)

libWebCoreJS.la: $(libWebCoreJS_objects)
	$(CXXLINK) $(libWebCoreJS_objects) $(LIBS)


DerivedSources/webkit/webkitdomdummy.c:
	echo > $@

# Because WebCore/bindings/gobject/WebKitDOMObject.h is static source but is also a distributed header
# required by other distributed headers (both static and auto-generated), need to move this to the
# DerivedSources/webkit directory.  The reason is that we want all header files distributed in the
# include/webkit-x.y/webkit directory, but do not want to name the WebCore/bindings/gobject directory 
# "webkit", as that's a bit presumptuous for a GTK binding.
$(top_builddir)/DerivedSources/webkit/WebKitDOMObject.h:
	cp -f $(WebCore)/bindings/gobject/WebKitDOMObject.h $@

# Start with a subset of all the DOM bindings
IDL_BINDINGS_GDOM += \
	WebCore/css/CSSRule.idl \
	WebCore/css/CSSRuleList.idl \
	WebCore/css/CSSStyleDeclaration.idl \
	WebCore/css/CSSStyleSheet.idl \
	WebCore/css/CSSValue.idl \
	WebCore/css/MediaList.idl \
	WebCore/css/StyleMedia.idl \
	WebCore/css/StyleSheet.idl \
	WebCore/css/StyleSheetList.idl \
	WebCore/dom/Attr.idl \
	WebCore/dom/CDATASection.idl \
	WebCore/dom/CharacterData.idl \
	WebCore/dom/Comment.idl \
	WebCore/dom/Document.idl \
	WebCore/dom/DocumentFragment.idl \
	WebCore/dom/DocumentType.idl \
	WebCore/dom/DOMImplementation.idl \
	WebCore/dom/Element.idl \
	WebCore/dom/EntityReference.idl \
	WebCore/dom/MessagePort.idl \
	WebCore/dom/NamedNodeMap.idl \
	WebCore/dom/Node.idl \
	WebCore/dom/NodeFilter.idl \
	WebCore/dom/NodeIterator.idl \
	WebCore/dom/NodeList.idl \
	WebCore/dom/ProcessingInstruction.idl \
	WebCore/dom/Range.idl \
	WebCore/dom/Text.idl \
	WebCore/dom/TreeWalker.idl \
	WebCore/html/Blob.idl \
	WebCore/html/File.idl \
	WebCore/html/FileList.idl \
	WebCore/html/HTMLAnchorElement.idl \
	WebCore/html/HTMLAppletElement.idl \
	WebCore/html/HTMLAreaElement.idl \
	WebCore/html/HTMLBaseElement.idl \
	WebCore/html/HTMLBaseFontElement.idl \
	WebCore/html/HTMLBlockquoteElement.idl \
	WebCore/html/HTMLBodyElement.idl \
	WebCore/html/HTMLBRElement.idl \
	WebCore/html/HTMLButtonElement.idl \
	WebCore/html/HTMLCanvasElement.idl \
	WebCore/html/HTMLCollection.idl \
	WebCore/html/HTMLDirectoryElement.idl \
	WebCore/html/HTMLDivElement.idl \
	WebCore/html/HTMLDListElement.idl \
	WebCore/html/HTMLDocument.idl \
	WebCore/html/HTMLElement.idl \
	WebCore/html/HTMLEmbedElement.idl \
	WebCore/html/HTMLFieldSetElement.idl \
	WebCore/html/HTMLFontElement.idl \
	WebCore/html/HTMLFormElement.idl \
	WebCore/html/HTMLFrameElement.idl \
	WebCore/html/HTMLFrameSetElement.idl \
	WebCore/html/HTMLHeadElement.idl \
	WebCore/html/HTMLHeadingElement.idl \
	WebCore/html/HTMLHRElement.idl \
	WebCore/html/HTMLHtmlElement.idl \
	WebCore/html/HTMLIFrameElement.idl \
	WebCore/html/HTMLImageElement.idl \
	WebCore/html/HTMLInputElement.idl \
	WebCore/html/HTMLIsIndexElement.idl \
	WebCore/html/HTMLLabelElement.idl \
	WebCore/html/HTMLLegendElement.idl \
	WebCore/html/HTMLLIElement.idl \
	WebCore/html/HTMLLinkElement.idl \
	WebCore/html/HTMLMapElement.idl \
	WebCore/html/HTMLMarqueeElement.idl \
	WebCore/html/HTMLMenuElement.idl \
	WebCore/html/HTMLMetaElement.idl \
	WebCore/html/HTMLModElement.idl \
	WebCore/html/HTMLObjectElement.idl \
	WebCore/html/HTMLOListElement.idl \
	WebCore/html/HTMLOptGroupElement.idl \
	WebCore/html/HTMLOptionElement.idl \
	WebCore/html/HTMLOptionsCollection.idl \
	WebCore/html/HTMLParagraphElement.idl \
	WebCore/html/HTMLParamElement.idl \
	WebCore/html/HTMLPreElement.idl \
	WebCore/html/HTMLQuoteElement.idl \
	WebCore/html/HTMLScriptElement.idl \
	WebCore/html/HTMLSelectElement.idl \
	WebCore/html/HTMLStyleElement.idl \
	WebCore/html/HTMLTableElement.idl \
	WebCore/html/HTMLTableCaptionElement.idl \
	WebCore/html/HTMLTableColElement.idl \
	WebCore/html/HTMLTableSectionElement.idl \
	WebCore/html/HTMLTableCellElement.idl \
	WebCore/html/HTMLTextAreaElement.idl \
	WebCore/html/HTMLTitleElement.idl \
	WebCore/html/HTMLTableRowElement.idl \
	WebCore/html/HTMLUListElement.idl \
	WebCore/html/ValidityState.idl \
	WebCore/loader/appcache/DOMApplicationCache.idl \
	WebCore/page/BarInfo.idl \
	WebCore/page/Console.idl \
	WebCore/page/DOMWindow.idl \
	WebCore/page/DOMSelection.idl \
	WebCore/page/Geolocation.idl \
	WebCore/page/History.idl \
	WebCore/page/Location.idl \
	WebCore/page/Navigator.idl \
	WebCore/page/Screen.idl \
	WebCore/page/WebKitPoint.idl \
	WebCore/plugins/MimeType.idl \
	WebCore/plugins/MimeTypeArray.idl \
	WebCore/plugins/Plugin.idl \
	WebCore/plugins/PluginArray.idl \
	WebCore/storage/Database.idl \
	WebCore/storage/Storage.idl \
	WebCore/xml/XPathExpression.idl \
	WebCore/xml/XPathNSResolver.idl \
	WebCore/xml/XPathResult.idl

# All classes autogenerated in the GObject DOM bindings
GDOM_AUTO_CLASSES += $(basename $(notdir $(IDL_BINDINGS_GDOM)))

# The classes implemented manually
GDOM_FIXED_CLASSES += Object

GDOM_CLASSES += $(GDOM_AUTO_CLASSES) $(GDOM_FIXED_CLASSES)

# Filter out SVG for now
FEATURE_DEFINES_GDOM := $(filter-out ENABLE-SVG%, $(FEATURE_DEFINES))

# Autogenerated header files
GDOM_HEADERS_BUILT += $(patsubst %,$(top_builddir)/DerivedSources/webkit/WebKitDOM%.h,$(GDOM_AUTO_CLASSES)) \
	$(top_builddir)/DerivedSources/webkit/webkitdom.h \
	$(top_builddir)/DerivedSources/webkit/webkitdomdefines.h \
	$(top_builddir)/DerivedSources/webkit/WebKitDOMObject.h

# Autogenerated source files
GDOM_SOURCES_BUILT := $(patsubst %,DerivedSources/webkit/WebKitDOM%.cpp,$(GDOM_AUTO_CLASSES))

# Hand-coded header files
GDOM_HEADERS_FIXED += $(patsubst %,$(srcdir)/WebCore/bindings/gobject/WebKitDOM%.h,$(GDOM_FIXED_CLASSES))

# All header files that get installed
libgdom_h_api += $(GDOM_HEADERS_FIXED) $(GDOM_HEADERS_BUILT)

DerivedSources/webkit/webkitdom.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl
	echo $(GDOM_CLASSES) | $(PERL) $< gdom > $@

DerivedSources/webkit/webkitdomdefines.h: $(WebCore)/bindings/scripts/gobject-generate-headers.pl $(IDL_BINDINGS_GDOM) $(WebCore)/GNUmakefile.am
	echo $(GDOM_CLASSES) | $(PERL) $< defines > $@

DerivedSources/webkit/WebKitDOM%.h: DerivedSources/webkit/WebKitDOM%.cpp;

DerivedSources/webkit/WebKitDOM%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(webcoregtk_dom_sources)
	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCESWEBKITDOM)" --defines "LANGUAGE_GOBJECT=1 $(FEATURE_DEFINES_GDOM)" --generator GObject $<

gdom_built_nosources := $(GDOM_HEADERS_BUILT) $(GDOM_SOURCES_BUILT)

libgdom_objects := $(subst .cpp,.lo,$(GDOM_SOURCES_BUILT))

-include WebCore/bindings/gobject/$(DEPDIR)/%.Plo
-include DerivedSources/webkit/$(DEPDIR)/%.Plo

$(libgdom_objects): AM_CPPFLAGS+=$(libwebkit_1_0_la_CPPFLAGS)
$(libgdom_objects): AM_CXXFLAGS+=$(libwebkit_1_0_la_CXXFLAGS)

libgdom.la: $(libgdom_objects)
	$(CXXLINK) $(libgdom_objects) $(LIBS)

noinst_HEADERS += \
	$(IDL_BINDINGS)

webcore_dist += \
	WebCore/ChangeLog \
	WebCore/LICENSE-APPLE \
	WebCore/LICENSE-LGPL-2 \
	WebCore/LICENSE-LGPL-2.1 \
	WebCore/icu/LICENSE \
	WebCore/bindings/scripts/CodeGenerator.pm \
	WebCore/bindings/scripts/IDLParser.pm \
	WebCore/bindings/scripts/IDLStructure.pm \
	WebCore/bindings/scripts/InFilesParser.pm \
	WebCore/bindings/scripts/generate-bindings.pl \
	WebCore/bindings/scripts/CodeGeneratorJS.pm \
	WebCore/bindings/scripts/CodeGeneratorGObject.pm \
	WebCore/css/html.css \
	WebCore/css/mathml.css \
	WebCore/css/quirks.css \
	WebCore/css/view-source.css \
	WebCore/css/svg.css \
	WebCore/css/wml.css \
	WebCore/css/mediaControls.css \
	WebCore/css/mediaControlsGtk.css \
	WebCore/css/CSSGrammar.y \
	WebCore/css/CSSValueKeywords.in \
	WebCore/css/SVGCSSPropertyNames.in \
	WebCore/css/maketokenizer \
	WebCore/css/makeprop.pl \
	WebCore/css/makevalues.pl \
	WebCore/css/tokenizer.flex \
	WebCore/css/CSSPropertyNames.in \
	WebCore/css/make-css-file-arrays.pl \
	WebCore/css/SVGCSSValueKeywords.in \
	WebCore/css/makegrammar.pl \
	WebCore/dom/make_names.pl \
	WebCore/mathml/mathtags.in \
	WebCore/platform/text/mac/make-charset-table.pl \
	WebCore/platform/ColorData.gperf \
	WebCore/svg/xlinkattrs.in \
	WebCore/svg/svgattrs.in \
	WebCore/svg/svgtags.in \
	WebCore/html/DocTypeStrings.gperf \
	WebCore/html/HTMLTagNames.in \
	WebCore/html/HTMLEntityNames.gperf \
	WebCore/html/HTMLAttributeNames.in \
	WebCore/xml/xmlattrs.in \
	WebCore/xml/xmlnsattrs.in \
	WebCore/xml/XPathGrammar.y

# Installing web inspector files
webinspectordir = ${datadir}/webkit-1.0/webinspector
dist_webinspector_DATA = \
	$(WebCore)/English.lproj/localizedStrings.js \
	$(shell ls $(WebCore)/inspector/front-end/*.{js,html,css})

webinspectorimagesdir = ${datadir}/webkit-1.0/webinspector/Images
dist_webinspectorimages_DATA = \
	$(shell ls $(WebCore)/inspector/front-end/Images/*.gif) \
	$(shell ls $(WebCore)/inspector/front-end/Images/*.png)

webresourcesdir = ${datadir}/webkit-1.0/images
dist_webresources_DATA = \
	$(WebCore)/Resources/textAreaResizeCorner.png \
	$(WebCore)/Resources/nullPlugin.png \
	$(WebCore)/Resources/urlIcon.png \
	$(WebCore)/Resources/missingImage.png \
	$(WebCore)/Resources/panIcon.png \
	$(WebCore)/Resources/deleteButton.png

# Clean rules for WebCore

CLEANFILES += \
	libWebCoreJS.la