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