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