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