OSDN Git Service

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