Initialize Tizen 2.3
[framework/web/webkit-efl.git] / Source / WebCore / Target.pri
1 # -------------------------------------------------------------------
2 # Target file for the WebCore library
3 #
4 # See 'Tools/qmake/README' for an overview of the build system
5 # -------------------------------------------------------------------
6
7 TEMPLATE = lib
8 TARGET = WebCore
9
10 include(WebCore.pri)
11
12 WEBKIT += wtf
13 WEBKIT += javascriptcore
14
15 CONFIG += staticlib
16
17 # Do it in the WebCore static lib to support force_static_libs_as_shared
18 # since the QtWebKitWidgets lib wouldn't load QtWebKit in that case.
19 # This should match the opposite statement in api.pri for the QtWebKit lib.
20 !win* {
21     RESOURCES += $$PWD/WebCore.qrc
22     include_webinspector {
23         RESOURCES += \
24             $$PWD/inspector/front-end/WebKit.qrc \
25             $${WEBCORE_GENERATED_SOURCES_DIR}/InspectorBackendCommands.qrc
26     }
27 }
28
29 SOURCES += \
30     Modules/geolocation/Coordinates.cpp \
31     Modules/geolocation/Geolocation.cpp \
32     Modules/geolocation/GeolocationController.cpp \
33     Modules/geolocation/NavigatorGeolocation.cpp \
34     Modules/webdatabase/DOMWindowWebDatabase.cpp \
35     Modules/webdatabase/Database.cpp \
36     Modules/webdatabase/DatabaseAuthorizer.cpp \
37     Modules/webdatabase/DatabaseBackendBase.cpp \
38     Modules/webdatabase/DatabaseContext.cpp \
39     Modules/webdatabase/DatabaseServer.cpp \
40     Modules/webdatabase/DatabaseSync.cpp \
41     Modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp \
42     accessibility/AccessibilityImageMapLink.cpp \
43     accessibility/AccessibilityMediaControls.cpp \
44     accessibility/AccessibilityMenuList.cpp \
45     accessibility/AccessibilityMenuListOption.cpp \
46     accessibility/AccessibilityMenuListPopup.cpp \
47     accessibility/AccessibilityMockObject.cpp \
48     accessibility/AccessibilityObject.cpp \
49     accessibility/AccessibilityList.cpp \
50     accessibility/AccessibilityListBox.cpp \
51     accessibility/AccessibilityListBoxOption.cpp \
52     accessibility/AccessibilityNodeObject.cpp \
53     accessibility/AccessibilityProgressIndicator.cpp \
54     accessibility/AccessibilityRenderObject.cpp \
55     accessibility/AccessibilityScrollbar.cpp \
56     accessibility/AccessibilityScrollView.cpp \
57     accessibility/AccessibilitySlider.cpp \
58     accessibility/AccessibilitySpinButton.cpp \
59     accessibility/AccessibilityARIAGrid.cpp \
60     accessibility/AccessibilityARIAGridCell.cpp \
61     accessibility/AccessibilityARIAGridRow.cpp \
62     accessibility/AccessibilityTable.cpp \
63     accessibility/AccessibilityTableCell.cpp \
64     accessibility/AccessibilityTableColumn.cpp \
65     accessibility/AccessibilityTableHeaderContainer.cpp \
66     accessibility/AccessibilityTableRow.cpp \
67     accessibility/AXObjectCache.cpp \
68     bindings/generic/ActiveDOMCallback.cpp \
69     bindings/generic/BindingSecurity.cpp \
70     bindings/generic/RuntimeEnabledFeatures.cpp
71
72 SOURCES += \
73      bindings/ScriptControllerBase.cpp \
74      bindings/js/ArrayValue.cpp \
75      bindings/js/BindingState.cpp \
76      bindings/js/CallbackFunction.cpp \
77      bindings/js/DOMObjectHashTableMap.cpp \
78      bindings/js/DOMWrapperWorld.cpp \
79      bindings/js/Dictionary.cpp \
80      bindings/js/GCController.cpp \
81      bindings/js/JSArrayBufferCustom.cpp \
82      bindings/js/JSAudioBufferCustom.cpp \
83      bindings/js/JSAttrCustom.cpp \
84      bindings/js/JSBlobCustom.cpp \
85      bindings/js/JSCDATASectionCustom.cpp \
86      bindings/js/JSCSSFontFaceRuleCustom.cpp \
87      bindings/js/JSCSSImportRuleCustom.cpp \
88      bindings/js/JSCSSMediaRuleCustom.cpp \
89      bindings/js/JSCSSPageRuleCustom.cpp \
90      bindings/js/JSCSSRuleCustom.cpp \
91      bindings/js/JSCSSRuleListCustom.cpp \
92      bindings/js/JSCSSStyleDeclarationCustom.cpp \
93      bindings/js/JSCSSStyleRuleCustom.cpp \
94      bindings/js/JSCSSValueCustom.cpp \
95      bindings/js/JSCallbackData.cpp \
96      bindings/js/JSCanvasRenderingContext2DCustom.cpp \
97      bindings/js/JSCanvasRenderingContextCustom.cpp \
98      bindings/js/JSClipboardCustom.cpp \
99      bindings/js/JSConsoleCustom.cpp \
100      bindings/js/JSCryptoCustom.cpp \
101      bindings/js/JSCustomXPathNSResolver.cpp \
102      bindings/js/JSDictionary.cpp \
103      bindings/js/JSDOMBinding.cpp \
104      bindings/js/JSDOMFormDataCustom.cpp \
105      bindings/js/JSDOMGlobalObject.cpp \
106      bindings/js/JSDOMImplementationCustom.cpp \
107      bindings/js/JSDOMMimeTypeArrayCustom.cpp \
108      bindings/js/JSDOMPluginArrayCustom.cpp \
109      bindings/js/JSDOMPluginCustom.cpp \
110      bindings/js/JSDOMStringListCustom.cpp \
111      bindings/js/JSDOMStringMapCustom.cpp \
112      bindings/js/JSDOMTokenListCustom.cpp \
113      bindings/js/JSDOMWindowBase.cpp \
114      bindings/js/JSDOMWindowCustom.cpp \
115      bindings/js/JSDOMWindowShell.cpp \
116      bindings/js/JSDOMWrapper.cpp \
117      bindings/js/JSDataViewCustom.cpp \
118      bindings/js/JSDeviceMotionEventCustom.cpp \
119      bindings/js/JSDeviceOrientationEventCustom.cpp \
120      bindings/js/JSDocumentCustom.cpp \
121      bindings/js/JSElementCustom.cpp \
122      bindings/js/JSErrorHandler.cpp \
123      bindings/js/JSEventCustom.cpp \
124      bindings/js/JSEventListener.cpp \
125      bindings/js/JSEventTargetCustom.cpp \
126      bindings/js/JSExceptionBase.cpp \
127      bindings/js/JSFileReaderCustom.cpp \
128      bindings/js/JSGeolocationCustom.cpp \
129      bindings/js/JSHTMLAllCollectionCustom.cpp \
130      bindings/js/JSHTMLAppletElementCustom.cpp \
131      bindings/js/JSHTMLCanvasElementCustom.cpp \
132      bindings/js/JSHTMLCollectionCustom.cpp \
133      bindings/js/JSHTMLDocumentCustom.cpp \
134      bindings/js/JSHTMLElementCustom.cpp \
135      bindings/js/JSHTMLEmbedElementCustom.cpp \
136      bindings/js/JSHTMLFormControlsCollectionCustom.cpp \
137      bindings/js/JSHTMLFormElementCustom.cpp \
138      bindings/js/JSHTMLFrameElementCustom.cpp \
139      bindings/js/JSHTMLFrameSetElementCustom.cpp \
140      bindings/js/JSHTMLInputElementCustom.cpp \
141      bindings/js/JSHTMLLinkElementCustom.cpp \
142      bindings/js/JSHTMLMediaElementCustom.cpp \
143      bindings/js/JSHTMLObjectElementCustom.cpp \
144      bindings/js/JSHTMLOptionsCollectionCustom.cpp \
145      bindings/js/JSHTMLSelectElementCustom.cpp \
146      bindings/js/JSHTMLStyleElementCustom.cpp \
147      bindings/js/JSHTMLTemplateElementCustom.cpp \
148      bindings/js/JSHistoryCustom.cpp \
149      bindings/js/JSImageConstructor.cpp \
150      bindings/js/JSImageDataCustom.cpp \
151      bindings/js/JSInjectedScriptHostCustom.cpp \
152      bindings/js/JSInjectedScriptManager.cpp \
153      bindings/js/JSInspectorFrontendHostCustom.cpp \
154      bindings/js/JSLazyEventListener.cpp \
155      bindings/js/JSLocationCustom.cpp \
156      bindings/js/JSMainThreadExecState.cpp \
157      bindings/js/JSMediaListCustom.cpp \
158      bindings/js/JSMessageChannelCustom.cpp \
159      bindings/js/JSMessageEventCustom.cpp \
160      bindings/js/JSMessagePortCustom.cpp \
161      bindings/js/JSMessagePortCustom.h \
162      bindings/js/JSMicroDataItemValueCustom.cpp \
163      bindings/js/JSMutationCallback.cpp \
164      bindings/js/JSMutationObserverCustom.cpp \
165      bindings/js/JSNamedNodeMapCustom.cpp \
166      bindings/js/JSNodeCustom.cpp \
167      bindings/js/JSNodeFilterCondition.cpp \
168      bindings/js/JSNodeFilterCustom.cpp \
169      bindings/js/JSNodeIteratorCustom.cpp \
170      bindings/js/JSNodeListCustom.cpp \
171      bindings/js/JSPluginElementFunctions.cpp \
172      bindings/js/JSPopStateEventCustom.cpp \
173      bindings/js/JSProcessingInstructionCustom.cpp \
174      bindings/js/JSRequestAnimationFrameCallbackCustom.cpp \
175      bindings/js/JSRTCStatsResponseCustom.cpp \
176      bindings/js/JSStorageCustom.cpp \
177      bindings/js/JSStyleSheetCustom.cpp \
178      bindings/js/JSStyleSheetListCustom.cpp \
179      bindings/js/JSTextCustom.cpp \
180      bindings/js/JSTouchCustom.cpp \
181      bindings/js/JSTouchListCustom.cpp \
182      bindings/js/JSTreeWalkerCustom.cpp \
183      bindings/js/JSWebKitCSSKeyframeRuleCustom.cpp \
184      bindings/js/JSWebKitCSSKeyframesRuleCustom.cpp \
185      bindings/js/JSWebKitPointCustom.cpp \
186      bindings/js/JSXMLHttpRequestCustom.cpp \
187      bindings/js/JSXMLHttpRequestUploadCustom.cpp \
188      bindings/js/JSXPathResultCustom.cpp \
189      bindings/js/PageScriptDebugServer.cpp \
190      bindings/js/ScheduledAction.cpp \
191      bindings/js/ScriptCachedFrameData.cpp \
192      bindings/js/ScriptCallStackFactory.cpp \
193      bindings/js/ScriptController.cpp \
194      bindings/js/ScriptControllerQt.cpp \
195      bindings/js/ScriptDebugServer.cpp \
196      bindings/js/ScriptEventListener.cpp \
197      bindings/js/ScriptFunctionCall.cpp \
198      bindings/js/ScriptGCEvent.cpp \
199      bindings/js/ScriptObject.cpp \
200      bindings/js/ScriptProfile.cpp \
201      bindings/js/ScriptState.cpp \
202      bindings/js/ScriptValue.cpp \
203      bindings/js/SerializedScriptValue.cpp \
204      bridge/IdentifierRep.cpp \
205      bridge/NP_jsobject.cpp \
206      bridge/c/CRuntimeObject.cpp \
207      bridge/c/c_class.cpp \
208      bridge/c/c_instance.cpp \
209      bridge/c/c_runtime.cpp \
210      bridge/c/c_utility.cpp \
211      bridge/jsc/BridgeJSC.cpp \
212      bridge/npruntime.cpp \
213      bridge/qt/qt_class.cpp \
214      bridge/qt/qt_instance.cpp \
215      bridge/qt/qt_pixmapruntime.cpp \
216      bridge/qt/qt_runtime.cpp \
217      bridge/runtime_array.cpp \
218      bridge/runtime_method.cpp \
219      bridge/runtime_object.cpp \
220      bridge/runtime_root.cpp \
221      testing/js/WebCoreTestSupport.cpp
222
223
224 SOURCES += \
225     Modules/filesystem/DOMFilePath.cpp \
226     Modules/filesystem/DOMFileSystem.cpp \
227     Modules/filesystem/DOMFileSystemBase.cpp \
228     Modules/filesystem/DOMFileSystemSync.cpp \
229     Modules/filesystem/DOMWindowFileSystem.cpp \
230     Modules/filesystem/DirectoryEntry.cpp \
231     Modules/filesystem/DirectoryEntrySync.cpp \
232     Modules/filesystem/DirectoryReader.cpp \
233     Modules/filesystem/DirectoryReaderSync.cpp \
234     Modules/filesystem/Entry.cpp \
235     Modules/filesystem/EntryArray.cpp \
236     Modules/filesystem/EntryArraySync.cpp \
237     Modules/filesystem/EntryBase.cpp \
238     Modules/filesystem/EntrySync.cpp \
239     Modules/filesystem/FileEntry.cpp \
240     Modules/filesystem/FileEntrySync.cpp \
241     Modules/filesystem/FileWriter.cpp \
242     Modules/filesystem/FileWriterBase.cpp \
243     Modules/filesystem/FileWriterSync.cpp \
244     Modules/filesystem/LocalFileSystem.cpp \
245     Modules/filesystem/WorkerGlobalScopeFileSystem.cpp \
246     Modules/navigatorcontentutils/NavigatorContentUtils.cpp \
247     Modules/notifications/DOMWindowNotifications.cpp \
248     Modules/notifications/Notification.cpp \
249     Modules/notifications/NotificationCenter.cpp \
250     Modules/notifications/NotificationController.cpp \
251     Modules/notifications/WorkerGlobalScopeNotifications.cpp \
252     Modules/proximity/DeviceProximityController.cpp \
253     Modules/proximity/DeviceProximityEvent.cpp \
254     css/BasicShapeFunctions.cpp \
255     css/CSSAspectRatioValue.cpp \
256     css/CSSBasicShapes.cpp \
257     css/CSSBorderImageSliceValue.cpp \
258     css/CSSBorderImage.cpp \
259     css/CSSCalculationValue.cpp \
260     css/CSSCanvasValue.cpp \
261     css/CSSCharsetRule.cpp \
262     css/CSSComputedStyleDeclaration.cpp \
263     css/CSSCrossfadeValue.cpp \
264     css/CSSCursorImageValue.cpp \
265     css/CSSFontFace.cpp \
266     css/CSSDefaultStyleSheets.cpp \
267     css/CSSFontFaceLoadEvent.cpp \
268     css/CSSFontFaceRule.cpp \
269     css/CSSFontFaceSrcValue.cpp \
270     css/CSSFontSelector.cpp \
271     css/CSSFontFaceSource.cpp \
272     css/CSSFunctionValue.cpp \
273     css/CSSGradientValue.cpp \
274     css/CSSGroupingRule.cpp \
275     css/CSSHostRule.cpp \
276     css/CSSImageValue.cpp \
277     css/CSSImageGeneratorValue.cpp \
278     css/CSSImageSetValue.cpp \
279     css/CSSImportRule.cpp \
280     css/CSSInheritedValue.cpp \
281     css/CSSInitialValue.cpp \
282     css/CSSLineBoxContainValue.cpp \
283     css/CSSMediaRule.cpp \
284     css/CSSOMUtils.cpp \
285     css/CSSPageRule.cpp \
286     css/CSSParser.cpp \
287     css/CSSParserValues.cpp \
288     css/CSSPrimitiveValue.cpp \
289     css/CSSProperty.cpp \
290     css/CSSPropertySourceData.cpp \
291     css/CSSReflectValue.cpp \
292     css/CSSRule.cpp \
293     css/CSSRuleList.cpp \
294     css/CSSSelector.cpp \
295     css/CSSSelectorList.cpp \
296     css/CSSSegmentedFontFace.cpp \
297     css/CSSStyleRule.cpp \
298     css/CSSStyleSheet.cpp \
299     css/CSSSupportsRule.cpp \
300     css/CSSTimingFunctionValue.cpp \
301     css/CSSToStyleMap.cpp \
302     css/CSSUnicodeRangeValue.cpp \
303     css/CSSValue.cpp \
304     css/CSSValueList.cpp \
305     css/CSSValuePool.cpp \
306     css/DOMWindowCSS.cpp \
307     css/DeprecatedStyleBuilder.cpp \
308     css/DocumentRuleSets.cpp \
309     css/ElementRuleCollector.cpp \
310     css/FontFeatureValue.cpp \
311     css/FontLoader.cpp \
312     css/FontValue.cpp \
313     css/InspectorCSSOMWrappers.cpp \
314     css/LengthFunctions.cpp \
315     css/MediaFeatureNames.cpp \
316     css/MediaList.cpp \
317     css/MediaQuery.cpp \
318     css/MediaQueryEvaluator.cpp \
319     css/MediaQueryExp.cpp \
320     css/MediaQueryList.cpp \
321     css/MediaQueryListListener.cpp \
322     css/MediaQueryMatcher.cpp \
323     css/PageRuleCollector.cpp \
324     css/PropertySetCSSStyleDeclaration.cpp \
325     css/RGBColor.cpp \
326     css/RuleFeature.cpp \
327     css/RuleSet.cpp \
328     css/SelectorChecker.cpp \
329     css/SelectorCheckerFastPath.cpp \
330     css/SelectorFilter.cpp \
331     css/ShadowValue.cpp \
332     css/StyleInvalidationAnalysis.cpp \
333     css/StyleMedia.cpp \
334     css/StylePropertySet.cpp \
335     css/StylePropertyShorthand.cpp \
336     css/StyleResolver.cpp \
337     css/StyleRule.cpp \
338     css/StyleRuleImport.cpp \
339     css/StyleScopeResolver.cpp \
340     css/StyleSheet.cpp \
341     css/StyleSheetContents.cpp \
342     css/StyleSheetList.cpp \
343     css/TransformFunctions.cpp \
344     css/ViewportStyleResolver.cpp \
345     css/WebKitCSSArrayFunctionValue.cpp \
346     css/WebKitCSSFilterRule.cpp \
347     css/WebKitCSSFilterValue.cpp \
348     css/WebKitCSSKeyframeRule.cpp \
349     css/WebKitCSSKeyframesRule.cpp \
350     css/WebKitCSSMatrix.cpp \
351     css/WebKitCSSMatFunctionValue.cpp \
352     css/WebKitCSSMixFunctionValue.cpp \
353     css/WebKitCSSRegionRule.cpp \
354     css/WebKitCSSSVGDocumentValue.cpp \
355     css/WebKitCSSShaderValue.cpp \
356     css/WebKitCSSTransformValue.cpp \
357     css/WebKitCSSViewportRule.cpp \
358     dom/ActiveDOMObject.cpp \
359     dom/Attr.cpp \
360     dom/BeforeTextInsertedEvent.cpp \
361     dom/BeforeUnloadEvent.cpp \
362     dom/CDATASection.cpp \
363     dom/CharacterData.cpp \
364     dom/CheckedRadioButtons.cpp \
365     dom/ChildListMutationScope.cpp \
366     dom/ChildNodeList.cpp \
367     dom/ClassNodeList.cpp \
368     dom/ClientRect.cpp \
369     dom/ClientRectList.cpp \
370     dom/Clipboard.cpp \
371     dom/ClipboardEvent.cpp \
372     dom/Comment.cpp \
373     dom/ComposedShadowTreeWalker.cpp \
374     dom/CompositionEvent.cpp \
375     dom/ContainerNode.cpp \
376     dom/ContainerNodeAlgorithms.cpp \
377     dom/ContextDestructionObserver.cpp \
378     dom/ContextFeatures.cpp \
379     dom/CustomEvent.cpp \
380     dom/DecodedDataDocumentParser.cpp \
381     dom/DeviceMotionController.cpp \
382     dom/DeviceMotionData.cpp \
383     dom/DeviceMotionEvent.cpp \
384     dom/DeviceOrientationController.cpp \
385     dom/DeviceOrientationData.cpp \
386     dom/DeviceOrientationEvent.cpp \
387     dom/Document.cpp \
388     dom/DocumentEventQueue.cpp \
389     dom/DocumentFragment.cpp \
390     dom/DocumentMarkerController.cpp \
391     dom/DocumentMarker.cpp \
392     dom/DocumentOrderedMap.cpp \
393     dom/DocumentParser.cpp \
394     dom/DocumentSharedObjectPool.cpp \
395     dom/DocumentStyleSheetCollection.cpp \
396     dom/DocumentType.cpp \
397     dom/DOMCoreException.cpp \
398     dom/DOMError.cpp \
399     dom/DOMImplementation.cpp \
400     dom/DOMNamedFlowCollection.cpp \
401     dom/DOMStringList.cpp \
402     dom/DOMStringMap.cpp \
403     dom/DatasetDOMStringMap.cpp \
404     dom/Element.cpp \
405     dom/ElementRareData.cpp \
406     dom/ElementShadow.cpp \
407     dom/EntityReference.cpp \
408     dom/ErrorEvent.cpp \
409     dom/Event.cpp \
410     dom/EventContext.cpp \
411     dom/EventDispatchMediator.cpp \
412     dom/EventDispatcher.cpp \
413     dom/EventException.cpp \
414     dom/EventListenerMap.cpp \
415     dom/EventNames.cpp \
416     dom/EventPathWalker.cpp \
417     dom/EventRetargeter.cpp \
418     dom/EventTarget.cpp \
419     dom/ExceptionBase.cpp \
420     dom/ExceptionCodePlaceholder.cpp \
421     dom/FocusEvent.cpp \
422     dom/GenericEventQueue.cpp \
423     dom/GestureEvent.cpp \
424     dom/IconURL.cpp \
425     dom/IdTargetObserver.cpp \
426     dom/IdTargetObserverRegistry.cpp \
427     dom/LiveNodeList.cpp \
428     dom/KeyboardEvent.cpp \
429     dom/MessageChannel.cpp \
430     dom/MessageEvent.cpp \
431     dom/MessagePort.cpp \
432     dom/MessagePortChannel.cpp \
433     dom/MicroDataItemList.cpp \
434     dom/MouseEvent.cpp \
435     dom/MouseRelatedEvent.cpp \
436     dom/MutationEvent.cpp \
437     dom/MutationObserver.cpp \
438     dom/MutationObserverInterestGroup.cpp \
439     dom/MutationObserverRegistration.cpp \
440     dom/MutationRecord.cpp \
441     dom/WebKitNamedFlow.cpp \
442     dom/NamedFlowCollection.cpp \
443     dom/NamedNodeMap.cpp \
444     dom/NameNodeList.cpp \
445     dom/Node.cpp \
446     dom/NodeFilterCondition.cpp \
447     dom/NodeFilter.cpp \
448     dom/NodeIterator.cpp \
449     dom/NodeRareData.cpp \
450     dom/NodeRenderingContext.cpp \
451     dom/NodeRenderingTraversal.cpp \
452     dom/NodeTraversal.cpp \
453     dom/Notation.cpp \
454     dom/OverflowEvent.cpp \
455     dom/PageTransitionEvent.cpp \
456     dom/PendingScript.cpp \
457     dom/PopStateEvent.cpp \
458     dom/Position.cpp \
459     dom/PositionIterator.cpp \
460     dom/ProcessingInstruction.cpp \
461     dom/ProgressEvent.cpp \
462     dom/PropertyNodeList.cpp \
463     dom/PseudoElement.cpp \
464     dom/QualifiedName.cpp \
465     dom/Range.cpp \
466     dom/RangeException.cpp \
467     dom/RawDataDocumentParser.h \
468     dom/RegisteredEventListener.cpp \
469     dom/ScopedEventQueue.cpp \
470     dom/ScriptedAnimationController.cpp \
471     dom/ScriptableDocumentParser.cpp \
472     dom/ScriptElement.cpp \
473     dom/ScriptExecutionContext.cpp \
474     dom/ScriptRunner.cpp \
475     dom/SecurityContext.cpp \
476     dom/SelectorQuery.cpp \
477     dom/ShadowRoot.cpp \
478     dom/SpaceSplitString.cpp \
479     dom/StaticNodeList.cpp \
480     dom/StyledElement.cpp \
481     dom/StyleElement.cpp \
482     dom/TagNodeList.cpp \
483     dom/Text.cpp \
484     dom/TextEvent.cpp \
485     dom/Touch.cpp \
486     dom/TouchEvent.cpp \
487     dom/TouchList.cpp \
488     dom/TransitionEvent.cpp \
489     dom/Traversal.cpp \
490     dom/TreeScope.cpp \
491     dom/TreeScopeAdopter.cpp \
492     dom/TreeWalker.cpp \
493     dom/UIEvent.cpp \
494     dom/UIEventWithKeyState.cpp \
495     dom/UserActionElementSet.cpp \
496     dom/UserGestureIndicator.cpp \
497     dom/UserTypingGestureIndicator.cpp \
498     dom/ViewportArguments.cpp \
499     dom/VisitedLinkState.cpp \
500     dom/WebKitAnimationEvent.cpp \
501     dom/WebKitTransitionEvent.cpp \
502     dom/WheelEvent.cpp \
503     dom/WindowEventContext.cpp \
504     dom/default/PlatformMessagePortChannel.cpp \
505     editing/AlternativeTextController.cpp \
506     editing/AppendNodeCommand.cpp \
507     editing/ApplyBlockElementCommand.cpp \
508     editing/ApplyStyleCommand.cpp \
509     editing/BreakBlockquoteCommand.cpp \
510     editing/CompositeEditCommand.cpp \
511     editing/CreateLinkCommand.cpp \
512     editing/DeleteButtonController.cpp \
513     editing/DeleteButton.cpp \
514     editing/DeleteFromTextNodeCommand.cpp \
515     editing/DeleteSelectionCommand.cpp \
516     editing/DictationAlternative.cpp \
517     editing/DictationCommand.cpp \
518     editing/EditCommand.cpp \
519     editing/EditingStyle.cpp \
520     editing/Editor.cpp \
521     editing/EditorCommand.cpp \
522     editing/FormatBlockCommand.cpp \
523     editing/FrameSelection.cpp \
524     editing/htmlediting.cpp \
525     editing/HTMLInterchange.cpp \
526     editing/IndentOutdentCommand.cpp \
527     editing/InsertIntoTextNodeCommand.cpp \
528     editing/InsertLineBreakCommand.cpp \
529     editing/InsertListCommand.cpp \
530     editing/InsertNodeBeforeCommand.cpp \
531     editing/InsertParagraphSeparatorCommand.cpp \
532     editing/InsertTextCommand.cpp \
533     editing/markup.cpp \
534     editing/MarkupAccumulator.cpp \
535     editing/MergeIdenticalElementsCommand.cpp \
536     editing/ModifySelectionListLevel.cpp \
537     editing/MoveSelectionCommand.cpp \
538     editing/RemoveCSSPropertyCommand.cpp \
539     editing/RemoveFormatCommand.cpp \
540     editing/RemoveNodeCommand.cpp \
541     editing/RemoveNodePreservingChildrenCommand.cpp \
542     editing/RenderedPosition.cpp \
543     editing/ReplaceNodeWithSpanCommand.cpp \
544     editing/ReplaceSelectionCommand.cpp \
545     editing/SetNodeAttributeCommand.cpp \
546     editing/SetSelectionCommand.cpp \
547     editing/SimplifyMarkupCommand.cpp \
548     editing/SpellChecker.cpp \
549     editing/SpellingCorrectionCommand.cpp \
550     editing/SplitElementCommand.cpp \
551     editing/SplitTextNodeCommand.cpp \
552     editing/SplitTextNodeContainingElementCommand.cpp \
553     editing/TextCheckingHelper.cpp \
554     editing/TextInsertionBaseCommand.cpp \
555     editing/TextIterator.cpp \
556     editing/TypingCommand.cpp \
557     editing/UnlinkCommand.cpp \
558     editing/VisiblePosition.cpp \
559     editing/VisibleSelection.cpp \
560     editing/VisibleUnits.cpp \
561     editing/WrapContentsInDummySpanCommand.cpp \
562     fileapi/AsyncFileStream.cpp \
563     fileapi/AsyncFileStream.cpp \
564     fileapi/Blob.cpp \
565     fileapi/BlobURL.cpp \
566     fileapi/File.cpp \
567     fileapi/FileException.cpp \
568     fileapi/FileList.cpp \
569     fileapi/FileReader.cpp \
570     fileapi/FileReaderLoader.cpp \
571     fileapi/FileReaderSync.cpp \
572     fileapi/FileThread.cpp \
573     fileapi/ThreadableBlobRegistry.cpp \
574     fileapi/WebKitBlobBuilder.cpp \
575     history/BackForwardController.cpp \
576     history/BackForwardListImpl.cpp \
577     history/CachedFrame.cpp \
578     history/CachedPage.cpp \
579     history/HistoryItem.cpp \
580     history/qt/HistoryItemQt.cpp \
581     history/PageCache.cpp \
582     html/BaseButtonInputType.cpp \
583     html/BaseCheckableInputType.cpp \
584     html/BaseChooserOnlyDateAndTimeInputType.cpp \
585     html/BaseClickableWithKeyInputType.cpp \
586     html/BaseDateAndTimeInputType.cpp \
587     html/BaseTextInputType.cpp \
588     html/ButtonInputType.cpp \
589     html/CheckboxInputType.cpp \
590     html/ClassList.cpp \
591     html/ColorInputType.cpp \
592     html/DOMFormData.cpp \
593     html/DOMSettableTokenList.cpp \
594     html/DOMTokenList.cpp \
595     html/DOMURL.cpp \
596     html/DateInputType.cpp \
597     html/DateTimeInputType.cpp \
598     html/DateTimeLocalInputType.cpp \
599     html/EmailInputType.cpp \
600     html/FTPDirectoryDocument.cpp \
601     html/FileInputType.cpp \
602     html/FormAssociatedElement.cpp \
603     html/FormController.cpp \
604     html/FormDataList.cpp \
605     html/HTMLAllCollection.cpp \
606     html/HTMLAnchorElement.cpp \
607     html/HTMLAppletElement.cpp \
608     html/HTMLAreaElement.cpp \
609     html/HTMLBRElement.cpp \
610     html/HTMLBaseElement.cpp \
611     html/HTMLBaseFontElement.cpp \
612     html/HTMLBodyElement.cpp \
613     html/HTMLButtonElement.cpp \
614     html/HTMLCanvasElement.cpp \
615     html/HTMLCollection.cpp \
616     html/HTMLDListElement.cpp \
617     html/HTMLDataListElement.cpp \
618     html/HTMLDialogElement.cpp \
619     html/HTMLDirectoryElement.cpp \
620     html/HTMLDetailsElement.cpp \
621     html/HTMLDivElement.cpp \
622     html/HTMLDocument.cpp \
623     html/HTMLElement.cpp \
624     html/HTMLEmbedElement.cpp \
625     html/HTMLFieldSetElement.cpp \
626     html/HTMLFontElement.cpp \
627     html/HTMLFormControlsCollection.cpp \
628     html/HTMLFormControlElement.cpp \
629     html/HTMLFormControlElementWithState.cpp \
630     html/HTMLFormElement.cpp \
631     html/HTMLFrameElement.cpp \
632     html/HTMLFrameElementBase.cpp \
633     html/HTMLFrameOwnerElement.cpp \
634     html/HTMLFrameSetElement.cpp \
635     html/HTMLHRElement.cpp \
636     html/HTMLHeadElement.cpp \
637     html/HTMLHeadingElement.cpp \
638     html/HTMLHtmlElement.cpp \
639     html/HTMLIFrameElement.cpp \
640     html/HTMLImageElement.cpp \
641     html/HTMLImageLoader.cpp \
642     html/HTMLInputElement.cpp \
643     html/HTMLKeygenElement.cpp \
644     html/HTMLLIElement.cpp \
645     html/HTMLLabelElement.cpp \
646     html/HTMLLegendElement.cpp \
647     html/HTMLLinkElement.cpp \
648     html/HTMLMapElement.cpp \
649     html/HTMLMarqueeElement.cpp \
650     html/HTMLMenuElement.cpp \
651     html/HTMLMetaElement.cpp \
652     html/HTMLMeterElement.cpp \
653     html/HTMLModElement.cpp \
654     html/HTMLNameCollection.cpp \
655     html/HTMLOListElement.cpp \
656     html/HTMLObjectElement.cpp \
657     html/HTMLOptGroupElement.cpp \
658     html/HTMLOptionElement.cpp \
659     html/HTMLOptionsCollection.cpp \
660     html/HTMLOutputElement.cpp \
661     html/HTMLParagraphElement.cpp \
662     html/HTMLParamElement.cpp \
663     html/HTMLParserErrorCodes.cpp \
664     html/HTMLPlugInElement.cpp \
665     html/HTMLPlugInImageElement.cpp \
666     html/HTMLPreElement.cpp \
667     html/HTMLProgressElement.cpp \
668     html/HTMLPropertiesCollection.cpp \
669     html/HTMLQuoteElement.cpp \
670     html/HTMLScriptElement.cpp \
671     html/HTMLSelectElement.cpp \
672     html/HTMLSpanElement.cpp \
673     html/HTMLStyleElement.cpp \
674     html/HTMLSummaryElement.cpp \
675     html/HTMLTableCaptionElement.cpp \
676     html/HTMLTableCellElement.cpp \
677     html/HTMLTableColElement.cpp \
678     html/HTMLTableElement.cpp \
679     html/HTMLTablePartElement.cpp \
680     html/HTMLTableRowElement.cpp \
681     html/HTMLTableRowsCollection.cpp \
682     html/HTMLTableSectionElement.cpp \
683     html/HTMLTemplateElement.cpp \
684     html/HTMLTextAreaElement.cpp \
685     html/HTMLTextFormControlElement.cpp \
686     html/HTMLTitleElement.cpp \
687     html/HTMLUListElement.cpp \
688     html/HTMLViewSourceDocument.cpp \
689     html/HiddenInputType.cpp \
690     html/ImageData.cpp \
691     html/ImageDocument.cpp \
692     html/ImageInputType.cpp \
693     html/InputType.cpp \
694     html/InputTypeNames.cpp \
695     html/LabelableElement.cpp \
696     html/LabelsNodeList.cpp \
697     html/LinkRelAttribute.cpp \
698     html/MediaDocument.cpp \
699     html/MicroDataAttributeTokenList.cpp \
700     html/MicroDataItemValue.cpp \
701     html/MonthInputType.cpp \
702     html/NumberInputType.cpp \
703     html/PasswordInputType.cpp \
704     html/PluginDocument.cpp \
705     html/RadioInputType.cpp \
706     html/RadioNodeList.cpp \
707     html/RangeInputType.cpp \
708     html/ResetInputType.cpp \
709     html/SearchInputType.cpp \
710     html/StepRange.cpp \
711     html/SubmitInputType.cpp \
712     html/TelephoneInputType.cpp \
713     html/TextDocument.cpp \
714     html/TextFieldInputType.cpp \
715     html/TextInputType.cpp \
716     html/TimeInputType.cpp \
717     html/TypeAhead.cpp \
718     html/URLInputType.cpp \
719     html/ValidationMessage.cpp \
720     html/ValidityState.cpp \
721     html/WeekInputType.cpp \
722     html/canvas/CanvasGradient.cpp \
723     html/canvas/CanvasPathMethods.cpp \
724     html/canvas/CanvasPattern.cpp \
725     html/canvas/CanvasProxy.cpp \
726     html/canvas/CanvasRenderingContext.cpp \
727     html/canvas/CanvasRenderingContext2D.cpp \
728     html/canvas/CanvasStyle.cpp \
729     html/canvas/DataView.cpp \
730     html/forms/FileIconLoader.cpp \
731     html/parser/BackgroundHTMLInputStream.cpp \
732     html/parser/BackgroundHTMLParser.cpp \
733     html/parser/CSSPreloadScanner.cpp \
734     html/parser/CompactHTMLToken.cpp \
735     html/parser/HTMLConstructionSite.cpp \
736     html/parser/HTMLDocumentParser.cpp \
737     html/parser/HTMLElementStack.cpp \
738     html/parser/HTMLEntityParser.cpp \
739     html/parser/HTMLEntitySearch.cpp \
740     html/parser/HTMLFormattingElementList.cpp \
741     html/parser/HTMLIdentifier.cpp \
742     html/parser/HTMLMetaCharsetParser.cpp \
743     html/parser/HTMLParserIdioms.cpp \
744     html/parser/HTMLParserOptions.cpp \
745     html/parser/HTMLParserScheduler.cpp \
746     html/parser/HTMLParserThread.cpp \
747     html/parser/HTMLPreloadScanner.cpp \
748     html/parser/HTMLResourcePreloader.cpp \
749     html/parser/HTMLScriptRunner.cpp \
750     html/parser/HTMLSourceTracker.cpp \
751     html/parser/HTMLTokenizer.cpp \
752     html/parser/HTMLTreeBuilder.cpp \
753     html/parser/HTMLTreeBuilderSimulator.cpp \
754     html/parser/HTMLViewSourceParser.cpp \
755     html/parser/TextDocumentParser.cpp \
756     html/parser/TextViewSourceParser.cpp \
757     html/parser/XSSAuditor.cpp \
758     html/parser/XSSAuditorDelegate.cpp \
759     html/shadow/ContentDistributor.cpp \
760     html/shadow/DetailsMarkerControl.cpp \
761     html/shadow/HTMLContentElement.cpp \
762     html/shadow/InsertionPoint.cpp \
763     html/shadow/MediaControls.cpp \
764     html/shadow/MediaControlsApple.cpp \
765     html/shadow/MeterShadowElement.cpp \
766     html/shadow/ProgressShadowElement.cpp \
767     html/shadow/SliderThumbElement.cpp \
768     html/shadow/SpinButtonElement.cpp \
769     html/shadow/TextControlInnerElements.cpp \
770     inspector/ConsoleMessage.cpp \
771     inspector/ContentSearchUtils.cpp \
772     inspector/DOMEditor.cpp \
773     inspector/DOMPatchSupport.cpp \
774     inspector/IdentifiersFactory.cpp \
775     inspector/InjectedScript.cpp \
776     inspector/InjectedScriptBase.cpp \
777     inspector/InjectedScriptCanvasModule.cpp \
778     inspector/InjectedScriptHost.cpp \
779     inspector/InjectedScriptManager.cpp \
780     inspector/InjectedScriptModule.cpp \
781     inspector/InspectorAgent.cpp \
782     inspector/InspectorApplicationCacheAgent.cpp \
783     inspector/InspectorBaseAgent.cpp \
784     inspector/InspectorCSSAgent.cpp \
785     inspector/InspectorCanvasAgent.cpp \
786     inspector/InspectorClient.cpp \
787     inspector/InspectorConsoleAgent.cpp \
788     inspector/InspectorController.cpp \
789     inspector/InspectorCounters.cpp \
790     inspector/InspectorDatabaseAgent.cpp \
791     inspector/InspectorDatabaseResource.cpp \
792     inspector/InspectorDebuggerAgent.cpp \
793     inspector/InspectorDOMAgent.cpp \
794     inspector/InspectorDOMDebuggerAgent.cpp \
795     inspector/InspectorDOMStorageAgent.cpp \
796     inspector/InspectorFrontendClientLocal.cpp \
797     inspector/InspectorFrontendHost.cpp \
798     inspector/InspectorHeapProfilerAgent.cpp \
799     inspector/InspectorHistory.cpp \
800     inspector/InspectorInputAgent.cpp \
801     inspector/InspectorInstrumentation.cpp \
802     inspector/InspectorLayerTreeAgent.cpp \
803     inspector/InspectorMemoryAgent.cpp \
804     inspector/InspectorOverlay.cpp \
805     inspector/InspectorPageAgent.cpp \
806     inspector/InspectorProfilerAgent.cpp \
807     inspector/InspectorResourceAgent.cpp \
808     inspector/InspectorRuntimeAgent.cpp \
809     inspector/InspectorState.cpp \
810     inspector/InspectorStyleSheet.cpp \
811     inspector/InspectorStyleTextEditor.cpp \
812     inspector/InspectorTimelineAgent.cpp \
813     inspector/InspectorValues.cpp \
814     inspector/InspectorWorkerAgent.cpp \
815     inspector/InstrumentingAgents.cpp \
816     inspector/NetworkResourcesData.cpp \
817     inspector/PageConsoleAgent.cpp \
818     inspector/PageDebuggerAgent.cpp \
819     inspector/PageRuntimeAgent.cpp \
820     inspector/ScriptArguments.cpp \
821     inspector/ScriptCallFrame.cpp \
822     inspector/ScriptCallStack.cpp \
823     inspector/TimelineRecordFactory.cpp \
824     inspector/TimelineTraceEventProcessor.cpp \
825     inspector/WorkerConsoleAgent.cpp \
826     inspector/WorkerDebuggerAgent.cpp \
827     inspector/WorkerInspectorController.cpp \
828     inspector/WorkerRuntimeAgent.cpp \
829     loader/appcache/ApplicationCache.cpp \
830     loader/appcache/ApplicationCacheGroup.cpp \
831     loader/appcache/ApplicationCacheHost.cpp \
832     loader/appcache/ApplicationCacheStorage.cpp \
833     loader/appcache/ApplicationCacheResource.cpp \
834     loader/appcache/DOMApplicationCache.cpp \
835     loader/appcache/ManifestParser.cpp \
836     loader/archive/ArchiveResource.cpp \
837     loader/archive/ArchiveResourceCollection.cpp \
838     loader/cache/MemoryCache.cpp \
839     loader/cache/CachedCSSStyleSheet.cpp \
840     loader/cache/CachedFont.cpp \
841     loader/cache/CachedImage.cpp \
842     loader/cache/CachedRawResource.cpp \
843     loader/cache/CachedResourceHandle.cpp \
844     loader/cache/CachedResource.cpp \
845     loader/cache/CachedScript.cpp \
846     loader/cache/CachedShader.cpp \
847     loader/cache/CachedSVGDocument.cpp \
848     loader/cache/CachedSVGDocumentReference.cpp \
849     loader/cache/CachedXSLStyleSheet.cpp \
850     loader/CookieJar.cpp \
851     loader/CrossOriginAccessControl.cpp \
852     loader/CrossOriginPreflightResultCache.cpp \
853     loader/cache/CachedResourceLoader.cpp \
854     loader/cache/CachedResourceRequest.cpp \
855     loader/cache/CachedResourceRequestInitiators.cpp \
856     loader/DocumentLoadTiming.cpp \
857     loader/DocumentLoader.cpp \
858     loader/DocumentThreadableLoader.cpp \
859     loader/DocumentWriter.cpp \
860     loader/EmptyClients.cpp \
861     loader/FormState.cpp \
862     loader/FormSubmission.cpp \
863     loader/FrameLoadRequest.cpp \
864     loader/FrameLoader.cpp \
865     loader/FrameLoaderStateMachine.cpp \
866     loader/HistoryController.cpp \
867     loader/FTPDirectoryParser.cpp \
868     loader/icon/IconController.cpp \
869     loader/icon/IconDatabaseBase.cpp \
870     loader/icon/IconLoader.cpp \
871     loader/ImageLoader.cpp \
872     loader/LinkLoader.cpp \
873     loader/LoaderStrategy.cpp \
874     loader/MixedContentChecker.cpp \
875     loader/NavigationAction.cpp \
876     loader/NetscapePlugInStreamLoader.cpp \
877     loader/PingLoader.cpp \
878     loader/PlaceholderDocument.cpp \
879     loader/PolicyCallback.cpp \
880     loader/PolicyChecker.cpp \
881     loader/ProgressTracker.cpp \
882     loader/NavigationScheduler.cpp \
883     loader/ResourceBuffer.cpp \
884     loader/ResourceLoader.cpp \
885     loader/ResourceLoadNotifier.cpp \
886     loader/ResourceLoadScheduler.cpp \
887     loader/SinkDocument.cpp \
888     loader/SubframeLoader.cpp \
889     loader/SubresourceLoader.cpp \
890     loader/TextResourceDecoder.cpp \
891     loader/ThreadableLoader.cpp \
892     page/animation/AnimationBase.cpp \
893     page/animation/AnimationController.cpp \
894     page/animation/CompositeAnimation.cpp \
895     page/animation/CSSPropertyAnimation.cpp \
896     page/animation/ImplicitAnimation.cpp \
897     page/animation/KeyframeAnimation.cpp \
898     page/AutoscrollController.cpp \
899     page/BarProp.cpp \
900     page/CaptionUserPreferences.cpp \
901     page/Chrome.cpp \
902     page/Console.cpp \
903     page/ContentSecurityPolicy.cpp \
904     page/ContextMenuController.cpp \
905     page/Crypto.cpp \
906     page/DeviceController.cpp \
907     page/DiagnosticLoggingKeys.cpp \
908     page/DOMSelection.cpp \
909     page/DOMTimer.cpp \
910     page/DOMWindow.cpp \
911     page/DOMWindowExtension.cpp \
912     page/DOMWindowProperty.cpp \
913     page/DragController.cpp \
914     page/EventHandler.cpp \
915     page/EventSource.cpp \
916     page/FeatureObserver.cpp \
917     page/FocusController.cpp \
918     page/Frame.cpp \
919     page/FrameActionScheduler.cpp \
920     page/FrameDestructionObserver.cpp \
921     page/FrameTree.cpp \
922     page/FrameView.cpp \
923     page/GestureTapHighlighter.cpp \
924     page/GroupSettings.cpp \
925     page/History.cpp \
926     page/Location.cpp \
927     page/MouseEventWithHitTestResults.cpp \
928     page/Navigator.cpp \
929     page/NavigatorBase.cpp \
930     page/OriginAccessEntry.cpp \
931     page/Page.cpp \
932     page/PageActivityAssertionToken.cpp \
933     page/PageConsole.cpp \
934     page/PageGroup.cpp \
935     page/PageGroupLoadDeferrer.cpp \
936     page/PageThrottler.cpp \
937     page/PageVisibilityState.cpp \
938     page/Performance.cpp \
939     page/PerformanceEntry.cpp \
940     page/PerformanceEntryList.cpp \
941     page/PerformanceNavigation.cpp \
942     page/PerformanceResourceTiming.cpp \
943     page/PerformanceTiming.cpp \
944     page/PrintContext.cpp \
945     page/Screen.cpp \
946     page/scrolling/ScrollingConstraints.cpp \
947     page/scrolling/ScrollingCoordinator.cpp \
948     page/SecurityOrigin.cpp \
949     page/SecurityPolicy.cpp \
950     page/Settings.cpp \
951     page/SpatialNavigation.cpp \
952     page/TouchAdjustment.cpp \
953     page/SuspendableTimer.cpp \
954     page/UserContentURLPattern.cpp \
955     page/WindowFeatures.cpp \
956     page/WindowFocusAllowedIndicator.cpp \
957     plugins/PluginData.cpp \
958     plugins/DOMPluginArray.cpp \
959     plugins/DOMPlugin.cpp \
960     plugins/PluginMainThreadScheduler.cpp \
961     plugins/DOMMimeType.cpp \
962     plugins/DOMMimeTypeArray.cpp \
963     platform/animation/Animation.cpp \
964     platform/animation/AnimationList.cpp \
965     platform/Arena.cpp \
966     platform/text/BidiContext.cpp \
967     platform/text/DateTimeFormat.cpp \
968     platform/text/Hyphenation.cpp \
969     platform/text/LocaleNone.cpp \
970     platform/text/LocaleToScriptMappingDefault.cpp \
971     platform/text/PlatformLocale.cpp \
972     platform/text/QuotedPrintable.cpp \
973     platform/CalculationValue.cpp \
974     platform/Clock.cpp \
975     platform/ClockGeneric.cpp \
976     platform/ContentType.cpp \
977     platform/CrossThreadCopier.cpp \
978     platform/DatabaseStrategy.cpp \
979     platform/DateComponents.cpp \
980     platform/Decimal.cpp \
981     platform/DragData.cpp \
982     platform/DragImage.cpp \
983     platform/FileChooser.cpp \
984     platform/FileStream.cpp \
985     platform/FileSystem.cpp \
986     platform/HistogramSupport.cpp \
987     platform/graphics/FontDescription.cpp \
988     platform/graphics/FontGenericFamilies.cpp \
989     platform/graphics/FontGlyphs.cpp \
990     platform/graphics/FontFeatureSettings.cpp \
991     platform/graphics/BitmapImage.cpp \
992     platform/graphics/Color.cpp \
993     platform/graphics/CrossfadeGeneratedImage.cpp \
994     platform/graphics/FloatPoint3D.cpp \
995     platform/graphics/FloatPoint.cpp \
996     platform/graphics/FloatPolygon.cpp \
997     platform/graphics/FloatQuad.cpp \
998     platform/graphics/FloatRect.cpp \
999     platform/graphics/FloatSize.cpp \
1000     platform/graphics/FontData.cpp \
1001     platform/graphics/Font.cpp \
1002     platform/graphics/FontCache.cpp \
1003     platform/graphics/FontFastPath.cpp \
1004     platform/graphics/LayoutBoxExtent.cpp \
1005     platform/graphics/LayoutRect.cpp \
1006     platform/graphics/GeneratedImage.cpp \
1007     platform/graphics/GeneratorGeneratedImage.cpp \
1008     platform/graphics/GlyphPageTreeNode.cpp \
1009     platform/graphics/Gradient.cpp \
1010     platform/graphics/GraphicsContext.cpp \
1011     platform/graphics/GraphicsLayer.cpp \
1012     platform/graphics/GraphicsLayerAnimation.cpp \
1013     platform/graphics/GraphicsLayerUpdater.cpp \
1014     platform/graphics/GraphicsLayerTransform.cpp \
1015     platform/graphics/GraphicsTypes.cpp \
1016     platform/graphics/Image.cpp \
1017     platform/graphics/ImageBuffer.cpp \
1018     platform/graphics/ImageOrientation.cpp \
1019     platform/graphics/ImageSource.cpp \
1020     platform/graphics/IntRect.cpp \
1021     platform/graphics/Path.cpp \
1022     platform/graphics/PathTraversalState.cpp \
1023     platform/graphics/Pattern.cpp \
1024     platform/graphics/qt/FontQt.cpp \
1025     platform/graphics/Region.cpp \
1026     platform/graphics/RoundedRect.cpp \
1027     platform/graphics/SegmentedFontData.cpp \
1028     platform/graphics/ShadowBlur.cpp \
1029     platform/graphics/SVGGlyph.cpp \
1030     platform/graphics/SimpleFontData.cpp \
1031     platform/graphics/StringTruncator.cpp \
1032     platform/graphics/surfaces/GraphicsSurface.cpp \
1033     platform/graphics/surfaces/qt/GraphicsSurfaceQt.cpp \
1034     platform/graphics/SurrogatePairAwareTextIterator.cpp \
1035     platform/graphics/TextRun.cpp \
1036     platform/graphics/TiledBackingStore.cpp \
1037     platform/graphics/transforms/AffineTransform.cpp \
1038     platform/graphics/transforms/TransformationMatrix.cpp \
1039     platform/graphics/transforms/MatrixTransformOperation.cpp \
1040     platform/graphics/transforms/Matrix3DTransformOperation.cpp \
1041     platform/graphics/transforms/PerspectiveTransformOperation.cpp \
1042     platform/graphics/transforms/RotateTransformOperation.cpp \
1043     platform/graphics/transforms/ScaleTransformOperation.cpp \
1044     platform/graphics/transforms/SkewTransformOperation.cpp \
1045     platform/graphics/transforms/TransformOperations.cpp \
1046     platform/graphics/transforms/TransformState.cpp \
1047     platform/graphics/transforms/TranslateTransformOperation.cpp \
1048     platform/graphics/WidthIterator.cpp \
1049     platform/image-decoders/ImageDecoder.cpp \
1050     platform/image-decoders/bmp/BMPImageDecoder.cpp \
1051     platform/image-decoders/bmp/BMPImageReader.cpp \
1052     platform/image-decoders/gif/GIFImageDecoder.cpp \
1053     platform/image-decoders/gif/GIFImageReader.cpp\
1054     platform/KillRingNone.cpp \
1055     platform/KURL.cpp \
1056     platform/Language.cpp \
1057     platform/Length.cpp \
1058     platform/LengthBox.cpp \
1059     platform/text/LineEnding.cpp \
1060     platform/leveldb/LevelDBDatabase.cpp \
1061     platform/leveldb/LevelDBTransaction.cpp \
1062     platform/leveldb/LevelDBWriteBatch.cpp \
1063     platform/LinkHash.cpp \
1064     platform/Logging.cpp \
1065     platform/MemoryPressureHandler.cpp \
1066     platform/MIMETypeRegistry.cpp \
1067     platform/mock/DeviceMotionClientMock.cpp \
1068     platform/mock/DeviceOrientationClientMock.cpp \
1069     platform/mock/GeolocationClientMock.cpp \
1070     platform/mock/PlatformSpeechSynthesizerMock.cpp \
1071     platform/mock/ScrollbarThemeMock.cpp \
1072     platform/network/AuthenticationChallengeBase.cpp \
1073     platform/network/BlobData.cpp \
1074     platform/network/BlobRegistry.cpp \
1075     platform/network/BlobRegistryImpl.cpp \
1076     platform/network/BlobResourceHandle.cpp \
1077     platform/network/Credential.cpp \
1078     platform/network/CredentialStorage.cpp \
1079     platform/network/FormData.cpp \
1080     platform/network/FormDataBuilder.cpp \
1081     platform/network/HTTPHeaderMap.cpp \
1082     platform/network/HTTPParsers.cpp \
1083     platform/network/MIMEHeader.cpp \
1084     platform/network/NetworkStateNotifier.cpp \
1085     platform/network/NetworkStorageSessionStub.cpp \
1086     platform/network/ParsedContentType.cpp \
1087     platform/network/ProtectionSpace.cpp \
1088     platform/network/ProxyServer.cpp \
1089     platform/network/ResourceErrorBase.cpp \
1090     platform/network/ResourceHandle.cpp \
1091     platform/network/ResourceHandleClient.cpp \
1092     platform/network/ResourceLoadTiming.cpp \
1093     platform/network/ResourceRequestBase.cpp \
1094     platform/network/ResourceResponseBase.cpp \
1095     platform/NotImplemented.cpp \
1096     platform/text/RegularExpression.cpp \
1097     platform/PlatformEvent.cpp \
1098     platform/PlatformInstrumentation.cpp \
1099     platform/RuntimeApplicationChecks.cpp \
1100     platform/RunLoop.cpp \
1101     platform/SchemeRegistry.cpp \
1102     platform/ScrollableArea.cpp \
1103     platform/ScrollAnimator.cpp \
1104     platform/Scrollbar.cpp \
1105     platform/ScrollbarTheme.cpp \
1106     platform/ScrollbarThemeComposite.cpp \
1107     platform/ScrollView.cpp \
1108     platform/SharedBuffer.cpp \
1109     platform/SharedBufferChunkReader.cpp \
1110     platform/sql/SQLiteAuthorizer.cpp \
1111     platform/sql/SQLiteDatabase.cpp \
1112     platform/sql/SQLiteFileSystem.cpp \
1113     platform/sql/SQLiteStatement.cpp \
1114     platform/sql/SQLiteTransaction.cpp \
1115     platform/sql/SQLValue.cpp \
1116     platform/text/SegmentedString.cpp \
1117     platform/text/TextBoundaries.cpp \
1118     platform/text/TextBreakIterator.cpp \
1119     platform/text/TextCodec.cpp \
1120     platform/text/TextCodecLatin1.cpp \
1121     platform/text/TextCodecUserDefined.cpp \
1122     platform/text/TextCodecUTF16.cpp \
1123     platform/text/TextCodecUTF8.cpp \
1124     platform/text/TextCodecICU.cpp \
1125     platform/text/TextEncoding.cpp \
1126     platform/text/TextEncodingDetectorICU.cpp \
1127     platform/text/TextEncodingRegistry.cpp \
1128     platform/text/TextStream.cpp \
1129     platform/ThreadGlobalData.cpp \
1130     platform/ThreadTimers.cpp \
1131     platform/Timer.cpp \
1132     platform/text/UnicodeRange.cpp \
1133     platform/text/transcoder/FontTranscoder.cpp \
1134     platform/UUID.cpp \
1135     platform/Widget.cpp \
1136     platform/PlatformStrategies.cpp \
1137     plugins/IFrameShimSupport.cpp \
1138     plugins/PluginDatabase.cpp \
1139     plugins/PluginDebug.cpp \
1140     plugins/PluginPackage.cpp \
1141     plugins/PluginStream.cpp \
1142     plugins/PluginView.cpp \
1143     rendering/AutoTableLayout.cpp \
1144     rendering/break_lines.cpp \
1145     rendering/BidiRun.cpp \
1146     rendering/CounterNode.cpp \
1147     rendering/EllipsisBox.cpp \
1148     rendering/FilterEffectRenderer.cpp \
1149     rendering/FixedTableLayout.cpp \
1150     rendering/FlowThreadController.cpp \
1151     rendering/HitTestingTransformState.cpp \
1152     rendering/HitTestLocation.cpp \
1153     rendering/HitTestResult.cpp \
1154     rendering/InlineBox.cpp \
1155     rendering/InlineFlowBox.cpp \
1156     rendering/InlineTextBox.cpp \
1157     rendering/LayoutState.cpp \
1158     rendering/LayoutRepainter.cpp \
1159     rendering/RenderApplet.cpp \
1160     rendering/RenderArena.cpp \
1161     rendering/RenderBlock.cpp \
1162     rendering/RenderBlockLineLayout.cpp \
1163     rendering/RenderBox.cpp \
1164     rendering/RenderBoxModelObject.cpp \
1165     rendering/RenderBR.cpp \
1166     rendering/RenderButton.cpp \
1167     rendering/RenderCombineText.cpp \
1168     rendering/RenderCounter.cpp \
1169     rendering/RenderDeprecatedFlexibleBox.cpp \
1170     rendering/RenderDetailsMarker.cpp \
1171     rendering/RenderDialog.cpp \
1172     rendering/RenderEmbeddedObject.cpp \
1173     rendering/RenderFieldset.cpp \
1174     rendering/RenderFileUploadControl.cpp \
1175     rendering/RenderFlexibleBox.cpp \
1176     rendering/RenderFlowThread.cpp \
1177     rendering/RenderFrame.cpp \
1178     rendering/RenderFrameBase.cpp \
1179     rendering/RenderFrameSet.cpp \
1180     rendering/RenderGeometryMap.cpp \
1181     rendering/RenderGrid.cpp \
1182     rendering/RenderHTMLCanvas.cpp \
1183     rendering/RenderIFrame.cpp \
1184     rendering/RenderImage.cpp \
1185     rendering/RenderImageResource.cpp \
1186     rendering/RenderImageResourceStyleImage.cpp \
1187     rendering/RenderInline.cpp \
1188     rendering/RenderLayer.cpp \
1189     rendering/RenderLayerBacking.cpp \
1190     rendering/RenderLayerCompositor.cpp \
1191     rendering/RenderLayerFilterInfo.cpp \
1192     rendering/RenderLayerModelObject.cpp \
1193     rendering/RenderLineBoxList.cpp \
1194     rendering/RenderListBox.cpp \
1195     rendering/RenderListItem.cpp \
1196     rendering/RenderListMarker.cpp \
1197     rendering/RenderMarquee.cpp \
1198     rendering/RenderMenuList.cpp \
1199     rendering/RenderMeter.cpp \
1200     rendering/RenderMultiColumnBlock.cpp \
1201     rendering/RenderMultiColumnFlowThread.cpp \
1202     rendering/RenderMultiColumnSet.cpp \
1203     rendering/RenderNamedFlowThread.cpp \
1204     rendering/RenderObject.cpp \
1205     rendering/RenderObjectChildList.cpp \
1206     rendering/RenderPart.cpp \
1207     rendering/RenderProgress.cpp \
1208     rendering/RenderQuote.cpp \
1209     rendering/RenderRegion.cpp \
1210     rendering/RenderRegionSet.cpp \
1211     rendering/RenderReplaced.cpp \
1212     rendering/RenderReplica.cpp \
1213     rendering/RenderRuby.cpp \
1214     rendering/RenderRubyBase.cpp \
1215     rendering/RenderRubyRun.cpp \
1216     rendering/RenderRubyText.cpp \
1217     rendering/RenderScrollbar.cpp \
1218     rendering/RenderScrollbarPart.cpp \
1219     rendering/RenderScrollbarTheme.cpp \
1220     rendering/RenderSearchField.cpp \
1221     rendering/RenderSlider.cpp \
1222     rendering/RenderSnapshottedPlugIn.cpp \
1223     rendering/RenderTable.cpp \
1224     rendering/RenderTableCaption.cpp \
1225     rendering/RenderTableCell.cpp \
1226     rendering/RenderTableCol.cpp \
1227     rendering/RenderTableRow.cpp \
1228     rendering/RenderTableSection.cpp \
1229     rendering/RenderText.cpp \
1230     rendering/RenderTextControl.cpp \
1231     rendering/RenderTextControlMultiLine.cpp \
1232     rendering/RenderTextControlSingleLine.cpp \
1233     rendering/RenderTextFragment.cpp \
1234     rendering/RenderTheme.cpp \
1235     rendering/RenderTreeAsText.cpp \
1236     rendering/RenderView.cpp \
1237     rendering/RenderWidget.cpp \
1238     rendering/RenderWordBreak.cpp \
1239     rendering/RootInlineBox.cpp \
1240     rendering/ScrollBehavior.cpp \
1241     rendering/shapes/PolygonShape.cpp \
1242     rendering/shapes/RectangleShape.cpp \
1243     rendering/shapes/Shape.cpp \
1244     rendering/shapes/ShapeInfo.cpp \
1245     rendering/shapes/ShapeInsideInfo.cpp \
1246     rendering/shapes/ShapeInterval.cpp \
1247     rendering/shapes/ShapeOutsideInfo.cpp \
1248     rendering/style/BasicShapes.cpp \
1249     rendering/style/ContentData.cpp \
1250     rendering/style/CounterDirectives.cpp \
1251     rendering/style/FillLayer.cpp \
1252     rendering/style/KeyframeList.cpp \
1253     rendering/style/NinePieceImage.cpp \
1254     rendering/style/QuotesData.cpp \
1255     rendering/style/RenderStyle.cpp \
1256     rendering/style/ShadowData.cpp \
1257     rendering/style/StyleBackgroundData.cpp \
1258     rendering/style/StyleBoxData.cpp \
1259     rendering/style/StyleCachedImage.cpp \
1260     rendering/style/StyleCachedImageSet.cpp \
1261     rendering/style/StyleCachedShader.cpp \
1262     rendering/style/StyleCustomFilterProgram.cpp \
1263     rendering/style/StyleCustomFilterProgramCache.cpp \
1264     rendering/style/StyleDeprecatedFlexibleBoxData.cpp \
1265     rendering/style/StyleFilterData.cpp \
1266     rendering/style/StyleFlexibleBoxData.cpp \
1267     rendering/style/StyleGeneratedImage.cpp \
1268     rendering/style/StyleGridData.cpp \
1269     rendering/style/StyleGridItemData.cpp \
1270     rendering/style/StyleInheritedData.cpp \
1271     rendering/style/StyleMarqueeData.cpp \
1272     rendering/style/StyleMultiColData.cpp \
1273     rendering/style/StyleRareInheritedData.cpp \
1274     rendering/style/StyleRareNonInheritedData.cpp \
1275     rendering/style/StyleSurroundData.cpp \
1276     rendering/style/StyleTransformData.cpp \
1277     rendering/style/StyleVisualData.cpp \
1278     storage/StorageThread.cpp \
1279     storage/Storage.cpp \
1280     storage/StorageAreaImpl.cpp \
1281     storage/StorageAreaSync.cpp \
1282     storage/StorageEvent.cpp \
1283     storage/StorageEventDispatcher.cpp \
1284     storage/StorageMap.cpp \
1285     storage/StorageNamespace.cpp \
1286     storage/StorageNamespaceImpl.cpp \
1287     storage/StorageSyncManager.cpp \
1288     storage/StorageStrategy.cpp \
1289     storage/StorageTracker.cpp \
1290     testing/Internals.cpp \
1291     testing/InternalSettings.cpp \
1292     xml/DOMParser.cpp \
1293     xml/NativeXPathNSResolver.cpp \
1294     xml/XMLHttpRequest.cpp \
1295     xml/XMLHttpRequestException.cpp \
1296     xml/XMLHttpRequestProgressEventThrottle.cpp \
1297     xml/XMLHttpRequestUpload.cpp \
1298     xml/XMLErrors.cpp \
1299     xml/XMLSerializer.cpp \
1300     xml/XPathEvaluator.cpp \
1301     xml/XPathException.cpp \
1302     xml/XPathExpression.cpp \
1303     xml/XPathExpressionNode.cpp \
1304     xml/XPathFunctions.cpp \
1305     xml/XPathNodeSet.cpp \
1306     xml/XPathNSResolver.cpp \
1307     xml/XPathParser.cpp \
1308     xml/XPathPath.cpp \
1309     xml/XPathPredicate.cpp \
1310     xml/XPathResult.cpp \
1311     xml/XPathStep.cpp \
1312     xml/XPathUtil.cpp \
1313     xml/XPathValue.cpp \
1314     xml/XPathVariableReference.cpp \
1315     xml/parser/XMLDocumentParser.cpp \
1316
1317 HEADERS += \
1318     accessibility/AccessibilityARIAGridCell.h \
1319     accessibility/AccessibilityARIAGrid.h \
1320     accessibility/AccessibilityARIAGridRow.h \
1321     accessibility/AccessibilityImageMapLink.h \
1322     accessibility/AccessibilityListBox.h \
1323     accessibility/AccessibilityListBoxOption.h \
1324     accessibility/AccessibilityList.h \
1325     accessibility/AccessibilityMediaControls.h \
1326     accessibility/AccessibilityObject.h \
1327     accessibility/AccessibilityProgressIndicator.h \
1328     accessibility/AccessibilityRenderObject.h \
1329     accessibility/AccessibilityScrollbar.h \
1330     accessibility/AccessibilityScrollView.h \
1331     accessibility/AccessibilitySlider.h \
1332     accessibility/AccessibilitySpinButton.h \
1333     accessibility/AccessibilityTableCell.h \
1334     accessibility/AccessibilityTableColumn.h \
1335     accessibility/AccessibilityTable.h \
1336     accessibility/AccessibilityTableHeaderContainer.h \
1337     accessibility/AccessibilityTableRow.h \
1338     accessibility/AXObjectCache.h \
1339     bindings/ScriptControllerBase.h \
1340     bindings/generic/ActiveDOMCallback.h \
1341     bindings/generic/BindingSecurity.h \
1342     bindings/generic/RuntimeEnabledFeatures.h
1343
1344 HEADERS += \
1345     bindings/js/BindingState.h \
1346     bindings/js/CachedScriptSourceProvider.h \
1347     bindings/js/CallbackFunction.h \
1348     bindings/js/GCController.h \
1349     bindings/js/DOMObjectHashTableMap.h \
1350     bindings/js/DOMWrapperWorld.h \
1351     bindings/js/JSArrayBufferViewHelper.h \
1352     bindings/js/JSCSSStyleDeclarationCustom.h \
1353     bindings/js/JSCallbackData.h \
1354     bindings/js/JSCustomXPathNSResolver.h \
1355     bindings/js/JSDictionary.h \
1356     bindings/js/JSDOMBinding.h \
1357     bindings/js/JSDOMGlobalObject.h \
1358     bindings/js/JSDOMWindowBase.h \
1359     bindings/js/JSDOMWindowCustom.h \
1360     bindings/js/JSDOMWindowShell.h \
1361     bindings/js/JSDOMWrapper.h \
1362     bindings/js/JSErrorHandler.h \
1363     bindings/js/JSEventListener.h \
1364     bindings/js/JSHTMLInputElementCustom.h \
1365     bindings/js/JSHTMLSelectElementCustom.h \
1366     bindings/js/JSImageConstructor.h \
1367     bindings/js/JSLazyEventListener.h \
1368     bindings/js/JSMutationCallback.h \
1369     bindings/js/JSNodeCustom.h \
1370     bindings/js/JSNodeFilterCondition.h \
1371     bindings/js/JSPluginElementFunctions.h \
1372     bindings/js/JSWorkerGlobalScopeBase.h \
1373     bindings/js/JavaScriptCallFrame.h \
1374     bindings/js/PageScriptDebugServer.h \
1375     bindings/js/ScheduledAction.h \
1376     bindings/js/ScriptCachedFrameData.h \
1377     bindings/js/ScriptController.h \
1378     bindings/js/ScriptDebugServer.h \
1379     bindings/js/ScriptEventListener.h \
1380     bindings/js/ScriptFunctionCall.h \
1381     bindings/js/ScriptGCEvent.h \
1382     bindings/js/ScriptHeapSnapshot.h \
1383     bindings/js/ScriptObject.h \
1384     bindings/js/ScriptProfile.h \
1385     bindings/js/ScriptProfileNode.h \
1386     bindings/js/ScriptProfiler.h \
1387     bindings/js/ScriptSourceCode.h \
1388     bindings/js/ScriptState.h \
1389     bindings/js/ScriptValue.h \
1390     bindings/js/ScriptWrappable.h \
1391     bindings/js/SerializedScriptValue.h \
1392     bindings/js/WebCoreJSClientData.h \
1393     bindings/js/WorkerScriptController.h \
1394     bindings/js/WorkerScriptDebugServer.h \
1395     bridge/Bridge.h \
1396     bridge/c/CRuntimeObject.h \
1397     bridge/c/c_class.h \
1398     bridge/c/c_instance.h \
1399     bridge/c/c_runtime.h \
1400     bridge/c/c_utility.h \
1401     bridge/jsc/BridgeJSC.h \
1402     bridge/IdentifierRep.h \
1403     bridge/NP_jsobject.h \
1404     bridge/qt/qt_class.h \
1405     bridge/qt/qt_instance.h \
1406     bridge/qt/qt_runtime.h \
1407     bridge/qt/qt_pixmapruntime.h \
1408     bridge/runtime_array.h \
1409     bridge/runtime_method.h \
1410     bridge/runtime_object.h \
1411     bridge/runtime_root.h \
1412     plugins/npruntime.h
1413
1414 HEADERS += \
1415     Modules/geolocation/Coordinates.h \
1416     Modules/geolocation/Geolocation.h \
1417     Modules/geolocation/GeolocationController.h \
1418     Modules/geolocation/GeolocationError.h \
1419     Modules/geolocation/GeolocationPosition.h \
1420     Modules/geolocation/Geoposition.h \
1421     Modules/geolocation/PositionCallback.h \
1422     Modules/geolocation/PositionError.h \
1423     Modules/geolocation/PositionErrorCallback.h \
1424     Modules/geolocation/PositionOptions.h \
1425     \
1426     Modules/notifications/DOMWindowNotifications.h \
1427     Modules/notifications/Notification.h \
1428     Modules/notifications/NotificationCenter.h \
1429     Modules/notifications/NotificationClient.h \
1430     Modules/notifications/NotificationController.h \
1431     Modules/notifications/WorkerGlobalScopeNotifications.h \
1432     \
1433     Modules/proximity/DeviceProximityClient.h \
1434     Modules/proximity/DeviceProximityController.h \
1435     Modules/proximity/DeviceProximityEvent.h \
1436     \
1437     Modules/webdatabase/AbstractDatabaseServer.h \
1438     Modules/webdatabase/AbstractSQLStatement.h \
1439     Modules/webdatabase/AbstractSQLStatementBackend.h \
1440     Modules/webdatabase/ChangeVersionData.h \
1441     Modules/webdatabase/ChangeVersionWrapper.h \
1442     Modules/webdatabase/DOMWindowWebDatabase.h \
1443     Modules/webdatabase/DatabaseAuthorizer.h \
1444     Modules/webdatabase/Database.h \
1445     Modules/webdatabase/DatabaseBackend.h \
1446     Modules/webdatabase/DatabaseBackendBase.h \
1447     Modules/webdatabase/DatabaseBackendContext.h \
1448     Modules/webdatabase/DatabaseBackendSync.h \
1449     Modules/webdatabase/DatabaseBase.h \
1450     Modules/webdatabase/DatabaseBasicTypes.h \
1451     Modules/webdatabase/DatabaseCallback.h \
1452     Modules/webdatabase/DatabaseError.h \
1453     Modules/webdatabase/DatabaseManager.h \
1454     Modules/webdatabase/DatabaseServer.h \
1455     Modules/webdatabase/DatabaseSync.h \
1456     Modules/webdatabase/DatabaseTask.h \
1457     Modules/webdatabase/DatabaseThread.h \
1458     Modules/webdatabase/DatabaseTracker.h \
1459     Modules/webdatabase/OriginLock.h \
1460     Modules/webdatabase/SQLCallbackWrapper.h \
1461     Modules/webdatabase/SQLResultSet.h \
1462     Modules/webdatabase/SQLResultSetRowList.h \
1463     Modules/webdatabase/SQLStatement.h \
1464     Modules/webdatabase/SQLStatementBackend.h \
1465     Modules/webdatabase/SQLStatementSync.h \
1466     Modules/webdatabase/SQLTransaction.h \
1467     Modules/webdatabase/SQLTransactionBackend.h \
1468     Modules/webdatabase/SQLTransactionBackendSync.h \
1469     Modules/webdatabase/SQLTransactionClient.h \
1470     Modules/webdatabase/SQLTransactionCoordinator.h \
1471     Modules/webdatabase/SQLTransactionState.h \
1472     Modules/webdatabase/SQLTransactionStateMachine.h \
1473     Modules/webdatabase/SQLTransactionSync.h \
1474     Modules/webdatabase/SQLTransactionSyncCallback.h \
1475     Modules/webdatabase/WorkerGlobalScopeWebDatabase.h \
1476     \
1477     css/BasicShapeFunctions.h \
1478     css/CSSAspectRatioValue.h \
1479     css/CSSBasicShapes.h \
1480     css/CSSBorderImageSliceValue.h \
1481     css/CSSBorderImage.h \
1482     css/CSSCalculationValue.h \
1483     css/CSSCanvasValue.h \
1484     css/CSSCharsetRule.h \
1485     css/CSSComputedStyleDeclaration.h \
1486     css/CSSCrossfadeValue.h \
1487     css/CSSCursorImageValue.h \
1488     css/CSSFontFace.h \
1489     css/CSSFontFaceLoadEvent.h \
1490     css/CSSFontFaceRule.h \
1491     css/CSSFontFaceSource.h \
1492     css/CSSFontFaceSrcValue.h \
1493     css/CSSFontSelector.h \
1494     css/CSSFunctionValue.h \
1495     css/CSSGradientValue.h \
1496     css/CSSGroupingRule.h \
1497     css/CSSHelper.h \
1498     css/CSSImageGeneratorValue.h \
1499     css/CSSImageValue.h \
1500     css/CSSImportRule.h \
1501     css/CSSInheritedValue.h \
1502     css/CSSInitialValue.h \
1503     css/CSSMediaRule.h \
1504     css/CSSOMUtils.h \
1505     css/CSSPageRule.h \
1506     css/CSSParser.h \
1507     css/CSSParserMode.h \
1508     css/CSSParserValues.h \
1509     css/CSSPrimitiveValue.h \
1510     css/CSSProperty.h \
1511     css/CSSReflectValue.h \
1512     css/CSSRule.h \
1513     css/CSSRuleList.h \
1514     css/CSSSegmentedFontFace.h \
1515     css/CSSSelector.h \
1516     css/CSSSelectorList.h \
1517     css/CSSStyleDeclaration.h \
1518     css/CSSStyleRule.h \
1519     css/CSSStyleSheet.h \
1520     css/CSSSupportsRule.h \
1521     css/CSSTimingFunctionValue.h \
1522     css/CSSToStyleMap.h \
1523     css/CSSUnicodeRangeValue.h \
1524     css/CSSValue.cpp \
1525     css/CSSValue.h \
1526     css/CSSValueList.h \
1527     css/CSSValuePool.h \
1528     css/CSSVariableValue.h \
1529     css/DeprecatedStyleBuilder.h \
1530     css/DOMWindowCSS.h \
1531     css/FontFeatureValue.h \
1532     css/FontLoader.h \
1533     css/FontValue.h \
1534     css/LengthFunctions.h \
1535     css/MediaFeatureNames.h \
1536     css/MediaList.h \
1537     css/MediaQuery.h \
1538     css/MediaQueryEvaluator.h \
1539     css/MediaQueryExp.h \
1540     css/MediaQueryList.h \
1541     css/MediaQueryListListener.h \
1542     css/MediaQueryMatcher.h \
1543     css/RGBColor.h \
1544     css/SelectorChecker.h \
1545     css/ShadowValue.h \
1546     css/StyleMedia.h \
1547     css/StyleInvalidationAnalysis.h \
1548     css/StylePropertySet.h \
1549     css/StylePropertyShorthand.h \
1550     css/StyleResolver.h \
1551     css/StyleRule.h \
1552     css/StyleRuleImport.h \
1553     css/StyleSheet.h \
1554     css/StyleSheetContents.h \
1555     css/StyleSheetList.h \
1556     css/TransformFunctions.h \
1557     css/ViewportStyleResolver.h \
1558     css/WebKitCSSArrayFunctionValue.h \
1559     css/WebKitCSSFilterRule.h \
1560     css/WebKitCSSFilterValue.h \
1561     css/WebKitCSSKeyframeRule.h \
1562     css/WebKitCSSKeyframesRule.h \
1563     css/WebKitCSSMatrix.h \
1564     css/WebKitCSSMatFunctionValue.h \
1565     css/WebKitCSSMixFunctionValue.h \
1566     css/WebKitCSSRegionRule.h \
1567     css/WebKitCSSSVGDocumentValue.h \
1568     css/WebKitCSSShaderValue.h \
1569     css/WebKitCSSTransformValue.h \
1570     css/WebKitCSSViewportRule.h \
1571     dom/ActiveDOMObject.h \
1572     dom/Attr.h \
1573     dom/Attribute.h \
1574     dom/BeforeTextInsertedEvent.h \
1575     dom/BeforeUnloadEvent.h \
1576     dom/CDATASection.h \
1577     dom/CharacterData.h \
1578     dom/CheckedRadioButtons.h \
1579     dom/ChildNodeList.h \
1580     dom/ClassNodeList.h \
1581     dom/ClientRect.h \
1582     dom/ClientRectList.h \
1583     dom/ClipboardEvent.h \
1584     dom/Clipboard.h \
1585     dom/Comment.h \
1586     dom/ComposedShadowTreeWalker.h \
1587     dom/ContainerNode.h \
1588     dom/ContainerNodeAlgorithms.h \
1589     dom/ContextFeatures.h \
1590     dom/CustomEvent.h \
1591     dom/default/PlatformMessagePortChannel.h \
1592     dom/DeviceMotionClient.h \
1593     dom/DeviceMotionController.h \
1594     dom/DeviceMotionData.h \
1595     dom/DeviceMotionEvent.h \
1596     dom/DeviceOrientationClient.h \
1597     dom/DeviceOrientationController.h \
1598     dom/DeviceOrientationData.h \
1599     dom/DeviceOrientationEvent.h \
1600     dom/Document.h \
1601     dom/DocumentFragment.h \
1602     dom/DocumentMarker.h \
1603     dom/DocumentMarkerController.h \
1604     dom/DocumentOrderedMap.h \
1605     dom/DocumentSharedObjectPool.h \
1606     dom/DocumentStyleSheetCollection.h \
1607     dom/DocumentType.h \
1608     dom/DOMError.h \
1609     dom/DOMImplementation.h \
1610     dom/DOMStringList.h \
1611     dom/DOMStringMap.h \
1612     dom/DOMTimeStamp.h \
1613     dom/DatasetDOMStringMap.h \
1614     dom/Element.h \
1615     dom/ElementShadow.h \
1616     dom/Entity.h \
1617     dom/EntityReference.h \
1618     dom/Event.h \
1619     dom/EventDispatchMediator.h \
1620     dom/EventListenerMap.h \
1621     dom/EventNames.h \
1622     dom/EventPathWalker.h \
1623     dom/EventQueue.h \
1624     dom/EventSender.h \
1625     dom/EventTarget.h \
1626     dom/ExceptionBase.h \
1627     dom/ExceptionCode.h \
1628     dom/FocusEvent.h \
1629     dom/FragmentScriptingPermission.h \
1630     dom/GestureEvent.h \
1631     dom/IdTargetObserver.h \
1632     dom/IdTargetObserverRegistry.h \
1633     dom/LiveNodeList.h \
1634     dom/KeyboardEvent.h \
1635     dom/MessageChannel.h \
1636     dom/MessageEvent.h \
1637     dom/MessagePortChannel.h \
1638     dom/MessagePort.h \
1639     dom/MicroDataItemList.h \
1640     dom/MouseEvent.h \
1641     dom/MouseRelatedEvent.h \
1642     dom/MutationCallback.h \
1643     dom/MutationEvent.h \
1644     dom/MutationObserver.h \
1645     dom/MutationObserverRegistration.h \
1646     dom/MutationRecord.h \
1647     dom/NamedFlowCollection.h \
1648     dom/NamedNodeMap.h \
1649     dom/NameNodeList.h \
1650     dom/NodeFilterCondition.h \
1651     dom/NodeFilter.h \
1652     dom/Node.h \
1653     dom/NodeIterator.h \
1654     dom/NodeRareData.h \
1655     dom/NodeRenderingContext.h \
1656     dom/NodeRenderingTraversal.h \
1657     dom/NodeTraversal.h \
1658     dom/Notation.h \
1659     dom/OverflowEvent.h \
1660     dom/PageTransitionEvent.h \
1661     dom/Position.h \
1662     dom/PositionIterator.h \
1663     dom/ProcessingInstruction.h \
1664     dom/ProgressEvent.h \
1665     dom/PropertyNodeList.h \
1666     dom/PseudoElement.h \
1667     dom/QualifiedName.h \
1668     dom/Range.h \
1669     dom/RegisteredEventListener.h \
1670     dom/RenderedDocumentMarker.h \
1671     dom/UserActionElementSet.h \
1672     dom/ScriptedAnimationController.h \
1673     dom/ScriptElement.h \
1674     dom/ScriptExecutionContext.h \
1675     dom/SelectorQuery.h \
1676     dom/ShadowRoot.h \
1677     dom/SimulatedClickOptions.h \
1678     dom/SpaceSplitString.h \
1679     dom/StaticNodeList.h \
1680     dom/StyledElement.h \
1681     dom/StyleElement.h \
1682     dom/TagNodeList.h \
1683     dom/TemplateContentDocumentFragment.h \
1684     dom/TextEvent.h \
1685     dom/TextEventInputType.h \
1686     dom/Text.h \
1687     dom/Touch.h \
1688     dom/TouchEvent.h \
1689     dom/TouchList.h \
1690     dom/TransformSource.h \
1691     dom/TransitionEvent.h \
1692     dom/Traversal.h \
1693     dom/TreeDepthLimit.h \
1694     dom/TreeScope.h \
1695     dom/TreeScopeAdopter.h \
1696     dom/TreeWalker.h \
1697     dom/UIEvent.h \
1698     dom/UIEventWithKeyState.h \
1699     dom/UserGestureIndicator.h \
1700     dom/ViewportArguments.h \
1701     dom/WebKitAnimationEvent.h \
1702     dom/WebKitNamedFlow.h \
1703     dom/WebKitTransitionEvent.h \
1704     dom/WheelEvent.h \
1705     editing/AlternativeTextController.h \
1706     editing/AppendNodeCommand.h \
1707     editing/ApplyBlockElementCommand.h \
1708     editing/ApplyStyleCommand.h \
1709     editing/BreakBlockquoteCommand.h \
1710     editing/CompositeEditCommand.h \
1711     editing/CreateLinkCommand.h \
1712     editing/DeleteButtonController.h \
1713     editing/DeleteButton.h \
1714     editing/DeleteFromTextNodeCommand.h \
1715     editing/DeleteSelectionCommand.h \
1716     editing/DictationAlternative.h \
1717     editing/DictationCommand.h \
1718     editing/EditCommand.h \
1719     editing/EditingStyle.h \
1720     editing/EditingBehavior.h \
1721     editing/EditingBoundary.h \
1722     editing/Editor.h \
1723     editing/FindOptions.h \
1724     editing/FormatBlockCommand.h \
1725     editing/FrameSelection.h \
1726     editing/htmlediting.h \
1727     editing/HTMLInterchange.h \
1728     editing/IndentOutdentCommand.h \
1729     editing/InsertIntoTextNodeCommand.h \
1730     editing/InsertLineBreakCommand.h \
1731     editing/InsertListCommand.h \
1732     editing/InsertNodeBeforeCommand.h \
1733     editing/InsertParagraphSeparatorCommand.h \
1734     editing/InsertTextCommand.h \
1735     editing/markup.h \
1736     editing/MergeIdenticalElementsCommand.h \
1737     editing/ModifySelectionListLevel.h \
1738     editing/MoveSelectionCommand.h \
1739     editing/RemoveCSSPropertyCommand.h \
1740     editing/RemoveFormatCommand.h \
1741     editing/RemoveNodeCommand.h \
1742     editing/RemoveNodePreservingChildrenCommand.h \
1743     editing/RenderedPosition.h \
1744     editing/ReplaceNodeWithSpanCommand.h \
1745     editing/ReplaceSelectionCommand.h \
1746     editing/SetNodeAttributeCommand.h \
1747     editing/SimplifyMarkupCommand.h \
1748     editing/SmartReplace.h \
1749     editing/SpellingCorrectionCommand.h \
1750     editing/SplitElementCommand.h \
1751     editing/SplitTextNodeCommand.h \
1752     editing/SplitTextNodeContainingElementCommand.h \
1753     editing/TextInsertionBaseCommand.h \
1754     editing/TextIterator.h \
1755     editing/TypingCommand.h \
1756     editing/UndoStep.h \
1757     editing/UnlinkCommand.h \
1758     editing/VisiblePosition.h \
1759     editing/VisibleSelection.h \
1760     editing/VisibleUnits.h \
1761     editing/WrapContentsInDummySpanCommand.h \
1762     fileapi/Blob.h \
1763     fileapi/BlobURL.h \
1764     fileapi/File.h \
1765     fileapi/FileError.h \
1766     fileapi/FileException.h \
1767     fileapi/FileList.h \
1768     fileapi/FileReader.h \
1769     fileapi/FileReaderLoader.h \
1770     fileapi/FileReaderLoaderClient.h \
1771     fileapi/FileReaderSync.h \
1772     fileapi/FileThread.h \
1773     fileapi/FileThreadTask.h \
1774     fileapi/WebKitBlobBuilder.h \
1775     history/BackForwardController.h \
1776     history/BackForwardListImpl.h \
1777     history/BackForwardList.h \
1778     history/CachedFrame.h \
1779     history/CachedPage.h \
1780     history/HistoryItem.h \
1781     history/PageCache.h \
1782     html/canvas/CanvasGradient.h \
1783     html/canvas/CanvasPathMethods.h \
1784     html/canvas/CanvasPattern.h \
1785     html/canvas/CanvasProxy.h \
1786     html/canvas/CanvasRenderingContext.h \
1787     html/canvas/CanvasRenderingContext2D.h \
1788     html/canvas/CanvasStyle.h \
1789     html/canvas/DataView.h \
1790     html/canvas/DOMPath.h \
1791     html/ClassList.h \
1792     html/DOMFormData.h \
1793     html/DOMSettableTokenList.h \
1794     html/DOMTokenList.h \
1795     html/DOMURL.h \
1796     html/FormAssociatedElement.h \
1797     html/FormController.h \
1798     html/FormDataList.h \
1799     html/FTPDirectoryDocument.h \
1800     html/HTMLAllCollection.h \
1801     html/HTMLAnchorElement.h \
1802     html/HTMLAppletElement.h \
1803     html/HTMLAreaElement.h \
1804     html/HTMLAudioElement.h \
1805     html/HTMLBaseElement.h \
1806     html/HTMLBaseFontElement.h \
1807     html/HTMLBodyElement.h \
1808     html/HTMLBDIElement.h \
1809     html/HTMLBRElement.h \
1810     html/HTMLButtonElement.h \
1811     html/HTMLCanvasElement.h \
1812     html/HTMLCollection.h \
1813     html/HTMLDialogElement.h \
1814     html/HTMLDirectoryElement.h \
1815     html/HTMLDetailsElement.h \
1816     html/HTMLDivElement.h \
1817     html/HTMLDListElement.h \
1818     html/HTMLDocument.h \
1819     html/HTMLElement.h \
1820     html/HTMLEmbedElement.h \
1821     html/HTMLFieldSetElement.h \
1822     html/HTMLFontElement.h \
1823     html/HTMLFormControlsCollection.h \
1824     html/HTMLFormControlElement.h \
1825     html/HTMLFormControlElementWithState.h \
1826     html/HTMLFormElement.h \
1827     html/HTMLFrameElementBase.h \
1828     html/HTMLFrameElement.h \
1829     html/HTMLFrameOwnerElement.h \
1830     html/HTMLFrameSetElement.h \
1831     html/HTMLHeadElement.h \
1832     html/HTMLHeadingElement.h \
1833     html/HTMLHRElement.h \
1834     html/HTMLHtmlElement.h \
1835     html/HTMLIFrameElement.h \
1836     html/HTMLImageElement.h \
1837     html/HTMLImageLoader.h \
1838     html/HTMLInputElement.h \
1839     html/HTMLKeygenElement.h \
1840     html/HTMLLabelElement.h \
1841     html/HTMLLegendElement.h \
1842     html/HTMLLIElement.h \
1843     html/HTMLLinkElement.h \
1844     html/HTMLMapElement.h \
1845     html/HTMLMarqueeElement.h \
1846     html/HTMLMediaElement.h \
1847     html/HTMLMenuElement.h \
1848     html/HTMLMetaElement.h \
1849     html/HTMLMeterElement.h \
1850     html/HTMLModElement.h \
1851     html/HTMLNameCollection.h \
1852     html/HTMLObjectElement.h \
1853     html/HTMLOListElement.h \
1854     html/HTMLOptGroupElement.h \
1855     html/HTMLOptionElement.h \
1856     html/HTMLOptionsCollection.h \
1857     html/HTMLOutputElement.h \
1858     html/HTMLParagraphElement.h \
1859     html/HTMLParamElement.h \
1860     html/HTMLParserErrorCodes.h \
1861     html/HTMLPlugInElement.h \
1862     html/HTMLPlugInImageElement.h \
1863     html/HTMLPreElement.h \
1864     html/HTMLProgressElement.h \
1865     html/HTMLPropertiesCollection.h \
1866     html/HTMLQuoteElement.h \
1867     html/HTMLScriptElement.h \
1868     html/HTMLSelectElement.h \
1869     html/HTMLSourceElement.h \
1870     html/HTMLSpanElement.h \
1871     html/HTMLStyleElement.h \
1872     html/HTMLSummaryElement.h \
1873     html/HTMLTableCaptionElement.h \
1874     html/HTMLTableCellElement.h \
1875     html/HTMLTableColElement.h \
1876     html/HTMLTableElement.h \
1877     html/HTMLTablePartElement.h \
1878     html/HTMLTableRowElement.h \
1879     html/HTMLTableRowsCollection.h \
1880     html/HTMLTableSectionElement.h \
1881     html/HTMLTemplateElement.h \
1882     html/HTMLTextAreaElement.h \
1883     html/HTMLTextFormControlElement.h \
1884     html/HTMLTitleElement.h \
1885     html/HTMLUListElement.h \
1886     html/HTMLVideoElement.h \
1887     html/HTMLViewSourceDocument.h \
1888     html/ImageData.h \
1889     html/ImageDocument.h \
1890     html/LabelableElement.h \
1891     html/LabelsNodeList.h \
1892     html/LinkRelAttribute.h \
1893     html/MediaController.h \
1894     html/MediaDocument.h \
1895     html/MediaFragmentURIParser.h \
1896     html/MicroDataAttributeTokenList.h \
1897     html/MicroDataItemValue.h \
1898     html/PluginDocument.h \
1899     html/PublicURLManager.h \
1900     html/RadioNodeList.h \
1901     html/StepRange.h \
1902     html/TextDocument.h \
1903     html/TimeRanges.h \
1904     html/TypeAhead.h \
1905     html/ValidityState.h \
1906     html/parser/AtomicHTMLToken.h \
1907     html/parser/CSSPreloadScanner.h \
1908     html/parser/CompactHTMLToken.h \
1909     html/parser/HTMLConstructionSite.h \
1910     html/parser/HTMLDocumentParser.h \
1911     html/parser/HTMLElementStack.h \
1912     html/parser/HTMLEntityParser.h \
1913     html/parser/HTMLEntitySearch.h \
1914     html/parser/HTMLEntityTable.h \
1915     html/parser/HTMLFormattingElementList.h \
1916     html/parser/HTMLParserScheduler.h \
1917     html/parser/HTMLPreloadScanner.h \
1918     html/parser/HTMLResourcePreloader.h \
1919     html/parser/HTMLScriptRunner.h \
1920     html/parser/HTMLScriptRunnerHost.h \
1921     html/parser/HTMLToken.h \
1922     html/parser/HTMLTokenizer.h \
1923     html/parser/HTMLTreeBuilder.h \
1924     html/parser/HTMLViewSourceParser.h \
1925     html/parser/InputStreamPreprocessor.h \
1926     html/parser/XSSAuditor.h \
1927     html/parser/XSSAuditorDelegate.h \
1928     html/shadow/ContentDistributor.h \
1929     html/shadow/HTMLContentElement.h \
1930     html/shadow/MediaControlElementTypes.h \
1931     html/shadow/MediaControlElements.h \
1932     html/shadow/MediaControls.h \
1933     html/shadow/MediaControlsApple.h \
1934     html/shadow/DetailsMarkerControl.h \
1935     inspector/BindingVisitors.h \
1936     inspector/ConsoleAPITypes.h \
1937     inspector/ConsoleMessage.h \
1938     inspector/ContentSearchUtils.h \
1939     inspector/DOMEditor.h \
1940     inspector/DOMPatchSupport.h \
1941     inspector/IdentifiersFactory.h \
1942     inspector/InjectedScript.h \
1943     inspector/InjectedScriptBase.h \
1944     inspector/InjectedScriptCanvasModule.h \
1945     inspector/InjectedScriptHost.h \
1946     inspector/InjectedScriptManager.h \
1947     inspector/InjectedScriptModule.h \
1948     inspector/InspectorAgent.h \
1949     inspector/InspectorApplicationCacheAgent.h \
1950     inspector/InspectorBaseAgent.h \
1951     inspector/InspectorCanvasAgent.h \
1952     inspector/InspectorCanvasInstrumentation.h \
1953     inspector/InspectorConsoleAgent.h \
1954     inspector/InspectorConsoleInstrumentation.h \
1955     inspector/InspectorController.h \
1956     inspector/InspectorCounters.h \
1957     inspector/InspectorCSSAgent.h \
1958     inspector/InspectorDatabaseAgent.h \
1959     inspector/InspectorDatabaseInstrumentation.h \
1960     inspector/InspectorDatabaseResource.h \
1961     inspector/InspectorDebuggerAgent.h \
1962     inspector/InspectorDOMDebuggerAgent.h \
1963     inspector/InspectorDOMStorageAgent.h \
1964     inspector/InspectorFrontendChannel.h \
1965     inspector/InspectorFrontendClient.h \
1966     inspector/InspectorFrontendClientLocal.h \
1967     inspector/InspectorFrontendHost.h \
1968     inspector/InspectorHeapProfilerAgent.h \
1969     inspector/InspectorHistory.h \
1970     inspector/InspectorInstrumentation.h \
1971     inspector/InspectorLayerTreeAgent.h \
1972     inspector/InspectorMemoryAgent.h \
1973     inspector/InspectorOverlay.h \
1974     inspector/InspectorPageAgent.h \
1975     inspector/InspectorProfilerAgent.h \
1976     inspector/InspectorResourceAgent.h \
1977     inspector/InspectorRuntimeAgent.h \
1978     inspector/InspectorState.h \
1979     inspector/InspectorStyleSheet.h \
1980     inspector/InspectorStyleTextEditor.h \
1981     inspector/InspectorTimelineAgent.h \
1982     inspector/InspectorWorkerAgent.h \
1983     inspector/InstrumentingAgents.h \
1984     inspector/NetworkResourcesData.h \
1985     inspector/PageConsoleAgent.h \
1986     inspector/PageDebuggerAgent.h \
1987     inspector/PageRuntimeAgent.h \
1988     inspector/ScriptGCEventListener.h \
1989     inspector/TimelineRecordFactory.h \
1990     inspector/WorkerConsoleAgent.h \
1991     inspector/WorkerDebuggerAgent.h \
1992     inspector/WorkerRuntimeAgent.h \
1993     loader/appcache/ApplicationCacheGroup.h \
1994     loader/appcache/ApplicationCacheHost.h \
1995     loader/appcache/ApplicationCache.h \
1996     loader/appcache/ApplicationCacheResource.h \
1997     loader/appcache/ApplicationCacheStorage.h \
1998     loader/appcache/DOMApplicationCache.h \
1999     loader/appcache/ManifestParser.h \
2000     loader/archive/ArchiveResourceCollection.h \
2001     loader/archive/ArchiveResource.h \
2002     loader/cache/CachedCSSStyleSheet.h \
2003     loader/cache/CachedFont.h \
2004     loader/cache/CachedImage.h \
2005     loader/cache/CachedRawResource.h \
2006     loader/cache/CachedRawResourceClient.h \
2007     loader/cache/CachedResourceClientWalker.h \
2008     loader/cache/CachedResource.h \
2009     loader/cache/CachedResourceHandle.h \
2010     loader/cache/CachedScript.h \
2011     loader/cache/CachedShader.h \
2012     loader/cache/CachedSVGDocument.h \
2013     loader/cache/CachedXSLStyleSheet.h \
2014     loader/cache/MemoryCache.h \
2015     loader/CookieJar.h \
2016     loader/CrossOriginAccessControl.h \
2017     loader/CrossOriginPreflightResultCache.h \
2018     loader/cache/CachedResourceLoader.h \
2019     loader/cache/CachedResourceRequest.h \
2020     loader/cache/CachedResourceRequestInitiators.h \
2021     loader/DocumentLoader.h \
2022     loader/DocumentThreadableLoader.h \
2023     loader/FormState.h \
2024     loader/FrameLoader.h \
2025     loader/FrameLoaderStateMachine.h \
2026     loader/FTPDirectoryParser.h \
2027     loader/icon/IconController.h \
2028     loader/icon/IconDatabase.h \
2029     loader/icon/IconDatabaseBase.h \
2030     loader/icon/IconLoader.h \
2031     loader/icon/IconRecord.h \
2032     loader/icon/PageURLRecord.h \
2033     loader/ImageLoader.h \
2034     loader/LinkLoader.h \
2035     loader/LinkLoaderClient.h \
2036     loader/LoaderStrategy.h \
2037     loader/MixedContentChecker.h \
2038     loader/NavigationAction.h \
2039     loader/NetscapePlugInStreamLoader.h \
2040     loader/PlaceholderDocument.h \
2041     loader/ProgressTracker.h \
2042     loader/ResourceBuffer.h \
2043     loader/ResourceLoader.h \
2044     loader/ResourceLoaderTypes.h \
2045     loader/SubresourceLoader.h \
2046     loader/SubstituteData.h \
2047     loader/TextResourceDecoder.h \
2048     loader/ThreadableLoader.h \
2049     loader/WorkerThreadableLoader.h \
2050     mathml/MathMLElement.h \
2051     mathml/MathMLInlineContainerElement.h \
2052     mathml/MathMLMathElement.h \
2053     mathml/MathMLTextElement.h \
2054     page/animation/AnimationBase.h \
2055     page/animation/AnimationController.h \
2056     page/animation/CompositeAnimation.h \
2057     page/animation/ImplicitAnimation.h \
2058     page/animation/KeyframeAnimation.h \
2059     page/AdjustViewSizeOrNot.h \
2060     page/AutoscrollController.h \
2061     page/BarProp.h \
2062     page/CaptionUserPreferences.h \
2063     page/Chrome.h \
2064     page/Console.h \
2065     page/ConsoleTypes.h \
2066     page/ContextMenuController.h \
2067     page/ContextMenuProvider.h \
2068     page/DeviceClient.h \
2069     page/DeviceController.h \
2070     page/DiagnosticLoggingKeys.h \
2071     page/DOMSelection.h \
2072     page/DOMTimer.h \
2073     page/DOMWindow.h \
2074     page/DOMWindowExtension.h \
2075     page/DragController.h \
2076     page/DragState.h \
2077     page/EventHandler.h \
2078     page/EventSource.h \
2079     page/EditorClient.h \
2080     page/FocusController.h \
2081     page/Frame.h \
2082     page/FrameTree.h \
2083     page/FrameView.h \
2084     page/GestureTapHighlighter.h\
2085     page/GroupSettings.h \
2086     page/History.h \
2087     page/LayoutMilestones.h \
2088     page/Location.h \
2089     page/MouseEventWithHitTestResults.h \
2090     page/NavigatorBase.h \
2091     page/Navigator.h \
2092     page/PageGroup.h \
2093     page/PageGroupLoadDeferrer.h \
2094     page/Page.h \
2095     page/PageActivityAssertionToken.h \
2096     page/PageConsole.h \
2097     page/PageThrottler.h \
2098     page/PageVisibilityState.h \
2099     page/PlugInClient.h \
2100     page/PopupOpeningObserver.h \
2101     page/PrintContext.h \
2102     page/Screen.h \
2103     page/SecurityOrigin.h \
2104     page/Settings.h \
2105     page/SpatialNavigation.h \
2106     page/SpeechInput.h \
2107     page/SpeechInputClient.h \
2108     page/SpeechInputEvent.h \
2109     page/SpeechInputListener.h \
2110     page/SpeechInputResult.h \
2111     page/SpeechInputResultList.h \
2112     page/TouchAdjustment.h \
2113     page/ValidationMessageClient.h \
2114     page/WindowFeatures.h \
2115     page/WindowFocusAllowedIndicator.h \
2116     page/WorkerNavigator.h \
2117     platform/animation/Animation.h \
2118     platform/animation/AnimationList.h \
2119     platform/animation/AnimationUtilities.h \
2120     platform/Arena.h \
2121     platform/CalculationValue.h \
2122     platform/Clock.h \
2123     platform/ClockGeneric.h \
2124     platform/ContentType.h \
2125     platform/ContextMenu.h \
2126     platform/ContextMenuItem.h \
2127     platform/CrossThreadCopier.h \
2128     platform/DateComponents.h \
2129     platform/Decimal.h \
2130     platform/DragData.h \
2131     platform/DragImage.h \
2132     platform/FileChooser.h \
2133     platform/FileStream.h \
2134     platform/FileStreamClient.h \
2135     platform/FileSystem.h \
2136     platform/HistogramSupport.h \
2137     platform/InitializeLogging.h \
2138     platform/image-decoders/ImageDecoder.h \
2139     platform/mock/DeviceMotionClientMock.h \
2140     platform/mock/DeviceOrientationClientMock.h \
2141     platform/mock/GeolocationClientMock.cpp \
2142     platform/mock/PlatformSpeechSynthesizerMock.h \
2143     platform/mock/ScrollbarThemeMock.h \
2144     platform/graphics/BitmapImage.h \
2145     platform/graphics/Color.h \
2146     platform/graphics/cpu/arm/filters/NEONHelpers.h \
2147     platform/graphics/cpu/arm/filters/FEBlendNEON.h \
2148     platform/graphics/cpu/arm/filters/FECompositeArithmeticNEON.h \
2149     platform/graphics/cpu/arm/filters/FEGaussianBlurNEON.h \
2150     platform/graphics/cpu/arm/filters/FELightingNEON.h \
2151     platform/graphics/CrossfadeGeneratedImage.h \
2152     platform/graphics/filters/texmap/TextureMapperPlatformCompiledProgram.h \
2153     platform/graphics/filters/CustomFilterArrayParameter.h \
2154     platform/graphics/filters/CustomFilterColorParameter.h \
2155     platform/graphics/filters/CustomFilterConstants.h \
2156     platform/graphics/filters/CustomFilterGlobalContext.h \
2157     platform/graphics/filters/CustomFilterMesh.h \
2158     platform/graphics/filters/CustomFilterMeshGenerator.h \
2159     platform/graphics/filters/CustomFilterNumberParameter.h \
2160     platform/graphics/filters/CustomFilterCompiledProgram.h \
2161     platform/graphics/filters/CustomFilterOperation.h \
2162     platform/graphics/filters/ValidatedCustomFilterOperation.h \
2163     platform/graphics/filters/CustomFilterParameter.h \
2164     platform/graphics/filters/CustomFilterParameterList.h \
2165     platform/graphics/filters/CustomFilterProgram.h \
2166     platform/graphics/filters/CustomFilterProgramInfo.h \
2167     platform/graphics/filters/CustomFilterRenderer.h \
2168     platform/graphics/filters/CustomFilterTransformParameter.h \
2169     platform/graphics/filters/CustomFilterValidatedProgram.h \
2170     platform/graphics/filters/FEBlend.h \
2171     platform/graphics/filters/FEColorMatrix.h \
2172     platform/graphics/filters/FEComponentTransfer.h \
2173     platform/graphics/filters/FEComposite.h \
2174     platform/graphics/filters/FEConvolveMatrix.h \
2175     platform/graphics/filters/FECustomFilter.h \
2176     platform/graphics/filters/FEDiffuseLighting.h \
2177     platform/graphics/filters/FEDisplacementMap.h \
2178     platform/graphics/filters/FEDropShadow.h \
2179     platform/graphics/filters/FEFlood.h \
2180     platform/graphics/filters/FEGaussianBlur.h \
2181     platform/graphics/filters/FELighting.h \
2182     platform/graphics/filters/FEMerge.h \
2183     platform/graphics/filters/FEMorphology.h \
2184     platform/graphics/filters/FEOffset.h \
2185     platform/graphics/filters/FESpecularLighting.h \
2186     platform/graphics/filters/FETile.h \
2187     platform/graphics/filters/FETurbulence.h \
2188     platform/graphics/filters/FilterEffect.h \
2189     platform/graphics/filters/FilterOperation.h \
2190     platform/graphics/filters/FilterOperations.h \
2191     platform/graphics/filters/LightSource.h \
2192     platform/graphics/filters/SourceAlpha.h \
2193     platform/graphics/filters/SourceGraphic.h \
2194     platform/graphics/FloatPoint3D.h \
2195     platform/graphics/FloatPoint.h \
2196     platform/graphics/FloatPolygon.h \
2197     platform/graphics/FloatQuad.h \
2198     platform/graphics/FloatRect.h \
2199     platform/graphics/FloatSize.h \
2200     platform/graphics/FontData.h \
2201     platform/graphics/FontDescription.h \
2202     platform/graphics/FontFeatureSettings.h \
2203     platform/graphics/FontMetrics.h \
2204     platform/graphics/Font.h \
2205     platform/graphics/GeneratorGeneratedImage.h \
2206     platform/graphics/GeneratedImage.h \
2207     platform/graphics/GlyphPageTreeNode.h \
2208     platform/graphics/Gradient.h \
2209     platform/graphics/GraphicsContext.h \
2210     platform/graphics/GraphicsLayer.h \
2211     platform/graphics/GraphicsLayerAnimation.h \
2212     platform/graphics/GraphicsLayerClient.h \
2213     platform/graphics/GraphicsLayerTransform.h \
2214     platform/graphics/GraphicsTypes.h \
2215     platform/graphics/GraphicsTypes3D.h \
2216     platform/graphics/Image.h \
2217     platform/graphics/ImageOrientation.h \
2218     platform/graphics/ImageSource.h \
2219     platform/graphics/IntPoint.h \
2220     platform/graphics/IntPointHash.h \
2221     platform/graphics/IntRect.h \
2222     platform/graphics/IntRectExtent.h \
2223     platform/graphics/Latin1TextIterator.h \
2224     platform/graphics/MediaPlayer.h \
2225     platform/graphics/NativeImagePtr.h \
2226     platform/graphics/opentype/OpenTypeVerticalData.h \
2227     platform/graphics/Path.h \
2228     platform/graphics/PathTraversalState.h \
2229     platform/graphics/Pattern.h \
2230     platform/graphics/PlatformLayer.h \
2231     platform/graphics/Region.h \
2232     platform/graphics/RoundedRect.h \
2233     platform/graphics/qt/FontCustomPlatformData.h \
2234     platform/graphics/qt/NativeImageQt.h \
2235     platform/graphics/qt/StillImageQt.h \
2236     platform/graphics/qt/TransparencyLayer.h \
2237     platform/graphics/SegmentedFontData.h \
2238     platform/graphics/ShadowBlur.h \
2239     platform/graphics/SimpleFontData.h \
2240     platform/graphics/surfaces/GraphicsSurface.h \
2241     platform/graphics/surfaces/GraphicsSurfaceToken.h \
2242     platform/graphics/SurrogatePairAwareTextIterator.h \
2243     platform/graphics/texmap/GraphicsLayerTextureMapper.h \
2244     platform/graphics/texmap/TextureMapper.h \
2245     platform/graphics/texmap/TextureMapperBackingStore.h \
2246     platform/graphics/texmap/TextureMapperFPSCounter.h \
2247     platform/graphics/texmap/TextureMapperImageBuffer.h \
2248     platform/graphics/texmap/TextureMapperLayer.h \
2249     platform/graphics/texmap/TextureMapperPlatformLayer.h \
2250     platform/graphics/texmap/TextureMapperSurfaceBackingStore.h \
2251     platform/graphics/texmap/TextureMapperTile.h \
2252     platform/graphics/texmap/TextureMapperTiledBackingStore.h \
2253     platform/graphics/Tile.h \
2254     platform/graphics/TiledBackingStore.h \
2255     platform/graphics/TiledBackingStoreClient.h \
2256     platform/graphics/transforms/Matrix3DTransformOperation.h \
2257     platform/graphics/transforms/MatrixTransformOperation.h \
2258     platform/graphics/transforms/PerspectiveTransformOperation.h \
2259     platform/graphics/transforms/RotateTransformOperation.h \
2260     platform/graphics/transforms/ScaleTransformOperation.h \
2261     platform/graphics/transforms/SkewTransformOperation.h \
2262     platform/graphics/transforms/TransformationMatrix.h \
2263     platform/graphics/transforms/TransformOperations.h \
2264     platform/graphics/transforms/TransformState.h \
2265     platform/graphics/transforms/TranslateTransformOperation.h \
2266     platform/graphics/WidthIterator.h \
2267     platform/graphics/WidthCache.h \
2268     platform/image-decoders/bmp/BMPImageDecoder.h \
2269     platform/image-decoders/bmp/BMPImageReader.h \
2270     platform/image-decoders/ico/ICOImageDecoder.h \
2271     platform/image-decoders/gif/GIFImageDecoder.h \
2272     platform/image-decoders/gif/GIFImageReader.h \
2273     platform/image-decoders/png/PNGImageDecoder.h \
2274     platform/KillRing.h \
2275     platform/KURL.h \
2276     platform/Length.h \
2277     platform/LengthBox.h \
2278     platform/leveldb/LevelDBComparator.h \
2279     platform/leveldb/LevelDBDatabase.h \
2280     platform/leveldb/LevelDBIterator.h \
2281     platform/leveldb/LevelDBSlice.h \
2282     platform/leveldb/LevelDBTransaction.h \
2283     platform/leveldb/LevelDBWriteBatch.h \
2284     platform/text/BidiRunList.h \
2285     platform/text/LineEnding.h \
2286     platform/text/LocaleToScriptMapping.h \
2287     platform/text/TextCheckerClient.h \
2288     platform/text/TextChecking.h \
2289     platform/text/UnicodeBidi.h \
2290     platform/LinkHash.h \
2291     platform/Logging.h \
2292     platform/Language.h \
2293     platform/MemoryPressureHandler.h \
2294     platform/MainThreadTask.h \
2295     platform/MIMETypeRegistry.h \
2296     platform/network/AuthenticationChallengeBase.h \
2297     platform/network/AuthenticationClient.h \
2298     platform/network/BlobData.h \
2299     platform/network/BlobRegistry.h \
2300     platform/network/BlobRegistryImpl.h \
2301     platform/network/BlobResourceHandle.h \
2302     platform/network/BlobStorageData.h \
2303     platform/network/CookieStorage.h \
2304     platform/network/Credential.h \
2305     platform/network/CredentialStorage.h \
2306     platform/network/DNSResolveQueue.h \
2307     platform/network/FormDataBuilder.h \
2308     platform/network/FormData.h \
2309     platform/network/HTTPHeaderMap.h \
2310     platform/network/HTTPParsers.h \
2311     platform/network/HTTPStatusCodes.h \
2312     platform/network/MIMESniffing.h \
2313     platform/network/NetworkStorageSession.h \
2314     platform/network/NetworkingContext.h \
2315     platform/network/NetworkStateNotifier.h \
2316     platform/network/ParsedContentType.h \
2317     platform/network/PlatformCookieJar.h \
2318     platform/network/ProtectionSpace.h \
2319     platform/network/ProxyServer.h \
2320     platform/network/qt/QtMIMETypeSniffer.h \
2321     platform/network/qt/QNetworkReplyHandler.h \
2322     platform/network/ResourceErrorBase.h \
2323     platform/network/ResourceHandle.h \
2324     platform/network/ResourceHandleTypes.h \
2325     platform/network/ResourceLoadPriority.h \
2326     platform/network/ResourceLoadTiming.h \
2327     platform/network/ResourceRequestBase.h \
2328     platform/network/ResourceResponseBase.h \
2329     platform/network/qt/NetworkStateNotifierPrivate.h \
2330     platform/network/qt/CookieJarQt.h \
2331     platform/PlatformExportMacros.h \
2332     platform/PlatformTouchEvent.h \
2333     platform/PlatformTouchPoint.h \
2334     platform/PopupMenu.h \
2335     platform/ReferrerPolicy.h \
2336     platform/qt/QWebPageClient.h \
2337     platform/qt/QStyleFacade.h \
2338     platform/qt/RenderThemeQStyle.h \
2339     platform/qt/RenderThemeQt.h \
2340     platform/qt/RenderThemeQtMobile.h \
2341     platform/qt/ScrollbarThemeQStyle.h \
2342     platform/qt/UserAgentQt.h \
2343     platform/ScrollableArea.h \
2344     platform/ScrollAnimator.h \
2345     platform/Scrollbar.h \
2346     platform/ScrollbarThemeClient.h \
2347     platform/ScrollbarThemeComposite.h \
2348     platform/ScrollView.h \
2349     platform/SearchPopupMenu.h \
2350     platform/SharedBuffer.h \
2351     platform/SharedBufferChunkReader.h \
2352     platform/sql/SQLiteDatabase.h \
2353     platform/sql/SQLiteFileSystem.h \
2354     platform/sql/SQLiteStatement.h \
2355     platform/sql/SQLiteTransaction.h \
2356     platform/sql/SQLValue.h \
2357     platform/text/BidiContext.h \
2358     platform/text/DateTimeFormat.h \
2359     platform/text/DecodeEscapeSequences.h \
2360     platform/text/Hyphenation.h \
2361     platform/text/QuotedPrintable.h \
2362     platform/text/RegularExpression.h \
2363     platform/text/SegmentedString.h \
2364     platform/text/TextBoundaries.h \
2365     platform/text/TextCodec.h \
2366     platform/text/TextCodecASCIIFastPath.h \
2367     platform/text/TextCodecLatin1.h \
2368     platform/text/TextCodecUserDefined.h \
2369     platform/text/TextCodecUTF16.h \
2370     platform/text/TextCodecUTF8.h \
2371     platform/text/TextEncoding.h \
2372     platform/text/TextEncodingRegistry.h \
2373     platform/text/TextStream.h \
2374     platform/text/UnicodeRange.h \
2375     platform/text/transcoder/FontTranscoder.h \
2376     platform/ThreadGlobalData.h \
2377     platform/ThreadTimers.h \
2378     platform/Timer.h \
2379     platform/Widget.h \
2380     platform/PlatformStrategies.h \
2381     platform/LocalizedStrings.h \
2382     plugins/DOMMimeTypeArray.h \
2383     plugins/DOMMimeType.h \
2384     plugins/DOMPluginArray.h \
2385     plugins/PluginDatabase.h \
2386     plugins/PluginData.h \
2387     plugins/PluginDebug.h \
2388     plugins/DOMPlugin.h \
2389     plugins/IFrameShimSupport.h \
2390     plugins/PluginMainThreadScheduler.h \
2391     plugins/PluginPackage.h \
2392     plugins/PluginStream.h \
2393     plugins/PluginView.h \
2394     plugins/win/PluginMessageThrottlerWin.h \
2395     rendering/AutoTableLayout.h \
2396     rendering/break_lines.h \
2397     rendering/CounterNode.h \
2398     rendering/EllipsisBox.h \
2399     rendering/FilterEffectRenderer.h \
2400     rendering/FixedTableLayout.h \
2401     rendering/HitTestingTransformState.h \
2402     rendering/HitTestLocation.h \
2403     rendering/HitTestResult.h \
2404     rendering/InlineBox.h \
2405     rendering/InlineFlowBox.h \
2406     rendering/InlineTextBox.h \
2407     rendering/LayoutRepainter.h \
2408     rendering/LayoutState.h \
2409     rendering/LogicalSelectionOffsetCaches.h \
2410     rendering/mathml/RenderMathMLBlock.h \
2411     rendering/mathml/RenderMathMLFenced.h \
2412     rendering/mathml/RenderMathMLFraction.h \
2413     rendering/mathml/RenderMathMLMath.h \
2414     rendering/mathml/RenderMathMLOperator.h \
2415     rendering/mathml/RenderMathMLRoot.h \
2416     rendering/mathml/RenderMathMLRow.h \
2417     rendering/mathml/RenderMathMLSpace.h \
2418     rendering/mathml/RenderMathMLSquareRoot.h \
2419     rendering/mathml/RenderMathMLSubSup.h \
2420     rendering/mathml/RenderMathMLUnderOver.h \
2421     rendering/Pagination.h \
2422     rendering/PaintInfo.h \
2423     rendering/PaintPhase.h \
2424     rendering/PointerEventsHitRules.h \
2425     rendering/RegionOversetState.h \
2426     rendering/RenderApplet.h \
2427     rendering/RenderArena.h \
2428     rendering/RenderBlock.h \
2429     rendering/RenderBox.h \
2430     rendering/RenderBoxModelObject.h \
2431     rendering/RenderBR.h \
2432     rendering/RenderButton.h \
2433     rendering/RenderCombineText.h \
2434     rendering/RenderCounter.h \
2435     rendering/RenderDeprecatedFlexibleBox.h \
2436     rendering/RenderDetailsMarker.h \
2437     rendering/RenderEmbeddedObject.h \
2438     rendering/RenderFieldset.h \
2439     rendering/RenderFileUploadControl.h \
2440     rendering/RenderFlexibleBox.h \
2441     rendering/RenderFrame.h \
2442     rendering/RenderFrameBase.h \
2443     rendering/RenderFrameSet.h \
2444     rendering/RenderGeometryMap.h \
2445     rendering/RenderGrid.h \
2446     rendering/RenderHTMLCanvas.h \
2447     rendering/RenderIFrame.h \
2448     rendering/RenderImageResource.h \
2449     rendering/RenderImageResourceStyleImage.h \
2450     rendering/RenderImage.h \
2451     rendering/RenderInline.h \
2452     rendering/RenderInputSpeech.h \
2453     rendering/RenderLayer.h \
2454     rendering/RenderLayerBacking.h \
2455     rendering/RenderLayerCompositor.h \
2456     rendering/RenderLayerModelObject.h \
2457     rendering/RenderLineBoxList.h \
2458     rendering/RenderListBox.h \
2459     rendering/RenderListItem.h \
2460     rendering/RenderListMarker.h \
2461     rendering/RenderMarquee.h \
2462     rendering/RenderMediaControlElements.h \
2463     rendering/RenderMediaControls.h \
2464     rendering/RenderMedia.h \
2465     rendering/RenderMenuList.h \
2466     rendering/RenderMeter.h \
2467     rendering/RenderMultiColumnBlock.h \
2468     rendering/RenderObjectChildList.h \
2469     rendering/RenderObject.h \
2470     rendering/RenderPart.h \
2471     rendering/RenderProgress.h \
2472     rendering/RenderQuote.h \
2473     rendering/RenderReplaced.h \
2474     rendering/RenderReplica.h \
2475     rendering/RenderRuby.h \
2476     rendering/RenderRubyBase.h \
2477     rendering/RenderRubyRun.h \
2478     rendering/RenderRubyText.h \
2479     rendering/RenderScrollbar.h \
2480     rendering/RenderScrollbarPart.h \
2481     rendering/RenderScrollbarTheme.h \
2482     rendering/RenderSearchField.h \
2483     rendering/RenderSlider.h \
2484     rendering/RenderSnapshottedPlugIn.h \
2485     rendering/RenderTableCaption.h \
2486     rendering/RenderTableCell.h \
2487     rendering/RenderTableCol.h \
2488     rendering/RenderTable.h \
2489     rendering/RenderTableRow.h \
2490     rendering/RenderTableSection.h \
2491     rendering/RenderTextControl.h \
2492     rendering/RenderTextControlMultiLine.h \
2493     rendering/RenderTextControlSingleLine.h \
2494     rendering/RenderTextFragment.h \
2495     rendering/RenderText.h \
2496     rendering/RenderTheme.h \
2497     rendering/RenderTreeAsText.h \
2498     rendering/RenderVideo.h \
2499     rendering/RenderView.h \
2500     rendering/RenderWidget.h \
2501     rendering/RenderWordBreak.h \
2502     rendering/RootInlineBox.h \
2503     rendering/ScrollBehavior.h \
2504     rendering/shapes/PolygonShape.h \
2505     rendering/shapes/RectangleShape.h \
2506     rendering/shapes/Shape.h \
2507     rendering/shapes/ShapeInfo.h \
2508     rendering/shapes/ShapeInsideInfo.h \
2509     rendering/shapes/ShapeInterval.h \
2510     rendering/shapes/ShapeOutsideInfo.h \
2511     rendering/style/BasicShapes.h \
2512     rendering/style/ContentData.h \
2513     rendering/style/CounterDirectives.h \
2514     rendering/style/CursorData.h \
2515     rendering/style/CursorList.h \
2516     rendering/style/FillLayer.h \
2517     rendering/style/KeyframeList.h \
2518     rendering/style/NinePieceImage.h \
2519     rendering/style/QuotesData.h \
2520     rendering/style/RenderStyle.h \
2521     rendering/style/ShadowData.h \
2522     rendering/style/ShapeValue.h \
2523     rendering/style/StyleBackgroundData.h \
2524     rendering/style/StyleBoxData.h \
2525     rendering/style/StyleCachedImage.h \
2526     rendering/style/StyleCachedShader.h \
2527     rendering/style/StyleCustomFilterProgram.h \
2528     rendering/style/StyleCustomFilterProgramCache.h \
2529     rendering/style/StyleDeprecatedFlexibleBoxData.h \
2530     rendering/style/StyleFilterData.h \
2531     rendering/style/StyleFlexibleBoxData.h \
2532     rendering/style/StyleGeneratedImage.h \
2533     rendering/style/StyleInheritedData.h \
2534     rendering/style/StyleMarqueeData.h \
2535     rendering/style/StyleMultiColData.h \
2536     rendering/style/StylePendingShader.h \
2537     rendering/style/StyleRareInheritedData.h \
2538     rendering/style/StyleRareNonInheritedData.h \
2539     rendering/style/StyleReflection.h \
2540     rendering/style/StyleShader.h \
2541     rendering/style/StyleSurroundData.h \
2542     rendering/style/StyleTransformData.h \
2543     rendering/style/StyleVariableData.h \
2544     rendering/style/StyleVisualData.h \
2545     rendering/style/GridTrackSize.h \
2546     rendering/style/SVGRenderStyleDefs.h \
2547     rendering/style/SVGRenderStyle.h \
2548     rendering/svg/RenderSVGBlock.h \
2549     rendering/svg/RenderSVGContainer.h \
2550     rendering/svg/RenderSVGEllipse.h \
2551     rendering/svg/RenderSVGForeignObject.h \
2552     rendering/svg/RenderSVGGradientStop.h \
2553     rendering/svg/RenderSVGHiddenContainer.h \
2554     rendering/svg/RenderSVGImage.h \
2555     rendering/svg/RenderSVGInline.h \
2556     rendering/svg/RenderSVGInlineText.h \
2557     rendering/svg/RenderSVGModelObject.h \
2558     rendering/svg/RenderSVGPath.h \
2559     rendering/svg/RenderSVGRect.h \
2560     rendering/svg/RenderSVGResource.h \
2561     rendering/svg/RenderSVGResourceClipper.h \
2562     rendering/svg/RenderSVGResourceContainer.h \
2563     rendering/svg/RenderSVGResourceFilter.h \
2564     rendering/svg/RenderSVGResourceFilterPrimitive.h \
2565     rendering/svg/RenderSVGResourceGradient.h \
2566     rendering/svg/RenderSVGResourceLinearGradient.h \
2567     rendering/svg/RenderSVGResourceMarker.h \
2568     rendering/svg/RenderSVGResourceMasker.h \
2569     rendering/svg/RenderSVGResourcePattern.h \
2570     rendering/svg/RenderSVGResourceRadialGradient.h \
2571     rendering/svg/RenderSVGResourceSolidColor.h \
2572     rendering/svg/RenderSVGRoot.h \
2573     rendering/svg/RenderSVGShape.h \
2574     rendering/svg/RenderSVGTSpan.h \
2575     rendering/svg/RenderSVGText.h \
2576     rendering/svg/RenderSVGTextPath.h \
2577     rendering/svg/RenderSVGTransformableContainer.h \
2578     rendering/svg/RenderSVGViewportContainer.h \
2579     rendering/svg/SVGInlineFlowBox.h \
2580     rendering/svg/SVGInlineTextBox.h \
2581     rendering/svg/SVGMarkerData.h \
2582     rendering/svg/SVGPathData.h \
2583     rendering/svg/SVGRenderSupport.h \
2584     rendering/svg/SVGRenderTreeAsText.h \
2585     rendering/svg/SVGRenderingContext.h \
2586     rendering/svg/SVGResources.h \
2587     rendering/svg/SVGResourcesCache.h \
2588     rendering/svg/SVGResourcesCycleSolver.h \
2589     rendering/svg/SVGRootInlineBox.h \
2590     rendering/svg/SVGTextChunk.h \
2591     rendering/svg/SVGTextChunkBuilder.h \
2592     rendering/svg/SVGTextFragment.h \
2593     rendering/svg/SVGTextLayoutAttributes.h \
2594     rendering/svg/SVGTextLayoutAttributesBuilder.h \
2595     rendering/svg/SVGTextLayoutEngine.h \
2596     rendering/svg/SVGTextLayoutEngineBaseline.h \
2597     rendering/svg/SVGTextLayoutEngineSpacing.h \
2598     rendering/svg/SVGTextMetrics.h \
2599     rendering/svg/SVGTextMetricsBuilder.h \
2600     rendering/svg/SVGTextQuery.h \
2601     rendering/svg/SVGTextRunRenderingContext.h \
2602     storage/Storage.h \
2603     storage/StorageArea.h \
2604     storage/StorageAreaImpl.h \
2605     storage/StorageAreaSync.h \
2606     storage/StorageEvent.h \
2607     storage/StorageEventDispatcher.h \
2608     storage/StorageMap.h \
2609     storage/StorageNamespace.h \
2610     storage/StorageNamespaceImpl.h \
2611     storage/StorageSyncManager.h \
2612     storage/StorageThread.h \
2613     storage/StorageTracker.h \
2614     storage/StorageTrackerClient.h \
2615     svg/animation/SMILTimeContainer.h \
2616     svg/animation/SMILTime.h \
2617     svg/animation/SVGSMILElement.h \
2618     svg/ColorDistance.h \
2619     svg/graphics/filters/SVGFEImage.h \
2620     svg/graphics/filters/SVGFilterBuilder.h \
2621     svg/graphics/filters/SVGFilter.h \
2622     svg/graphics/SVGImage.h \
2623     svg/graphics/SVGImageCache.h \
2624     svg/graphics/SVGImageForContainer.h \
2625     svg/properties/SVGAnimatedProperty.h \
2626     svg/properties/SVGAttributeToPropertyMap.h \
2627     svg/properties/SVGAnimatedEnumerationPropertyTearOff.h \
2628     svg/properties/SVGAnimatedListPropertyTearOff.h \
2629     svg/properties/SVGAnimatedPathSegListPropertyTearOff.h \
2630     svg/properties/SVGAnimatedProperty.h \
2631     svg/properties/SVGAnimatedPropertyDescription.h \
2632     svg/properties/SVGAnimatedPropertyMacros.h \
2633     svg/properties/SVGAnimatedPropertyTearOff.h \
2634     svg/properties/SVGAnimatedStaticPropertyTearOff.h \
2635     svg/properties/SVGAnimatedTransformListPropertyTearOff.h \
2636     svg/properties/SVGListProperty.h \
2637     svg/properties/SVGListPropertyTearOff.h \
2638     svg/properties/SVGPathSegListPropertyTearOff.h \
2639     svg/properties/SVGProperty.h \
2640     svg/properties/SVGPropertyInfo.h \
2641     svg/properties/SVGPropertyTearOff.h \
2642     svg/properties/SVGPropertyTraits.h \
2643     svg/properties/SVGStaticListPropertyTearOff.h \
2644     svg/properties/SVGStaticPropertyTearOff.h \
2645     svg/properties/SVGStaticPropertyWithParentTearOff.h \
2646     svg/properties/SVGTransformListPropertyTearOff.h \
2647     svg/SVGAElement.h \
2648     svg/SVGAltGlyphDefElement.h \
2649     svg/SVGAltGlyphElement.h \
2650     svg/SVGAltGlyphItemElement.h \
2651     svg/SVGAngle.h \
2652     svg/SVGAnimateColorElement.h \
2653     svg/SVGAnimatedAngle.h \
2654     svg/SVGAnimatedBoolean.h \
2655     svg/SVGAnimatedColor.h \
2656     svg/SVGAnimatedEnumeration.h \
2657     svg/SVGAnimatedInteger.h \
2658     svg/SVGAnimatedIntegerOptionalInteger.h \
2659     svg/SVGAnimatedLength.h \
2660     svg/SVGAnimatedLengthList.h \
2661     svg/SVGAnimatedNumber.h \
2662     svg/SVGAnimatedNumberList.h \
2663     svg/SVGAnimatedNumberOptionalNumber.h \
2664     svg/SVGAnimatedPath.h \
2665     svg/SVGAnimatedPreserveAspectRatio.h \
2666     svg/SVGAnimatedPointList.h \
2667     svg/SVGAnimatedRect.h \
2668     svg/SVGAnimatedString.h \
2669     svg/SVGAnimatedTransformList.h \
2670     svg/SVGAnimatedType.h \
2671     svg/SVGAnimatedTypeAnimator.h \
2672     svg/SVGAnimateElement.h \
2673     svg/SVGAnimateMotionElement.h \
2674     svg/SVGAnimateTransformElement.h \
2675     svg/SVGAnimationElement.h \
2676     svg/SVGAnimatorFactory.h \
2677     svg/SVGCircleElement.h \
2678     svg/SVGClipPathElement.h \
2679     svg/SVGColor.h \
2680     svg/SVGComponentTransferFunctionElement.h \
2681     svg/SVGCursorElement.h \
2682     svg/SVGDefsElement.h \
2683     svg/SVGDescElement.h \
2684     svg/SVGDocumentExtensions.h \
2685     svg/SVGDocument.h \
2686     svg/SVGElement.h \
2687     svg/SVGElementInstance.h \
2688     svg/SVGElementInstanceList.h \
2689     svg/SVGElementRareData.h \
2690     svg/SVGEllipseElement.h \
2691     svg/SVGExternalResourcesRequired.h \
2692     svg/SVGFEBlendElement.h \
2693     svg/SVGFEColorMatrixElement.h \
2694     svg/SVGFEComponentTransferElement.h \
2695     svg/SVGFECompositeElement.h \
2696     svg/SVGFEConvolveMatrixElement.h \
2697     svg/SVGFEDiffuseLightingElement.h \
2698     svg/SVGFEDisplacementMapElement.h \
2699     svg/SVGFEDistantLightElement.h \
2700     svg/SVGFEDropShadowElement.h \
2701     svg/SVGFEFloodElement.h \
2702     svg/SVGFEFuncAElement.h \
2703     svg/SVGFEFuncBElement.h \
2704     svg/SVGFEFuncGElement.h \
2705     svg/SVGFEFuncRElement.h \
2706     svg/SVGFEGaussianBlurElement.h \
2707     svg/SVGFEImageElement.h \
2708     svg/SVGFELightElement.h \
2709     svg/SVGFEMergeElement.h \
2710     svg/SVGFEMergeNodeElement.h \
2711     svg/SVGFEMorphologyElement.h \
2712     svg/SVGFEOffsetElement.h \
2713     svg/SVGFEPointLightElement.h \
2714     svg/SVGFESpecularLightingElement.h \
2715     svg/SVGFESpotLightElement.h \
2716     svg/SVGFETileElement.h \
2717     svg/SVGFETurbulenceElement.h \
2718     svg/SVGFilterElement.h \
2719     svg/SVGFilterPrimitiveStandardAttributes.h \
2720     svg/SVGFitToViewBox.h \
2721     svg/SVGFontData.h \
2722     svg/SVGFontElement.h \
2723     svg/SVGFontFaceElement.h \
2724     svg/SVGFontFaceFormatElement.h \
2725     svg/SVGFontFaceNameElement.h \
2726     svg/SVGFontFaceSrcElement.h \
2727     svg/SVGFontFaceUriElement.h \
2728     svg/SVGForeignObjectElement.h \
2729     svg/SVGGElement.h \
2730     svg/SVGGlyphElement.h \
2731     svg/SVGGlyphRefElement.h \
2732     svg/SVGGradientElement.h \
2733     svg/SVGGraphicsElement.h \
2734     svg/SVGHKernElement.h \
2735     svg/SVGImageElement.h \
2736     svg/SVGImageLoader.h \
2737     svg/SVGLangSpace.h \
2738     svg/SVGLength.h \
2739     svg/SVGLengthContext.h \
2740     svg/SVGLengthList.h \
2741     svg/SVGLinearGradientElement.h \
2742     svg/SVGLineElement.h \
2743     svg/SVGLocatable.h \
2744     svg/SVGMarkerElement.h \
2745     svg/SVGMaskElement.h \
2746     svg/SVGMatrix.h \
2747     svg/SVGMetadataElement.h \
2748     svg/SVGMissingGlyphElement.h \
2749     svg/SVGMPathElement.h \
2750     svg/SVGNumberList.h \
2751     svg/SVGPaint.h \
2752     svg/SVGParserUtilities.h \
2753     svg/SVGParsingError.h \
2754     svg/SVGPathBuilder.h \
2755     svg/SVGPathConsumer.h \
2756     svg/SVGPathElement.h \
2757     svg/SVGPathParser.h \
2758     svg/SVGPathSegArc.h \
2759     svg/SVGPathSegArcAbs.h \
2760     svg/SVGPathSegArcRel.h \
2761     svg/SVGPathSegClosePath.h \
2762     svg/SVGPathSegCurvetoCubic.h \
2763     svg/SVGPathSegCurvetoCubicAbs.h \
2764     svg/SVGPathSegCurvetoCubicRel.h \
2765     svg/SVGPathSegCurvetoCubicSmooth.h \
2766     svg/SVGPathSegCurvetoCubicSmoothAbs.h \
2767     svg/SVGPathSegCurvetoCubicSmoothRel.h \
2768     svg/SVGPathSegCurvetoQuadratic.h \
2769     svg/SVGPathSegCurvetoQuadraticAbs.h \
2770     svg/SVGPathSegCurvetoQuadraticRel.h \
2771     svg/SVGPathSegCurvetoQuadraticSmoothAbs.h \
2772     svg/SVGPathSegCurvetoQuadraticSmoothRel.h \
2773     svg/SVGPathSegLinetoAbs.h \
2774     svg/SVGPathSegLinetoRel.h \
2775     svg/SVGPathSegLinetoHorizontal.h \
2776     svg/SVGPathSegLinetoHorizontalAbs.h \
2777     svg/SVGPathSegLinetoHorizontalRel.h \
2778     svg/SVGPathSegLinetoVertical.h \
2779     svg/SVGPathSegLinetoVerticalAbs.h \
2780     svg/SVGPathSegLinetoVerticalRel.h \
2781     svg/SVGPathSegList.h \
2782     svg/SVGPathSegListBuilder.h \
2783     svg/SVGPathSegMovetoAbs.h \
2784     svg/SVGPathSegMovetoRel.h \
2785     svg/SVGPatternElement.h \
2786     svg/SVGPointList.h \
2787     svg/SVGPolyElement.h \
2788     svg/SVGPolygonElement.h \
2789     svg/SVGPolylineElement.h \
2790     svg/SVGPreserveAspectRatio.h \
2791     svg/SVGRadialGradientElement.h \
2792     svg/SVGRect.h \
2793     svg/SVGRectElement.h \
2794     svg/SVGScriptElement.h \
2795     svg/SVGSetElement.h \
2796     svg/SVGStopElement.h \
2797     svg/SVGStringList.h \
2798     svg/SVGStyleElement.h \
2799     svg/SVGStyledElement.h \
2800     svg/SVGSVGElement.h \
2801     svg/SVGSwitchElement.h \
2802     svg/SVGSymbolElement.h \
2803     svg/SVGTests.h \
2804     svg/SVGTextContentElement.h \
2805     svg/SVGTextElement.h \
2806     svg/SVGTextPathElement.h \
2807     svg/SVGTextPositioningElement.h \
2808     svg/SVGTitleElement.h \
2809     svg/SVGTransformable.h \
2810     svg/SVGTransformDistance.h \
2811     svg/SVGTransform.h \
2812     svg/SVGTransformList.h \
2813     svg/SVGTRefElement.h \
2814     svg/SVGTSpanElement.h \
2815     svg/SVGURIReference.h \
2816     svg/SVGUseElement.h \
2817     svg/SVGViewElement.h \
2818     svg/SVGViewSpec.h \
2819     svg/SVGVKernElement.h \
2820     svg/SVGZoomAndPan.h \
2821     svg/SVGZoomEvent.h \
2822     testing/Internals.h \
2823     testing/InternalSettings.h \
2824     testing/MallocStatistics.h \
2825     testing/MemoryInfo.h \
2826     testing/TypeConversions.h \
2827     workers/AbstractWorker.h \
2828     workers/DedicatedWorkerGlobalScope.h \
2829     workers/DedicatedWorkerThread.h \
2830     workers/SharedWorker.h \
2831     workers/WorkerGlobalScope.h \
2832     workers/WorkerEventQueue.h \
2833     workers/Worker.h \
2834     workers/WorkerLocation.h \
2835     workers/WorkerMessagingProxy.h \
2836     workers/WorkerRunLoop.h \
2837     workers/WorkerScriptLoader.h \
2838     workers/WorkerThread.h \
2839     xml/parser/CharacterReferenceParserInlines.h \
2840     xml/parser/MarkupTokenizerInlines.h \
2841     xml/parser/XMLDocumentParser.h \
2842     xml/DOMParser.h \
2843     xml/NativeXPathNSResolver.h \
2844     xml/XMLHttpRequest.h \
2845     xml/XMLHttpRequestUpload.h \
2846     xml/XMLErrors.h \
2847     xml/XMLSerializer.h \
2848     xml/XPathEvaluator.h \
2849     xml/XPathExpression.h \
2850     xml/XPathExpressionNode.h \
2851     xml/XPathFunctions.h \
2852     xml/XPathNodeSet.h \
2853     xml/XPathNSResolver.h \
2854     xml/XPathParser.h \
2855     xml/XPathPath.h \
2856     xml/XPathPredicate.h \
2857     xml/XPathResult.h \
2858     xml/XPathStep.h \
2859     xml/XPathUtil.h \
2860     xml/XPathValue.h \
2861     xml/XPathVariableReference.h \
2862     xml/XSLImportRule.h \
2863     xml/XSLStyleSheet.h \
2864     xml/XSLTExtensions.h \
2865     xml/XSLTProcessor.h \
2866     xml/XSLTUnicodeSort.h
2867
2868 SOURCES += \
2869     accessibility/qt/AccessibilityObjectQt.cpp \
2870     page/qt/DragControllerQt.cpp \
2871     page/qt/EventHandlerQt.cpp \
2872     platform/graphics/qt/TransformationMatrixQt.cpp \
2873     platform/graphics/qt/ColorQt.cpp \
2874     platform/graphics/qt/FontPlatformDataQt.cpp \
2875     platform/graphics/qt/FloatPointQt.cpp \
2876     platform/graphics/qt/FloatRectQt.cpp \
2877     platform/graphics/qt/FloatSizeQt.cpp \
2878     platform/graphics/qt/GradientQt.cpp \
2879     platform/graphics/qt/GraphicsContextQt.cpp \
2880     platform/graphics/qt/IconQt.cpp \
2881     platform/graphics/qt/ImageBufferQt.cpp \
2882     platform/graphics/qt/ImageDecoderQt.cpp \
2883     platform/graphics/qt/ImageQt.cpp \
2884     platform/graphics/qt/IntPointQt.cpp \
2885     platform/graphics/qt/IntRectQt.cpp \
2886     platform/graphics/qt/IntSizeQt.cpp \
2887     platform/graphics/qt/PathQt.cpp \
2888     platform/graphics/qt/PatternQt.cpp \
2889     platform/graphics/qt/StillImageQt.cpp \
2890     platform/graphics/texmap/GraphicsLayerTextureMapper.cpp \
2891     platform/graphics/texmap/TextureMapper.cpp \
2892     platform/graphics/texmap/TextureMapperBackingStore.cpp \
2893     platform/graphics/texmap/TextureMapperFPSCounter.cpp \
2894     platform/graphics/texmap/TextureMapperImageBuffer.cpp \
2895     platform/graphics/texmap/TextureMapperLayer.cpp \
2896     platform/graphics/texmap/TextureMapperSurfaceBackingStore.cpp \
2897     platform/graphics/texmap/TextureMapperTile.cpp \
2898     platform/graphics/texmap/TextureMapperTiledBackingStore.cpp \
2899     platform/network/DNSResolveQueue.cpp \
2900     platform/network/MIMESniffing.cpp \
2901     platform/network/qt/CookieJarQt.cpp \
2902     platform/network/qt/CredentialStorageQt.cpp \
2903     platform/network/qt/ResourceHandleQt.cpp \
2904     platform/network/qt/ResourceRequestQt.cpp \
2905     platform/network/qt/DNSQt.cpp \
2906     platform/network/qt/NetworkStateNotifierQt.cpp \
2907     platform/network/qt/ProxyServerQt.cpp \
2908     platform/network/qt/QtMIMETypeSniffer.cpp \
2909     platform/network/qt/QNetworkReplyHandler.cpp \
2910     platform/Cursor.cpp \
2911     platform/ContextMenu.cpp \
2912     platform/ContextMenuItem.cpp \
2913     platform/qt/ClipboardQt.cpp \
2914     platform/ContextMenuItemNone.cpp \
2915     platform/ContextMenuNone.cpp \
2916     platform/qt/CursorQt.cpp \
2917     platform/qt/DragDataQt.cpp \
2918     platform/qt/DragImageQt.cpp \
2919     platform/qt/EventLoopQt.cpp \
2920     platform/qt/FileSystemQt.cpp \
2921     platform/qt/RunLoopQt.cpp \
2922     platform/qt/SharedBufferQt.cpp \
2923     platform/qt/ThirdPartyCookiesQt.cpp \
2924     platform/qt/UserAgentQt.cpp \
2925     platform/graphics/qt/FontCacheQt.cpp \
2926     platform/graphics/qt/FontCustomPlatformDataQt.cpp \
2927     platform/graphics/qt/GlyphPageTreeNodeQt.cpp \
2928     platform/graphics/qt/SimpleFontDataQt.cpp \
2929     platform/graphics/qt/TileQt.cpp \
2930     platform/qt/KURLQt.cpp \
2931     platform/qt/MIMETypeRegistryQt.cpp \
2932     platform/qt/PasteboardQt.cpp \
2933     platform/qt/PlatformKeyboardEventQt.cpp \
2934     platform/qt/PlatformScreenQt.cpp \
2935     platform/qt/RenderThemeQStyle.cpp \
2936     platform/qt/RenderThemeQt.cpp \
2937     platform/qt/RenderThemeQtMobile.cpp \
2938     platform/qt/ScrollbarThemeQStyle.cpp \
2939     platform/qt/ScrollbarThemeQt.cpp \
2940     platform/qt/ScrollViewQt.cpp \
2941     platform/qt/SharedTimerQt.cpp \
2942     platform/qt/SoundQt.cpp \
2943     platform/qt/LoggingQt.cpp \
2944     platform/qt/LanguageQt.cpp \
2945     platform/qt/LocalizedStringsQt.cpp \
2946     platform/qt/TemporaryLinkStubsQt.cpp \
2947     platform/text/qt/TextBoundariesQt.cpp \
2948     platform/text/qt/TextBreakIteratorInternalICUQt.cpp \
2949     platform/qt/WidgetQt.cpp
2950
2951 use?(LIBXML2) {
2952     HEADERS += xml/parser/XMLDocumentParserScope.h
2953     SOURCES += \
2954             xml/parser/XMLDocumentParserLibxml2.cpp \
2955             xml/parser/XMLDocumentParserScope.cpp
2956 } else {
2957     SOURCES += xml/parser/XMLDocumentParserQt.cpp
2958 }
2959
2960 enable?(SMOOTH_SCROLLING) {
2961     HEADERS += platform/ScrollAnimatorNone.h
2962     SOURCES += platform/ScrollAnimatorNone.cpp
2963 }
2964
2965 win32-*|wince* {
2966     HEADERS += platform/win/SystemInfo.h
2967     SOURCES += \
2968         platform/win/SystemInfo.cpp \
2969         platform/graphics/win/TransformationMatrixWin.cpp
2970 }
2971
2972 mac {
2973     SOURCES += \
2974         platform/cf/SharedBufferCF.cpp \
2975         platform/text/cf/AtomicStringCF.cpp \
2976         platform/text/cf/StringCF.cpp \
2977         platform/text/cf/StringImplCF.cpp
2978 }
2979
2980 contains(QT_CONFIG,icu)|mac: SOURCES += platform/text/TextBreakIteratorICU.cpp
2981 mac {
2982     # For Mac we use the same SmartReplace implementation as the Apple port.
2983     SOURCES += editing/SmartReplaceCF.cpp
2984     INCLUDEPATH += $$PWD/icu
2985 } else {
2986     SOURCES += editing/SmartReplaceICU.cpp
2987 }
2988
2989 enable?(NETSCAPE_PLUGIN_API) {
2990
2991     SOURCES += plugins/npapi.cpp
2992
2993     unix {
2994         mac {
2995             SOURCES += \
2996                 plugins/mac/PluginPackageMac.cpp
2997             OBJECTIVE_SOURCES += \
2998                 platform/text/mac/StringImplMac.mm \
2999                 platform/mac/WebCoreNSStringExtras.mm \
3000                 plugins/mac/PluginViewMac.mm
3001         } else {
3002             SOURCES += \
3003                 plugins/qt/PluginPackageQt.cpp \
3004                 plugins/qt/PluginViewQt.cpp
3005         }
3006     }
3007
3008     win32-* {
3009         INCLUDEPATH += $$PWD/plugins/win \
3010                        $$PWD/platform/win \
3011                        $$PWD/platform/graphics/win
3012
3013         SOURCES += plugins/win/PluginDatabaseWin.cpp \
3014                    plugins/win/PluginPackageWin.cpp \
3015                    plugins/win/PluginMessageThrottlerWin.cpp \
3016                    plugins/win/PluginViewWin.cpp \
3017                    platform/win/BitmapInfo.cpp \
3018                    platform/win/WebCoreInstanceHandle.cpp
3019     }
3020
3021 } else {
3022     SOURCES += \
3023         plugins/PluginPackageNone.cpp \
3024         plugins/PluginViewNone.cpp
3025 }
3026
3027 use?(PLUGIN_BACKEND_XLIB) {
3028     SOURCES += plugins/qt/QtX11ImageConversion.cpp
3029     HEADERS += plugins/qt/QtX11ImageConversion.h
3030 }
3031
3032 enable?(SQL_DATABASE) {
3033     SOURCES += \
3034         Modules/webdatabase/ChangeVersionWrapper.cpp \
3035         Modules/webdatabase/DatabaseBackend.cpp \
3036         Modules/webdatabase/DatabaseBackendContext.cpp \
3037         Modules/webdatabase/DatabaseBackendSync.cpp \
3038         Modules/webdatabase/DatabaseBase.cpp \
3039         Modules/webdatabase/DatabaseManager.cpp \
3040         Modules/webdatabase/DatabaseTask.cpp \
3041         Modules/webdatabase/DatabaseThread.cpp \
3042         Modules/webdatabase/DatabaseTracker.cpp \
3043         Modules/webdatabase/OriginLock.cpp \
3044         Modules/webdatabase/SQLException.cpp \
3045         Modules/webdatabase/SQLResultSet.cpp \
3046         Modules/webdatabase/SQLResultSetRowList.cpp \
3047         Modules/webdatabase/SQLStatement.cpp \
3048         Modules/webdatabase/SQLStatementBackend.cpp \
3049         Modules/webdatabase/SQLStatementSync.cpp \
3050         Modules/webdatabase/SQLTransaction.cpp \
3051         Modules/webdatabase/SQLTransactionBackend.cpp \
3052         Modules/webdatabase/SQLTransactionBackendSync.cpp \
3053         Modules/webdatabase/SQLTransactionClient.cpp \
3054         Modules/webdatabase/SQLTransactionCoordinator.cpp \
3055         Modules/webdatabase/SQLTransactionStateMachine.cpp \
3056         Modules/webdatabase/SQLTransactionSync.cpp \
3057
3058     SOURCES += \
3059         bindings/js/JSCustomSQLStatementErrorCallback.cpp \
3060         bindings/js/JSSQLResultSetRowListCustom.cpp \
3061         bindings/js/JSSQLTransactionCustom.cpp \
3062         bindings/js/JSSQLTransactionSyncCustom.cpp
3063 }
3064
3065 enable?(INDEXED_DATABASE) {
3066     HEADERS += \
3067         bindings/js/IDBBindingUtilities.h \
3068
3069     HEADERS += \
3070         Modules/indexeddb/IDBAny.h \
3071         Modules/indexeddb/IDBCallbacks.h \
3072         Modules/indexeddb/IDBCursor.h \
3073         Modules/indexeddb/IDBCursorBackendImpl.h \
3074         Modules/indexeddb/IDBCursorBackendInterface.h \
3075         Modules/indexeddb/IDBDatabase.h \
3076         Modules/indexeddb/IDBDatabaseBackendImpl.h \
3077         Modules/indexeddb/IDBDatabaseBackendInterface.h \
3078         Modules/indexeddb/IDBDatabaseError.h \
3079         Modules/indexeddb/IDBDatabaseException.h \
3080         Modules/indexeddb/IDBEventDispatcher.h \
3081         Modules/indexeddb/IDBFactory.h \
3082         Modules/indexeddb/IDBFactoryBackendImpl.h \
3083         Modules/indexeddb/IDBFactoryBackendInterface.h \
3084         Modules/indexeddb/IDBHistograms.h \
3085         Modules/indexeddb/IDBIndex.h \
3086         Modules/indexeddb/IDBKey.h \
3087         Modules/indexeddb/IDBKeyRange.h \
3088         Modules/indexeddb/IDBObjectStore.h \
3089         Modules/indexeddb/IDBObjectStoreBackendImpl.h \
3090         Modules/indexeddb/IDBRequest.h \
3091         Modules/indexeddb/IDBTransaction.h \
3092         Modules/indexeddb/IndexedDB.h
3093
3094     SOURCES += \
3095         bindings/js/IDBBindingUtilities.cpp \
3096         bindings/js/JSIDBAnyCustom.cpp
3097
3098     SOURCES += \
3099         Modules/indexeddb/DOMWindowIndexedDatabase.cpp \
3100         Modules/indexeddb/IDBAny.cpp \
3101         Modules/indexeddb/IDBCursor.cpp \
3102         Modules/indexeddb/IDBCursorBackendImpl.cpp \
3103         Modules/indexeddb/IDBDatabase.cpp \
3104         Modules/indexeddb/IDBDatabaseBackendImpl.cpp \
3105         Modules/indexeddb/IDBDatabaseException.cpp \
3106         Modules/indexeddb/IDBEventDispatcher.cpp \
3107         Modules/indexeddb/IDBFactory.cpp \
3108         Modules/indexeddb/IDBFactoryBackendInterface.cpp \
3109         Modules/indexeddb/IDBFactoryBackendImpl.cpp \
3110         Modules/indexeddb/IDBIndex.cpp \
3111         Modules/indexeddb/IDBKey.cpp \
3112         Modules/indexeddb/IDBKeyRange.cpp \
3113         Modules/indexeddb/IDBObjectStore.cpp \
3114         Modules/indexeddb/IDBObjectStoreBackendImpl.cpp \
3115         Modules/indexeddb/IDBRequest.cpp \
3116         Modules/indexeddb/IDBTransaction.cpp \
3117         Modules/indexeddb/PageGroupIndexedDatabase.cpp \
3118         Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp
3119 }
3120
3121 enable?(DATA_TRANSFER_ITEMS) {
3122     HEADERS += \
3123         dom/DataTransferItem.h \
3124         dom/DataTransferItemList.h \
3125         dom/StringCallback.h \
3126         platform/qt/DataTransferItemQt.h \
3127         platform/qt/DataTransferItemListQt.h
3128     SOURCES += \
3129         dom/DataTransferItem.cpp \
3130         dom/StringCallback.cpp \
3131         platform/qt/DataTransferItemQt.cpp \
3132         platform/qt/DataTransferItemListQt.cpp
3133 }
3134
3135 enable?(FILE_SYSTEM) {
3136     HEADERS += \
3137         Modules/filesystem/AsyncFileWriter.h \
3138         Modules/filesystem/DOMFilePath.h \
3139         Modules/filesystem/DOMFileSystem.h \
3140         Modules/filesystem/DOMFileSystemBase.h \
3141         Modules/filesystem/DOMFileSystemSync.h \
3142         Modules/filesystem/DirectoryEntry.h \
3143         Modules/filesystem/DirectoryEntrySync.h \
3144         Modules/filesystem/DirectoryReader.h \
3145         Modules/filesystem/DirectoryReaderBase.h \
3146         Modules/filesystem/DirectoryReaderSync.h \
3147         Modules/filesystem/EntriesCallback.h \
3148         Modules/filesystem/Entry.h \
3149         Modules/filesystem/EntryArray.h \
3150         Modules/filesystem/EntryArraySync.h \
3151         Modules/filesystem/EntryBase.h \
3152         Modules/filesystem/EntryCallback.h \
3153         Modules/filesystem/EntrySync.h \
3154         Modules/filesystem/ErrorCallback.h \
3155         Modules/filesystem/FileCallback.h \
3156         Modules/filesystem/FileEntry.h \
3157         Modules/filesystem/FileEntrySync.h \
3158         Modules/filesystem/FileSystemCallback.h \
3159         Modules/filesystem/FileSystemCallbacks.h \
3160         Modules/filesystem/FileSystemFlags.h \
3161         Modules/filesystem/FileWriter.h \
3162         Modules/filesystem/FileWriterBase.h \
3163         Modules/filesystem/FileWriterBaseCallback.h \
3164         Modules/filesystem/FileWriterCallback.h \
3165         Modules/filesystem/FileWriterClient.h \
3166         Modules/filesystem/FileWriterSync.h \
3167         Modules/filesystem/LocalFileSystem.h \
3168         Modules/filesystem/Metadata.h \
3169         Modules/filesystem/MetadataCallback.h \
3170         platform/AsyncFileSystem.h \
3171         platform/AsyncFileSystemCallbacks.h \
3172         platform/FileMetadata.h
3173
3174     SOURCES += \
3175         bindings/js/JSEntryCustom.cpp \
3176         bindings/js/JSEntrySyncCustom.cpp \
3177         platform/AsyncFileSystem.cpp
3178 }
3179
3180 enable?(MEDIA_SOURCE) {
3181     HEADERS += \
3182         Modules/mediasource/MediaSource.h \
3183         Modules/mediasource/MediaSourceRegistry.h \
3184         Modules/mediasource/SourceBuffer.h \
3185         Modules/mediasource/SourceBufferList.h
3186     SOURCES += \
3187         Modules/mediasource/MediaSource.cpp \
3188         Modules/mediasource/MediaSourceRegistry.cpp \
3189         Modules/mediasource/SourceBuffer.cpp \
3190         Modules/mediasource/SourceBufferList.cpp
3191 }
3192
3193 enable?(ICONDATABASE) {
3194     SOURCES += \
3195         loader/icon/IconDatabase.cpp \
3196         loader/icon/IconRecord.cpp \
3197         loader/icon/PageURLRecord.cpp
3198 }
3199
3200 enable?(WORKERS) {
3201     SOURCES += \
3202         bindings/js/JSDedicatedWorkerGlobalScopeCustom.cpp \
3203         bindings/js/JSWorkerGlobalScopeBase.cpp \
3204         bindings/js/JSWorkerGlobalScopeCustom.cpp \
3205         bindings/js/JSWorkerCustom.cpp \
3206         bindings/js/WorkerScriptController.cpp \
3207         bindings/js/WorkerScriptDebugServer.cpp
3208
3209     SOURCES += \
3210         loader/WorkerThreadableLoader.cpp \
3211         page/WorkerNavigator.cpp \
3212         workers/AbstractWorker.cpp \
3213         workers/DedicatedWorkerGlobalScope.cpp \
3214         workers/DedicatedWorkerThread.cpp \
3215         workers/Worker.cpp \
3216         workers/WorkerGlobalScope.cpp \
3217         workers/WorkerEventQueue.cpp \
3218         workers/WorkerLocation.cpp \
3219         workers/WorkerMessagingProxy.cpp \
3220         workers/WorkerRunLoop.cpp \
3221         workers/WorkerThread.cpp \
3222         workers/WorkerScriptLoader.cpp
3223 }
3224
3225 enable?(SHARED_WORKERS) {
3226     SOURCES += \
3227         bindings/js/JSSharedWorkerCustom.cpp
3228
3229     SOURCES += \
3230         workers/DefaultSharedWorkerRepository.cpp \
3231         workers/SharedWorker.cpp \
3232         workers/SharedWorkerGlobalScope.cpp \
3233         workers/SharedWorkerRepository.cpp \
3234         workers/SharedWorkerThread.cpp
3235 }
3236
3237 enable?(INPUT_SPEECH) {
3238     SOURCES += \
3239         page/SpeechInput.cpp \
3240         page/SpeechInputEvent.cpp \
3241         page/SpeechInputResult.cpp \
3242         page/SpeechInputResultList.cpp \
3243         rendering/RenderInputSpeech.cpp
3244 }
3245
3246 enable?(SCRIPTED_SPEECH) {
3247     SOURCES += # FIXME!
3248 }
3249
3250 enable?(QUOTA) {
3251     HEADERS += \
3252         Modules/quota/DOMWindowQuota.idl \
3253         Modules/quota/NavigatorStorageQuota.idl \
3254         Modules/quota/StorageErrorCallback.h \
3255         Modules/quota/StorageInfo.h \
3256         Modules/quota/StorageQuota.h \
3257         Modules/quota/StorageQuotaCallback.h \
3258         Modules/quota/StorageUsageCallback.h
3259
3260     SOURCES += \
3261         Modules/quota/DOMWindowQuota.cpp \
3262         Modules/quota/NavigatorStorageQuota.cpp \
3263         Modules/quota/StorageErrorCallback.cpp \
3264         Modules/quota/StorageInfo.cpp \
3265         Modules/quota/StorageQuota.cpp
3266     enable?(WORKERS) {
3267         HEADERS += \
3268             Modules/quota/NavigatorStorageQuota.idl \
3269             Modules/quota/WorkerNavigatorStorageQuota.h
3270         SOURCES += \
3271             Modules/quota/WorkerNavigatorStorageQuota.h
3272     }
3273 }
3274
3275 enable?(GAMEPAD) {
3276     HEADERS += \
3277         Modules/gamepad/Gamepad.h\
3278         Modules/gamepad/GamepadList.h \
3279         Modules/gamepad/NavigatorGamepad.h \
3280         platform/linux/GamepadDeviceLinux.h \
3281         platform/Gamepads.h
3282
3283     SOURCES += \
3284         Modules/gamepad/Gamepad.cpp \
3285         Modules/gamepad/GamepadList.cpp \
3286         Modules/gamepad/NavigatorGamepad.cpp \
3287         platform/linux/GamepadDeviceLinux.cpp \
3288         platform/qt/GamepadsQt.cpp
3289 }
3290
3291 use?(GSTREAMER) {
3292     HEADERS += \
3293             platform/graphics/gstreamer/GRefPtrGStreamer.h \
3294             platform/graphics/gstreamer/GStreamerUtilities.h \
3295             platform/graphics/gstreamer/GStreamerVersioning.h
3296
3297     SOURCES += \
3298             platform/graphics/gstreamer/GRefPtrGStreamer.cpp \
3299             platform/graphics/gstreamer/GStreamerUtilities.cpp \
3300             platform/graphics/gstreamer/GStreamerVersioning.cpp
3301 }
3302
3303 enable?(VIDEO) {
3304     SOURCES += \
3305         html/HTMLAudioElement.cpp \
3306         html/HTMLMediaElement.cpp \
3307         html/HTMLSourceElement.cpp \
3308         html/HTMLVideoElement.cpp \
3309         html/MediaController.cpp \
3310         html/MediaFragmentURIParser.cpp \
3311         html/shadow/MediaControlElementTypes.cpp \
3312         html/shadow/MediaControlElements.cpp \
3313         html/TimeRanges.cpp \
3314         platform/graphics/MediaPlayer.cpp \
3315         rendering/RenderVideo.cpp \
3316         rendering/RenderMedia.cpp \
3317         rendering/RenderMediaControls.cpp \
3318         rendering/RenderMediaControlElements.cpp
3319
3320     use?(GSTREAMER) {
3321         HEADERS += \
3322             platform/graphics/gstreamer/GStreamerGWorld.h \
3323             platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.h \
3324             platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h \
3325             platform/graphics/gstreamer/VideoSinkGStreamer.h \
3326             platform/graphics/gstreamer/WebKitWebSourceGStreamer.h \
3327             platform/graphics/gstreamer/PlatformVideoWindow.h \
3328             platform/graphics/gstreamer/PlatformVideoWindowPrivate.h \
3329             platform/graphics/gstreamer/ImageGStreamer.h
3330         SOURCES += \
3331             platform/graphics/gstreamer/GStreamerGWorld.cpp \
3332             platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp \
3333             platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp \
3334             platform/graphics/gstreamer/VideoSinkGStreamer.cpp \
3335             platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp \
3336             platform/graphics/gstreamer/PlatformVideoWindowQt.cpp \
3337             platform/graphics/gstreamer/ImageGStreamerQt.cpp
3338
3339     } else:use?(QT_MULTIMEDIA) {
3340         HEADERS += \
3341             platform/graphics/qt/MediaPlayerPrivateQt.h
3342
3343         SOURCES += \
3344             platform/graphics/qt/MediaPlayerPrivateQt.cpp
3345     }
3346 }
3347
3348 enable?(WEB_AUDIO) {
3349     HEADERS += \
3350         Modules/webaudio/AsyncAudioDecoder.h \
3351         Modules/webaudio/AudioBasicInspectorNode.h \
3352         Modules/webaudio/AudioBasicProcessorNode.h \
3353         Modules/webaudio/AudioBufferCallback.h \
3354         Modules/webaudio/AudioBuffer.h \
3355         Modules/webaudio/AudioBufferSourceNode.h \
3356         Modules/webaudio/ChannelMergerNode.h \
3357         Modules/webaudio/ChannelSplitterNode.h \
3358         Modules/webaudio/AudioContext.h \
3359         Modules/webaudio/AudioDestinationNode.h \
3360         Modules/webaudio/GainNode.h \
3361         Modules/webaudio/AudioListener.h \
3362         Modules/webaudio/AudioNode.h \
3363         Modules/webaudio/AudioNodeInput.h \
3364         Modules/webaudio/AudioNodeOutput.h \
3365         Modules/webaudio/PannerNode.h \
3366         Modules/webaudio/AudioParam.h \
3367         Modules/webaudio/AudioParamTimeline.h \
3368         Modules/webaudio/AudioProcessingEvent.h \
3369         Modules/webaudio/AudioScheduledSourceNode.h \
3370         Modules/webaudio/AudioSummingJunction.h \
3371         Modules/webaudio/BiquadDSPKernel.h \
3372         Modules/webaudio/BiquadFilterNode.h \
3373         Modules/webaudio/BiquadProcessor.h \
3374         Modules/webaudio/ConvolverNode.h \
3375         Modules/webaudio/DefaultAudioDestinationNode.h \
3376         Modules/webaudio/DelayDSPKernel.h \
3377         Modules/webaudio/DelayNode.h \
3378         Modules/webaudio/DelayProcessor.h \
3379         Modules/webaudio/DynamicsCompressorNode.h \
3380         Modules/webaudio/ScriptProcessorNode.h \
3381         Modules/webaudio/MediaElementAudioSourceNode.h \
3382         Modules/webaudio/MediaStreamAudioSourceNode.h \
3383         Modules/webaudio/OfflineAudioCompletionEvent.h \
3384         Modules/webaudio/OfflineAudioContext.h \
3385         Modules/webaudio/OfflineAudioDestinationNode.h \
3386         Modules/webaudio/OscillatorNode.h \
3387         Modules/webaudio/RealtimeAnalyser.h \
3388         Modules/webaudio/AnalyserNode.h \
3389         Modules/webaudio/WaveShaperDSPKernel.h \
3390         Modules/webaudio/WaveShaperNode.h \
3391         Modules/webaudio/WaveShaperProcessor.h \
3392         Modules/webaudio/PeriodicWave.h \
3393         platform/audio/AudioArray.h \
3394         platform/audio/AudioBus.h \
3395         platform/audio/AudioChannel.h \
3396         platform/audio/AudioDestination.h \
3397         platform/audio/AudioDSPKernel.h \
3398         platform/audio/AudioDSPKernelProcessor.h \
3399         platform/audio/AudioFIFO.h \
3400         platform/audio/AudioFileReader.h \
3401         platform/audio/AudioIOCallback.h \
3402         platform/audio/AudioProcessor.h \
3403         platform/audio/AudioPullFIFO.h \
3404         platform/audio/AudioResampler.h \
3405         platform/audio/AudioResamplerKernel.h \
3406         platform/audio/AudioSourceProviderClient.h \
3407         platform/audio/AudioSourceProvider.h \
3408         platform/audio/AudioUtilities.h \
3409         platform/audio/Biquad.h \
3410         platform/audio/Cone.h \
3411         platform/audio/DenormalDisabler.h \
3412         platform/audio/DirectConvolver.h \
3413         platform/audio/Distance.h \
3414         platform/audio/DynamicsCompressor.h \
3415         platform/audio/DynamicsCompressorKernel.h \
3416         platform/audio/EqualPowerPanner.h \
3417         platform/audio/FFTConvolver.h \
3418         platform/audio/FFTFrame.h \
3419         platform/audio/HRTFDatabase.h \
3420         platform/audio/HRTFDatabaseLoader.h \
3421         platform/audio/HRTFElevation.h \
3422         platform/audio/HRTFKernel.h \
3423         platform/audio/HRTFPanner.h \
3424         platform/audio/MultiChannelResampler.h \
3425         platform/audio/Panner.h \
3426         platform/audio/ReverbAccumulationBuffer.h \
3427         platform/audio/ReverbConvolver.h \
3428         platform/audio/ReverbConvolverStage.h \
3429         platform/audio/Reverb.h \
3430         platform/audio/ReverbInputBuffer.h \
3431         platform/audio/SincResampler.h \
3432         platform/audio/VectorMath.h \
3433         platform/audio/ZeroPole.h
3434
3435     SOURCES += \
3436         bindings/js/JSAudioBufferSourceNodeCustom.cpp \
3437         bindings/js/JSAudioContextCustom.cpp \
3438         bindings/js/JSBiquadFilterNodeCustom.cpp \
3439         bindings/js/JSOscillatorNodeCustom.cpp \
3440         bindings/js/JSPannerNodeCustom.cpp \
3441         Modules/webaudio/AsyncAudioDecoder.cpp \
3442         Modules/webaudio/AudioBasicInspectorNode.cpp \
3443         Modules/webaudio/AudioBasicProcessorNode.cpp \
3444         Modules/webaudio/AudioBuffer.cpp \
3445         Modules/webaudio/AudioBufferSourceNode.cpp \
3446         Modules/webaudio/ChannelMergerNode.cpp \
3447         Modules/webaudio/ChannelSplitterNode.cpp \
3448         Modules/webaudio/AudioContext.cpp \
3449         Modules/webaudio/AudioDestinationNode.cpp \
3450         Modules/webaudio/GainNode.cpp \
3451         Modules/webaudio/AudioListener.cpp \
3452         Modules/webaudio/AudioNode.cpp \
3453         Modules/webaudio/AudioNodeInput.cpp \
3454         Modules/webaudio/AudioNodeOutput.cpp \
3455         Modules/webaudio/PannerNode.cpp \
3456         Modules/webaudio/AudioParam.cpp \
3457         Modules/webaudio/AudioParamTimeline.cpp \
3458         Modules/webaudio/AudioProcessingEvent.cpp \
3459         Modules/webaudio/AudioScheduledSourceNode.cpp \
3460         Modules/webaudio/AudioSummingJunction.cpp \
3461         Modules/webaudio/BiquadDSPKernel.cpp \
3462         Modules/webaudio/BiquadFilterNode.cpp \
3463         Modules/webaudio/BiquadProcessor.cpp \
3464         Modules/webaudio/ConvolverNode.cpp \
3465         Modules/webaudio/DefaultAudioDestinationNode.cpp \
3466         Modules/webaudio/DelayDSPKernel.cpp \
3467         Modules/webaudio/DelayNode.cpp \
3468         Modules/webaudio/DelayProcessor.cpp \
3469         Modules/webaudio/DynamicsCompressorNode.cpp \
3470         Modules/webaudio/ScriptProcessorNode.cpp \
3471         Modules/webaudio/MediaElementAudioSourceNode.cpp \
3472         Modules/webaudio/MediaStreamAudioSourceNode.cpp \
3473         Modules/webaudio/OfflineAudioCompletionEvent.cpp \
3474         Modules/webaudio/OfflineAudioContext.cpp \
3475         Modules/webaudio/OfflineAudioDestinationNode.cpp \
3476         Modules/webaudio/OscillatorNode.cpp \
3477         Modules/webaudio/RealtimeAnalyser.cpp \
3478         Modules/webaudio/AnalyserNode.cpp \
3479         Modules/webaudio/WaveShaperDSPKernel.cpp \
3480         Modules/webaudio/WaveShaperNode.cpp \
3481         Modules/webaudio/WaveShaperProcessor.cpp \
3482         Modules/webaudio/PeriodicWave.cpp \
3483         platform/audio/AudioBus.cpp \
3484         platform/audio/AudioChannel.cpp \
3485         platform/audio/AudioDSPKernelProcessor.cpp \
3486         platform/audio/AudioFIFO.cpp \
3487         platform/audio/AudioPullFIFO.cpp \
3488         platform/audio/AudioResampler.cpp \
3489         platform/audio/AudioResamplerKernel.cpp \
3490         platform/audio/AudioUtilities.cpp \
3491         platform/audio/Biquad.cpp \
3492         platform/audio/Cone.cpp \
3493         platform/audio/DirectConvolver.cpp \
3494         platform/audio/Distance.cpp \
3495         platform/audio/DynamicsCompressor.cpp \
3496         platform/audio/DynamicsCompressorKernel.cpp \
3497         platform/audio/EqualPowerPanner.cpp \
3498         platform/audio/FFTConvolver.cpp \
3499         platform/audio/FFTFrame.cpp \
3500         platform/audio/FFTFrameStub.cpp \
3501         platform/audio/HRTFDatabase.cpp \
3502         platform/audio/HRTFDatabaseLoader.cpp \
3503         platform/audio/HRTFElevation.cpp \
3504         platform/audio/HRTFKernel.cpp \
3505         platform/audio/HRTFPanner.cpp \
3506         platform/audio/MultiChannelResampler.cpp \
3507         platform/audio/Panner.cpp \
3508         platform/audio/qt/AudioBusQt.cpp \
3509         platform/audio/ReverbAccumulationBuffer.cpp \
3510         platform/audio/ReverbConvolver.cpp \
3511         platform/audio/ReverbConvolverStage.cpp \
3512         platform/audio/Reverb.cpp \
3513         platform/audio/ReverbInputBuffer.cpp \
3514         platform/audio/SincResampler.cpp \
3515         platform/audio/VectorMath.cpp \
3516         platform/audio/ZeroPole.cpp
3517
3518     use?(GSTREAMER) {
3519         HEADERS += \
3520             platform/audio/gstreamer/AudioDestinationGStreamer.h \
3521             platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.h
3522         SOURCES += \
3523             platform/audio/gstreamer/AudioDestinationGStreamer.cpp \
3524             platform/audio/gstreamer/AudioFileReaderGStreamer.cpp \
3525             platform/audio/gstreamer/FFTFrameGStreamer.cpp \
3526             platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp
3527     }
3528 }
3529
3530 enable?(FULLSCREEN_API) {
3531     SOURCES += \
3532         rendering/RenderFullScreen.cpp
3533     HEADERS += \
3534         rendering/RenderFullScreen.h
3535 }
3536
3537 enable?(XSLT) {
3538     SOURCES += \
3539         bindings/js/JSXSLTProcessorCustom.cpp
3540
3541     SOURCES += xml/XMLTreeViewer.cpp
3542     HEADERS += xml/XMLTreeViewer.h
3543
3544     use?(LIBXML2) {
3545         SOURCES += \
3546             xml/XSLTProcessor.cpp \
3547             xml/XSLTProcessorLibxslt.cpp \
3548             dom/TransformSourceLibxslt.cpp \
3549             xml/XSLStyleSheetLibxslt.cpp \
3550             xml/XSLImportRule.cpp \
3551             xml/XSLTExtensions.cpp \
3552             xml/XSLImportRule.cpp \
3553             xml/XSLTUnicodeSort.cpp
3554
3555             HEADERS += \
3556                 xml/XSLImportRule.h \
3557                 xml/XSLTExtensions.h \
3558                 xml/XSLImportRule.h \
3559                 xml/XSLTUnicodeSort.h
3560
3561     } else {
3562         SOURCES += \
3563             dom/TransformSourceQt.cpp \
3564             xml/XSLStyleSheetQt.cpp \
3565             xml/XSLTProcessor.cpp \
3566             xml/XSLTProcessorQt.cpp
3567     }
3568 }
3569
3570 enable?(FILTERS) {
3571     SOURCES += \
3572         platform/graphics/cpu/arm/filters/FELightingNEON.cpp \
3573         platform/graphics/filters/texmap/CustomFilterValidatedProgramTextureMapper.cpp \
3574         platform/graphics/filters/CustomFilterGlobalContext.cpp \
3575         platform/graphics/filters/CustomFilterOperation.cpp \
3576         platform/graphics/filters/CustomFilterParameterList.cpp \
3577         platform/graphics/filters/ValidatedCustomFilterOperation.cpp \
3578         platform/graphics/filters/CustomFilterProgram.cpp \
3579         platform/graphics/filters/CustomFilterProgramInfo.cpp \
3580         platform/graphics/filters/CustomFilterCompiledProgram.cpp \
3581         platform/graphics/filters/CustomFilterMesh.cpp \
3582         platform/graphics/filters/CustomFilterMeshGenerator.cpp \
3583         platform/graphics/filters/CustomFilterRenderer.cpp \
3584         platform/graphics/filters/CustomFilterValidatedProgram.cpp \
3585         platform/graphics/filters/DistantLightSource.cpp \
3586         platform/graphics/filters/FEBlend.cpp \
3587         platform/graphics/filters/FEColorMatrix.cpp \
3588         platform/graphics/filters/FEComponentTransfer.cpp \
3589         platform/graphics/filters/FEComposite.cpp \
3590         platform/graphics/filters/FEConvolveMatrix.cpp \
3591         platform/graphics/filters/FECustomFilter.cpp \
3592         platform/graphics/filters/FEDiffuseLighting.cpp \
3593         platform/graphics/filters/FEDisplacementMap.cpp \
3594         platform/graphics/filters/FEDropShadow.cpp \
3595         platform/graphics/filters/FEFlood.cpp \
3596         platform/graphics/filters/FEGaussianBlur.cpp \
3597         platform/graphics/filters/FELighting.cpp \
3598         platform/graphics/filters/FEMerge.cpp \
3599         platform/graphics/filters/FEMorphology.cpp \
3600         platform/graphics/filters/FEOffset.cpp \
3601         platform/graphics/filters/FESpecularLighting.cpp \
3602         platform/graphics/filters/FETile.cpp \
3603         platform/graphics/filters/FETurbulence.cpp \
3604         platform/graphics/filters/FilterOperations.cpp \
3605         platform/graphics/filters/FilterOperation.cpp \
3606         platform/graphics/filters/FilterEffect.cpp \
3607         platform/graphics/filters/PointLightSource.cpp \
3608         platform/graphics/filters/SpotLightSource.cpp \
3609         platform/graphics/filters/SourceAlpha.cpp \
3610         platform/graphics/filters/SourceGraphic.cpp \
3611 }
3612
3613 enable?(MATHML) {
3614     SOURCES += \
3615         mathml/MathMLElement.cpp \
3616         mathml/MathMLInlineContainerElement.cpp \
3617         mathml/MathMLMathElement.cpp \
3618         mathml/MathMLTextElement.cpp \
3619         rendering/mathml/RenderMathMLBlock.cpp \
3620         rendering/mathml/RenderMathMLFenced.cpp \
3621         rendering/mathml/RenderMathMLFraction.cpp \
3622         rendering/mathml/RenderMathMLMath.cpp \
3623         rendering/mathml/RenderMathMLOperator.cpp \
3624         rendering/mathml/RenderMathMLRoot.cpp \
3625         rendering/mathml/RenderMathMLRow.cpp \
3626         rendering/mathml/RenderMathMLSpace.cpp \
3627         rendering/mathml/RenderMathMLSquareRoot.cpp \
3628         rendering/mathml/RenderMathMLSubSup.cpp \
3629         rendering/mathml/RenderMathMLUnderOver.cpp
3630
3631     ALL_IN_ONE_SOURCES +=
3632         mathml/MathMLAllInOne.cpp
3633 }
3634
3635 enable?(TEXT_AUTOSIZING) {
3636     SOURCES += # FIXME!
3637 }
3638
3639 have?(qtsensors):enable?(DEVICE_ORIENTATION) {
3640     HEADERS += \
3641         platform/qt/DeviceMotionClientQt.h \
3642         platform/qt/DeviceMotionProviderQt.h \
3643         platform/qt/DeviceOrientationClientQt.h \
3644         platform/qt/DeviceOrientationProviderQt.h
3645     SOURCES += \
3646         platform/qt/DeviceMotionClientQt.cpp \
3647         platform/qt/DeviceMotionProviderQt.cpp \
3648         platform/qt/DeviceOrientationClientQt.cpp \
3649         platform/qt/DeviceOrientationProviderQt.cpp
3650 }
3651
3652 enable?(SVG) {
3653     SOURCES += \
3654 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
3655         bindings/js/JSSVGElementInstanceCustom.cpp \
3656         bindings/js/JSSVGLengthCustom.cpp \
3657         bindings/js/JSSVGPathSegCustom.cpp
3658
3659     SOURCES += \
3660         css/SVGCSSComputedStyleDeclaration.cpp \
3661         css/SVGCSSParser.cpp \
3662         css/SVGCSSStyleSelector.cpp \
3663         rendering/style/SVGRenderStyle.cpp \
3664         rendering/style/SVGRenderStyleDefs.cpp \
3665         rendering/PointerEventsHitRules.cpp \
3666         rendering/svg/RenderSVGEllipse.cpp \
3667         rendering/svg/RenderSVGPath.cpp \
3668         rendering/svg/RenderSVGRect.cpp \
3669         rendering/svg/RenderSVGShape.cpp \
3670         rendering/svg/RenderSVGBlock.cpp \
3671         rendering/svg/RenderSVGContainer.cpp \
3672         rendering/svg/RenderSVGForeignObject.cpp \
3673         rendering/svg/RenderSVGGradientStop.cpp \
3674         rendering/svg/RenderSVGHiddenContainer.cpp \
3675         rendering/svg/RenderSVGImage.cpp \
3676         rendering/svg/RenderSVGInline.cpp \
3677         rendering/svg/RenderSVGInlineText.cpp \
3678         rendering/svg/RenderSVGModelObject.cpp \
3679         rendering/svg/RenderSVGResource.cpp \
3680         rendering/svg/RenderSVGResourceClipper.cpp \
3681         rendering/svg/RenderSVGResourceContainer.cpp \
3682         rendering/svg/RenderSVGResourceFilter.cpp \
3683         rendering/svg/RenderSVGResourceFilterPrimitive.cpp \
3684         rendering/svg/RenderSVGResourceGradient.cpp \
3685         rendering/svg/RenderSVGResourceLinearGradient.cpp \
3686         rendering/svg/RenderSVGResourceMarker.cpp \
3687         rendering/svg/RenderSVGResourceMasker.cpp \
3688         rendering/svg/RenderSVGResourcePattern.cpp \
3689         rendering/svg/RenderSVGResourceRadialGradient.cpp \
3690         rendering/svg/RenderSVGResourceSolidColor.cpp \
3691         rendering/svg/RenderSVGRoot.cpp \
3692         rendering/svg/RenderSVGTSpan.cpp \
3693         rendering/svg/RenderSVGText.cpp \
3694         rendering/svg/RenderSVGTextPath.cpp \
3695         rendering/svg/RenderSVGTransformableContainer.cpp \
3696         rendering/svg/RenderSVGViewportContainer.cpp \
3697         rendering/svg/SVGInlineFlowBox.cpp \
3698         rendering/svg/SVGInlineTextBox.cpp \
3699         rendering/svg/SVGPathData.cpp \
3700         rendering/svg/SVGRenderSupport.cpp \
3701         rendering/svg/SVGRenderTreeAsText.cpp \
3702         rendering/svg/SVGRenderingContext.cpp \
3703         rendering/svg/SVGResources.cpp \
3704         rendering/svg/SVGResourcesCache.cpp \
3705         rendering/svg/SVGResourcesCycleSolver.cpp \
3706         rendering/svg/SVGRootInlineBox.cpp \
3707         rendering/svg/SVGTextChunk.cpp \
3708         rendering/svg/SVGTextChunkBuilder.cpp \
3709         rendering/svg/SVGTextLayoutAttributes.cpp \
3710         rendering/svg/SVGTextLayoutAttributesBuilder.cpp \
3711         rendering/svg/SVGTextLayoutEngine.cpp \
3712         rendering/svg/SVGTextLayoutEngineBaseline.cpp \
3713         rendering/svg/SVGTextLayoutEngineSpacing.cpp \
3714         rendering/svg/SVGTextMetrics.cpp \
3715         rendering/svg/SVGTextMetricsBuilder.cpp \
3716         rendering/svg/SVGTextQuery.cpp \
3717         rendering/svg/SVGTextRunRenderingContext.cpp \
3718         svg/animation/SMILTime.cpp \
3719         svg/animation/SMILTimeContainer.cpp \
3720         svg/animation/SVGSMILElement.cpp \
3721         svg/graphics/filters/SVGFEImage.cpp \
3722         svg/graphics/filters/SVGFilter.cpp \
3723         svg/graphics/filters/SVGFilterBuilder.cpp \
3724         svg/graphics/SVGImage.cpp \
3725         svg/graphics/SVGImageCache.cpp \
3726         svg/graphics/SVGImageForContainer.cpp \
3727         svg/properties/SVGAnimatedProperty.cpp \
3728         svg/properties/SVGAttributeToPropertyMap.cpp \
3729         svg/properties/SVGPathSegListPropertyTearOff.cpp \
3730         svg/SVGDocumentExtensions.cpp \
3731         svg/ColorDistance.cpp \
3732         svg/SVGAElement.cpp \
3733         svg/SVGAltGlyphDefElement.cpp \
3734         svg/SVGAltGlyphElement.cpp \
3735         svg/SVGAltGlyphItemElement.cpp \
3736         svg/SVGAngle.cpp \
3737         svg/SVGAnimateColorElement.cpp \
3738         svg/SVGAnimatedAngle.cpp \
3739         svg/SVGAnimatedBoolean.cpp \
3740         svg/SVGAnimatedColor.cpp \
3741         svg/SVGAnimatedEnumeration.cpp \
3742         svg/SVGAnimatedInteger.cpp \
3743         svg/SVGAnimatedIntegerOptionalInteger.cpp \
3744         svg/SVGAnimatedLength.cpp \
3745         svg/SVGAnimatedLengthList.cpp \
3746         svg/SVGAnimatedNumber.cpp \
3747         svg/SVGAnimatedNumberList.cpp \
3748         svg/SVGAnimatedNumberOptionalNumber.cpp \
3749         svg/SVGAnimatedPath.cpp \
3750         svg/SVGAnimatedPointList.cpp \
3751         svg/SVGAnimatedPreserveAspectRatio.cpp \
3752         svg/SVGAnimatedRect.cpp \
3753         svg/SVGAnimatedString.cpp \
3754         svg/SVGAnimatedTransformList.cpp \
3755         svg/SVGAnimatedType.cpp \
3756         svg/SVGAnimatedTypeAnimator.cpp \
3757         svg/SVGAnimateElement.cpp \
3758         svg/SVGAnimateMotionElement.cpp \
3759         svg/SVGAnimateTransformElement.cpp \
3760         svg/SVGAnimationElement.cpp \
3761         svg/SVGCircleElement.cpp \
3762         svg/SVGClipPathElement.cpp \
3763         svg/SVGColor.cpp \
3764         svg/SVGComponentTransferFunctionElement.cpp \
3765         svg/SVGCursorElement.cpp \
3766         svg/SVGDefsElement.cpp \
3767         svg/SVGDescElement.cpp \
3768         svg/SVGDocument.cpp \
3769         svg/SVGElement.cpp \
3770         svg/SVGElementInstance.cpp \
3771         svg/SVGElementInstanceList.cpp \
3772         svg/SVGEllipseElement.cpp \
3773         svg/SVGException.cpp \
3774         svg/SVGExternalResourcesRequired.cpp \
3775         svg/SVGFEBlendElement.cpp \
3776         svg/SVGFEColorMatrixElement.cpp \
3777         svg/SVGFEComponentTransferElement.cpp \
3778         svg/SVGFECompositeElement.cpp \
3779         svg/SVGFEConvolveMatrixElement.cpp \
3780         svg/SVGFEDiffuseLightingElement.cpp \
3781         svg/SVGFEDisplacementMapElement.cpp \
3782         svg/SVGFEDistantLightElement.cpp \
3783         svg/SVGFEDropShadowElement.cpp \
3784         svg/SVGFEFloodElement.cpp \
3785         svg/SVGFEFuncAElement.cpp \
3786         svg/SVGFEFuncBElement.cpp \
3787         svg/SVGFEFuncGElement.cpp \
3788         svg/SVGFEFuncRElement.cpp \
3789         svg/SVGFEGaussianBlurElement.cpp \
3790         svg/SVGFEImageElement.cpp \
3791         svg/SVGFELightElement.cpp \
3792         svg/SVGFEMergeElement.cpp \
3793         svg/SVGFEMergeNodeElement.cpp \
3794         svg/SVGFEMorphologyElement.cpp \
3795         svg/SVGFEOffsetElement.cpp \
3796         svg/SVGFEPointLightElement.cpp \
3797         svg/SVGFESpecularLightingElement.cpp \
3798         svg/SVGFESpotLightElement.cpp \
3799         svg/SVGFETileElement.cpp \
3800         svg/SVGFETurbulenceElement.cpp \
3801         svg/SVGFilterElement.cpp \
3802         svg/SVGFilterPrimitiveStandardAttributes.cpp \
3803         svg/SVGFitToViewBox.cpp \
3804         svg/SVGFontData.cpp \
3805         svg/SVGFontElement.cpp \
3806         svg/SVGFontFaceElement.cpp \
3807         svg/SVGFontFaceFormatElement.cpp \
3808         svg/SVGFontFaceNameElement.cpp \
3809         svg/SVGFontFaceSrcElement.cpp \
3810         svg/SVGFontFaceUriElement.cpp \
3811         svg/SVGForeignObjectElement.cpp \
3812         svg/SVGGElement.cpp \
3813         svg/SVGGlyphElement.cpp \
3814         svg/SVGGlyphRefElement.cpp \
3815         svg/SVGGradientElement.cpp \
3816         svg/SVGGraphicsElement.cpp \
3817         svg/SVGHKernElement.cpp \
3818         svg/SVGImageElement.cpp \
3819         svg/SVGImageLoader.cpp \
3820         svg/SVGLangSpace.cpp \
3821         svg/SVGLength.cpp \
3822         svg/SVGLengthContext.cpp \
3823         svg/SVGLengthList.cpp \
3824         svg/SVGLinearGradientElement.cpp \
3825         svg/SVGLineElement.cpp \
3826         svg/SVGLocatable.cpp \
3827         svg/SVGMarkerElement.cpp \
3828         svg/SVGMaskElement.cpp \
3829         svg/SVGMetadataElement.cpp \
3830         svg/SVGMissingGlyphElement.cpp \
3831         svg/SVGMPathElement.cpp \
3832         svg/SVGNumberList.cpp \
3833         svg/SVGPaint.cpp \
3834         svg/SVGParserUtilities.cpp \
3835         svg/SVGPathBlender.cpp \
3836         svg/SVGPathBuilder.cpp \
3837         svg/SVGPathByteStreamBuilder.cpp \
3838         svg/SVGPathByteStreamSource.cpp \
3839         svg/SVGPathElement.cpp \
3840         svg/SVGPathParser.cpp \
3841         svg/SVGPathSegList.cpp \
3842         svg/SVGPathSegListBuilder.cpp \
3843         svg/SVGPathSegListSource.cpp \
3844         svg/SVGPathStringBuilder.cpp \
3845         svg/SVGPathStringSource.cpp \
3846         svg/SVGPathTraversalStateBuilder.cpp \
3847         svg/SVGPathUtilities.cpp \
3848         svg/SVGPatternElement.cpp \
3849         svg/SVGPointList.cpp \
3850         svg/SVGPolyElement.cpp \
3851         svg/SVGPolygonElement.cpp \
3852         svg/SVGPolylineElement.cpp \
3853         svg/SVGPreserveAspectRatio.cpp \
3854         svg/SVGRadialGradientElement.cpp \
3855         svg/SVGRectElement.cpp \
3856         svg/SVGSVGElement.cpp \
3857         svg/SVGScriptElement.cpp \
3858         svg/SVGSetElement.cpp \
3859         svg/SVGStopElement.cpp \
3860         svg/SVGStringList.cpp \
3861         svg/SVGStyleElement.cpp \
3862         svg/SVGStyledElement.cpp \
3863         svg/SVGSwitchElement.cpp \
3864         svg/SVGSymbolElement.cpp \
3865         svg/SVGTRefElement.cpp \
3866         svg/SVGTSpanElement.cpp \
3867         svg/SVGTests.cpp \
3868         svg/SVGTextContentElement.cpp \
3869         svg/SVGTextElement.cpp \
3870         svg/SVGTextPathElement.cpp \
3871         svg/SVGTextPositioningElement.cpp \
3872         svg/SVGTitleElement.cpp \
3873         svg/SVGTransform.cpp \
3874         svg/SVGTransformDistance.cpp \
3875         svg/SVGTransformList.cpp \
3876         svg/SVGTransformable.cpp \
3877         svg/SVGURIReference.cpp \
3878         svg/SVGUseElement.cpp \
3879         svg/SVGVKernElement.cpp \
3880         svg/SVGViewElement.cpp \
3881         svg/SVGViewSpec.cpp \
3882         svg/SVGZoomAndPan.cpp \
3883         svg/SVGZoomEvent.cpp
3884
3885     ALL_IN_ONE_SOURCES += \
3886         rendering/svg/RenderSVGAllInOne.cpp \
3887         svg/SVGAllInOne.cpp
3888 }
3889
3890 enable?(JAVASCRIPT_DEBUGGER) {
3891     SOURCES += \
3892         bindings/js/JSJavaScriptCallFrameCustom.cpp \
3893         bindings/js/ScriptProfiler.cpp \
3894         bindings/js/JavaScriptCallFrame.cpp
3895 }
3896
3897
3898 enable?(VIDEO_TRACK) {
3899     HEADERS += \
3900         bindings/js/JSTrackCustom.h \
3901         html/HTMLTrackElement.h \
3902         html/track/AudioTrack.h \
3903         html/track/AudioTrackList.h \
3904         html/track/InbandTextTrack.h \
3905         html/track/LoadableTextTrack.h \
3906         html/track/TextTrack.h \
3907         html/track/TextTrackCue.h \
3908         html/track/TextTrackCueGeneric.h \
3909         html/track/TextTrackCueList.h \
3910         html/track/TextTrackList.h \
3911         html/track/TrackBase.h \
3912         html/track/TrackEvent.h \
3913         html/track/TrackListBase.h \
3914         html/track/VideoTrack.h \
3915         html/track/VideoTrackList.h \
3916         html/track/WebVTTParser.h \
3917         html/track/WebVTTToken.h \
3918         html/track/WebVTTTokenizer.h \
3919         loader/TextTrackLoader.h \
3920         platform/graphics/AudioTrackPrivate.h \
3921         platform/graphics/InbandTextTrackPrivate.h \
3922         platform/graphics/InbandTextTrackPrivateClient.h
3923         platform/graphics/VideoTrackPrivate.h \
3924
3925     SOURCES += \
3926         bindings/js/JSAudioTrackCustom.cpp \
3927         bindings/js/JSAudioTrackListCustom.cpp \
3928         bindings/js/JSTextTrackCueCustom.cpp \
3929         bindings/js/JSTextTrackCustom.cpp \
3930         bindings/js/JSTrackCustom.cpp \
3931         bindings/js/JSTrackEventCustom.cpp \
3932         bindings/js/JSTextTrackListCustom.cpp \
3933         bindings/js/JSVideoTrackCustom.cpp \
3934         bindings/js/JSVideoTrackListCustom.cpp \
3935         html/HTMLTrackElement.cpp \
3936         html/track/AudioTrack.cpp \
3937         html/track/AudioTrackList.cpp \
3938         html/track/InbandTextTrack.cpp \
3939         html/track/LoadableTextTrack.cpp \
3940         html/track/TextTrack.cpp \
3941         html/track/TextTrackCue.cpp \
3942         html/track/TextTrackCueGeneric.cpp \
3943         html/track/TextTrackCueList.cpp \
3944         html/track/TextTrackList.cpp \
3945         html/track/TrackBase.cpp \
3946         html/track/TrackEvent.cpp \
3947         html/track/TrackListBase.cpp \
3948         html/track/VideoTrack.cpp \
3949         html/track/VideoTrackList.cpp \
3950         html/track/WebVTTElement.cpp \
3951         html/track/WebVTTParser.cpp \
3952         html/track/WebVTTTokenizer.cpp \
3953         loader/cache/CachedTextTrack.cpp \
3954         loader/TextTrackLoader.cpp \
3955         platform/graphics/TextTrackRepresentation.cpp \
3956         rendering/RenderTextTrackCue.cpp
3957 }
3958
3959 enable?(WEB_SOCKETS) {
3960     HEADERS += \
3961         Modules/websockets/CloseEvent.h \
3962         Modules/websockets/ThreadableWebSocketChannel.h \
3963         Modules/websockets/ThreadableWebSocketChannelClientWrapper.h \
3964         Modules/websockets/WebSocket.h \
3965         Modules/websockets/WebSocketChannel.h \
3966         Modules/websockets/WebSocketChannelClient.h \
3967         Modules/websockets/WebSocketDeflateFramer.h \
3968         Modules/websockets/WebSocketDeflater.h \
3969         Modules/websockets/WebSocketExtensionDispatcher.h \
3970         Modules/websockets/WebSocketExtensionParser.h \
3971         Modules/websockets/WebSocketExtensionProcessor.h \
3972         Modules/websockets/WebSocketFrame.h \
3973         Modules/websockets/WebSocketHandshake.h \
3974         Modules/websockets/WorkerThreadableWebSocketChannel.h \
3975         platform/network/qt/SocketStreamHandlePrivate.h
3976
3977     SOURCES += \
3978         Modules/websockets/WebSocket.cpp \
3979         Modules/websockets/WebSocketChannel.cpp \
3980         Modules/websockets/WebSocketDeflateFramer.cpp \
3981         Modules/websockets/WebSocketDeflater.cpp \
3982         Modules/websockets/WebSocketExtensionDispatcher.cpp \
3983         Modules/websockets/WebSocketExtensionParser.cpp \
3984         Modules/websockets/WebSocketFrame.cpp \
3985         Modules/websockets/WebSocketHandshake.cpp \
3986         Modules/websockets/WorkerThreadableWebSocketChannel.cpp \
3987         Modules/websockets/ThreadableWebSocketChannel.cpp \
3988         Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp \
3989         platform/network/SocketStreamErrorBase.cpp \
3990         platform/network/SocketStreamHandleBase.cpp \
3991         platform/network/qt/SocketStreamHandleQt.cpp
3992
3993     enable?(WORKERS) {
3994         HEADERS += \
3995             Modules/websockets/WorkerThreadableWebSocketChannel.h
3996
3997         SOURCES += \
3998             Modules/websockets/WorkerThreadableWebSocketChannel.cpp
3999     }
4000 }
4001
4002 enable?(WEBGL) {
4003     HEADERS += \
4004         html/canvas/CanvasContextAttributes.h \
4005         html/canvas/WebGLObject.h \
4006         html/canvas/WebGLActiveInfo.h \
4007         html/canvas/WebGLBuffer.h \
4008         html/canvas/WebGLCompressedTextureATC.h \
4009         html/canvas/WebGLCompressedTexturePVRTC.h \
4010         html/canvas/WebGLCompressedTextureS3TC.h \
4011         html/canvas/WebGLContextAttributes.h \
4012         html/canvas/WebGLContextEvent.h \
4013         html/canvas/WebGLContextGroup.h \
4014         html/canvas/WebGLContextObject.h \
4015         html/canvas/WebGLDebugRendererInfo.h \
4016         html/canvas/WebGLDebugShaders.h \
4017         html/canvas/WebGLDepthTexture.h \
4018         html/canvas/WebGLExtension.h \
4019         html/canvas/WebGLFramebuffer.h \
4020         html/canvas/WebGLGetInfo.h \
4021         html/canvas/WebGLLoseContext.h \
4022         html/canvas/WebGLProgram.h \
4023         html/canvas/WebGLRenderbuffer.h \
4024         html/canvas/WebGLRenderingContext.h \
4025         html/canvas/WebGLShader.h \
4026         html/canvas/WebGLShaderPrecisionFormat.h \
4027         html/canvas/WebGLSharedObject.h \
4028         html/canvas/EXTDrawBuffers.h \
4029         html/canvas/EXTTextureFilterAnisotropic.h \
4030         html/canvas/OESStandardDerivatives.h \
4031         html/canvas/OESTextureFloat.h \
4032         html/canvas/OESTextureHalfFloat.h \
4033         html/canvas/OESVertexArrayObject.h \
4034         html/canvas/OESElementIndexUint.h \
4035         html/canvas/WebGLTexture.h \
4036         html/canvas/WebGLUniformLocation.h \
4037         html/canvas/WebGLVertexArrayObjectOES.h \
4038
4039     SOURCES += \
4040         bindings/js/JSWebGLRenderingContextCustom.cpp
4041
4042     SOURCES += \
4043         html/canvas/CanvasContextAttributes.cpp \
4044         html/canvas/WebGLObject.cpp \
4045         html/canvas/WebGLBuffer.cpp \
4046         html/canvas/WebGLCompressedTextureATC.cpp \
4047         html/canvas/WebGLCompressedTexturePVRTC.cpp \
4048         html/canvas/WebGLCompressedTextureS3TC.cpp \
4049         html/canvas/WebGLContextAttributes.cpp \
4050         html/canvas/WebGLContextEvent.cpp \
4051         html/canvas/WebGLContextGroup.cpp \
4052         html/canvas/WebGLContextObject.cpp \
4053         html/canvas/WebGLDebugRendererInfo.cpp \
4054         html/canvas/WebGLDebugShaders.cpp \
4055         html/canvas/WebGLDepthTexture.cpp \
4056         html/canvas/WebGLExtension.cpp \
4057         html/canvas/WebGLFramebuffer.cpp \
4058         html/canvas/WebGLGetInfo.cpp \
4059         html/canvas/WebGLLoseContext.cpp \
4060         html/canvas/WebGLProgram.cpp \
4061         html/canvas/WebGLRenderbuffer.cpp \
4062         html/canvas/WebGLRenderingContext.cpp \
4063         html/canvas/WebGLShader.cpp \
4064         html/canvas/WebGLShaderPrecisionFormat.cpp \
4065         html/canvas/WebGLSharedObject.cpp \
4066         html/canvas/EXTDrawBuffers.cpp \
4067         html/canvas/EXTTextureFilterAnisotropic.cpp \
4068         html/canvas/OESStandardDerivatives.cpp \
4069         html/canvas/OESTextureFloat.cpp \
4070         html/canvas/OESTextureHalfFloat.cpp \
4071         html/canvas/OESVertexArrayObject.cpp \
4072         html/canvas/OESElementIndexUint.cpp \
4073         html/canvas/WebGLTexture.cpp \
4074         html/canvas/WebGLUniformLocation.cpp \
4075         html/canvas/WebGLVertexArrayObjectOES.cpp
4076 }
4077
4078 enable?(CANVAS_PROXY) {
4079     HEADERS += \
4080         html/canvas/CanvasProxy.h
4081
4082     SOURCES += \
4083         html/canvas/CanvasProxy.cpp
4084 }
4085
4086 use?(3D_GRAPHICS) {
4087     HEADERS += \
4088         page/scrolling/ScrollingConstraints.h \
4089         page/scrolling/ScrollingCoordinator.h \
4090         page/scrolling/ScrollingStateFixedNode.h \
4091         page/scrolling/ScrollingStateNode.h \
4092         page/scrolling/ScrollingStateScrollingNode.h \
4093         page/scrolling/ScrollingStateStickyNode.h \
4094         page/scrolling/ScrollingStateTree.h \
4095         page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h \
4096         platform/graphics/cpu/arm/GraphicsContext3DNEON.h \
4097         platform/graphics/ANGLEWebKitBridge.h \
4098         platform/graphics/Extensions3D.h \
4099         platform/graphics/GraphicsContext3D.h \
4100         platform/graphics/gpu/DrawingBuffer.h \
4101         platform/graphics/gpu/Texture.h \
4102         platform/graphics/gpu/TilingData.h \
4103         platform/graphics/opengl/Extensions3DOpenGL.h \
4104         platform/graphics/texmap/TextureMapperGL.h \
4105         platform/graphics/texmap/TextureMapperShaderProgram.h \
4106         platform/graphics/texmap/coordinated/AreaAllocator.h \
4107         platform/graphics/texmap/coordinated/CompositingCoordinator.h \
4108         platform/graphics/texmap/coordinated/CoordinatedBackingStore.h \
4109         platform/graphics/texmap/coordinated/CoordinatedCustomFilterOperation.h \
4110         platform/graphics/texmap/coordinated/CoordinatedCustomFilterProgram.h \
4111         platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h \
4112         platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.h \
4113         platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h \
4114         platform/graphics/texmap/coordinated/CoordinatedImageBacking.h \
4115         platform/graphics/texmap/coordinated/CoordinatedSurface.h \
4116         platform/graphics/texmap/coordinated/CoordinatedTile.h \
4117         platform/graphics/texmap/coordinated/SurfaceUpdateInfo.h \
4118         platform/graphics/texmap/coordinated/UpdateAtlas.h
4119
4120     SOURCES += \
4121         page/scrolling/ScrollingConstraints.cpp \
4122         page/scrolling/ScrollingCoordinator.cpp \
4123         page/scrolling/ScrollingStateFixedNode.cpp \
4124         page/scrolling/ScrollingStateNode.cpp \
4125         page/scrolling/ScrollingStateScrollingNode.cpp \
4126         page/scrolling/ScrollingStateStickyNode.cpp \
4127         page/scrolling/ScrollingStateTree.cpp \
4128         page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp \
4129         page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp \
4130         page/scrolling/coordinatedgraphics/ScrollingStateScrollingNodeCoordinatedGraphics.cpp \
4131         platform/graphics/ANGLEWebKitBridge.cpp \
4132         platform/graphics/GraphicsContext3D.cpp \
4133         platform/graphics/gpu/DrawingBuffer.cpp \
4134         platform/graphics/gpu/qt/DrawingBufferQt.cpp \
4135         platform/graphics/gpu/Texture.cpp \
4136         platform/graphics/gpu/TilingData.cpp \
4137         platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp \
4138         platform/graphics/opengl/Extensions3DOpenGLCommon.cpp \
4139         platform/graphics/qt/GraphicsContext3DQt.cpp \
4140         platform/graphics/texmap/TextureMapperGL.cpp \
4141         platform/graphics/texmap/TextureMapperShaderProgram.cpp \
4142         platform/graphics/texmap/coordinated/AreaAllocator.cpp \
4143         platform/graphics/texmap/coordinated/CompositingCoordinator.cpp \
4144         platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp \
4145         platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp \
4146         platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp \
4147         platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp \
4148         platform/graphics/texmap/coordinated/CoordinatedSurface.cpp \
4149         platform/graphics/texmap/coordinated/CoordinatedTile.cpp \
4150         platform/graphics/texmap/coordinated/UpdateAtlas.cpp
4151
4152     INCLUDEPATH += $$PWD/platform/graphics/gpu
4153
4154     contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
4155         !contains(QT_CONFIG, opengles2) {
4156             SOURCES += \
4157                platform/graphics/opengl/GraphicsContext3DOpenGL.cpp \
4158                platform/graphics/opengl/Extensions3DOpenGL.cpp
4159         } else {
4160             SOURCES += \
4161                platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp \
4162                platform/graphics/opengl/Extensions3DOpenGLES.cpp
4163         }
4164
4165         HEADERS += platform/graphics/opengl/Extensions3DOpenGL.h
4166
4167         SOURCES += \
4168             platform/graphics/opengl/Extensions3DOpenGLCommon.cpp \
4169             platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp
4170     }
4171
4172     WEBKIT += angle
4173
4174     CONFIG += opengl-shims
4175     INCLUDEPATH += platform/graphics/gpu
4176 }
4177
4178
4179 enable?(MHTML) {
4180
4181     INCLUDEPATH += $$PWD/loader/archive/mhtml
4182
4183     HEADERS += \
4184         loader/archive/Archive.h \
4185         page/PageSerializer.h
4186
4187     SOURCES += \
4188         loader/archive/Archive.cpp \
4189         loader/archive/ArchiveFactory.cpp \
4190         loader/archive/mhtml/MHTMLArchive.cpp \
4191         loader/archive/mhtml/MHTMLParser.cpp \
4192         page/PageSerializer.cpp
4193 }
4194
4195 use?(LIBPNG) {
4196     SOURCES += platform/image-decoders/ico/ICOImageDecoder.cpp \
4197                platform/image-decoders/png/PNGImageDecoder.cpp
4198 }
4199
4200 use?(LIBJPEG) {
4201     HEADERS += platform/image-decoders/jpeg/JPEGImageDecoder.h
4202     SOURCES += platform/image-decoders/jpeg/JPEGImageDecoder.cpp
4203 }
4204
4205 use?(WEBP) {
4206     HEADERS += platform/image-decoders/webp/WEBPImageDecoder.h
4207     SOURCES += platform/image-decoders/webp/WEBPImageDecoder.cpp
4208 }
4209
4210 use?(ZLIB) {
4211     HEADERS += platform/graphics/WOFFFileFormat.h
4212     SOURCES += platform/graphics/WOFFFileFormat.cpp
4213 }
4214
4215 !have?(sqlite3):exists($${SQLITE3SRCDIR}/sqlite3.c) {
4216     # Build sqlite3 into WebCore from source
4217     # somewhat copied from $$QT_SOURCE_TREE/src/plugins/sqldrivers/sqlite/sqlite.pro
4218     SOURCES += $${SQLITE3SRCDIR}/sqlite3.c
4219 }
4220
4221 win32:!win32-g++*:contains(QMAKE_HOST.arch, x86_64):{
4222     asm_compiler.commands = ml64 /c
4223     asm_compiler.commands +=  /Fo ${QMAKE_FILE_OUT} ${QMAKE_FILE_IN}
4224     asm_compiler.output = ${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${first(QMAKE_EXT_OBJ)}
4225     asm_compiler.input = ASM_SOURCES
4226     asm_compiler.variable_out = OBJECTS
4227     asm_compiler.name = compiling[asm] ${QMAKE_FILE_IN}
4228     silent:asm_compiler.commands = @echo compiling[asm] ${QMAKE_FILE_IN} && $$asm_compiler.commands
4229     QMAKE_EXTRA_COMPILERS += asm_compiler
4230
4231     ASM_SOURCES += \
4232         plugins/win/PaintHooks.asm
4233    if(win32-msvc2005|win32-msvc2008):equals(TEMPLATE_PREFIX, "vc") {
4234         SOURCES += \
4235             plugins/win/PaintHooks.asm
4236    }
4237 }
4238
4239 contains(CONFIG, opengl-shims) {
4240     HEADERS += platform/graphics/OpenGLShims.h
4241     SOURCES += platform/graphics/OpenGLShims.cpp
4242     DEFINES += QT_OPENGL_SHIMS=1
4243 }
4244
4245 enable?(opencl) {
4246     HEADERS += \
4247         platform/graphics/gpu/opencl/OpenCLHandle.h \
4248         platform/graphics/gpu/opencl/FilterContextOpenCL.h
4249     SOURCES += \
4250         platform/graphics/gpu/opencl/FilterContextOpenCL.cpp \
4251         platform/graphics/gpu/opencl/OpenCLFEColorMatrix.cpp \
4252         platform/graphics/gpu/opencl/OpenCLFEFlood.cpp \
4253         platform/graphics/gpu/opencl/OpenCLFEImage.cpp \
4254         platform/graphics/gpu/opencl/OpenCLFEMerge.cpp \
4255         platform/graphics/gpu/opencl/OpenCLFESourceAlpha.cpp \
4256         platform/graphics/gpu/opencl/OpenCLFESourceGraphic.cpp \
4257         platform/graphics/gpu/opencl/OpenCLFETurbulence.cpp
4258 }
4259
4260 use?(GRAPHICS_SURFACE) {
4261     mac {
4262         SOURCES += platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp
4263         INCLUDEPATH += /System/Library/Frameworks/CoreFoundation.framework/Headers
4264     }
4265     win32 {
4266         SOURCES += platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp
4267     }
4268     use?(glx) {
4269         HEADERS += \
4270             platform/graphics/surfaces/glx/X11Helper.h \
4271             platform/graphics/surfaces/glx/GLXConfigSelector.h
4272         SOURCES += \
4273             platform/graphics/surfaces/glx/X11Helper.cpp \
4274             platform/graphics/surfaces/glx/GraphicsSurfaceGLX.cpp
4275     }
4276 }
4277
4278 build?(qttestsupport) {
4279     HEADERS += platform/qt/QtTestSupport.h
4280     SOURCES += platform/qt/QtTestSupport.cpp
4281 }
4282
4283 ALL_IN_ONE_SOURCES += \
4284     accessibility/AccessibilityAllInOne.cpp \
4285     inspector/InspectorAllInOne.cpp \
4286     loader/appcache/ApplicationCacheAllInOne.cpp \
4287     platform/text/TextAllInOne.cpp \
4288     rendering/style/StyleAllInOne.cpp \
4289     html/HTMLElementsAllInOne.cpp \
4290     editing/EditingAllInOne.cpp \
4291     rendering/RenderingAllInOne.cpp
4292
4293 enable?(XSLT):use?(LIBXML2) {
4294     ALL_IN_ONE_SOURCES += \
4295         dom/DOMAllInOne.cpp
4296 }
4297
4298 # These do not compile at the moment:
4299 #    css/MediaAllInOne.cpp
4300 #    css/CSSAllInOne.cpp
4301
4302 # Make sure the derived sources are built
4303 include(DerivedSources.pri)