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