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