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