1# WebKit2 - Qt4 build info
2
3CONFIG += building-libs
4CONFIG += depend_includepath
5
6isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../..
7
8include($$PWD/../WebKit.pri)
9include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
10include($$PWD/../WebCore/WebCore.pri)
11include(WebKit2.pri)
12
13TEMPLATE = lib
14CONFIG += staticlib
15TARGET = $$WEBKIT2_TARGET
16DESTDIR = $$WEBKIT2_DESTDIR
17
18# Build both debug and release configurations
19mac: CONFIG += build_all
20
21WEBKIT2_GENERATED_HEADERS = \
22    $$WEBKIT2_GENERATED_SOURCES_DIR/AuthenticationManagerMessages.h \
23    $$WEBKIT2_GENERATED_SOURCES_DIR/DownloadProxyMessages.h \
24    $$WEBKIT2_GENERATED_SOURCES_DIR/NPObjectMessageReceiverMessages.h \
25    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginControllerProxyMessages.h \
26    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessMessages.h \
27    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessProxyMessages.h \
28    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginProxyMessages.h \
29    $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerMessages.h \
30    $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerProxyMessages.h \
31    $$WEBKIT2_GENERATED_SOURCES_DIR/WebContextMessages.h \
32    $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerMessages.h \
33    $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerProxyMessages.h \
34    $$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerMessages.h \
35    $$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerProxyMessages.h \
36    $$WEBKIT2_GENERATED_SOURCES_DIR/WebFullScreenManagerMessages.h \
37    $$WEBKIT2_GENERATED_SOURCES_DIR/WebFullScreenManagerProxyMessages.h \
38    $$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerMessages.h \
39    $$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerProxyMessages.h \
40    $$WEBKIT2_GENERATED_SOURCES_DIR/WebIconDatabaseMessages.h \
41    $$WEBKIT2_GENERATED_SOURCES_DIR/WebIconDatabaseProxyMessages.h \
42    $$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorMessages.h \
43    $$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorProxyMessages.h \
44    $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerMessages.h \
45    $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerProxyMessages.h \
46    $$WEBKIT2_GENERATED_SOURCES_DIR/WebMediaCacheManagerMessages.h \
47    $$WEBKIT2_GENERATED_SOURCES_DIR/WebMediaCacheManagerProxyMessages.h \
48    $$WEBKIT2_GENERATED_SOURCES_DIR/WebPageMessages.h \
49    $$WEBKIT2_GENERATED_SOURCES_DIR/WebPageProxyMessages.h \
50    $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessConnectionMessages.h \
51    $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessMessages.h \
52    $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessProxyMessages.h \
53    $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerMessages.h \
54    $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerProxyMessages.h
55
56WEBKIT2_GENERATED_SOURCES = \
57    $$WEBKIT2_GENERATED_SOURCES_DIR/AuthenticationManagerMessageReceiver.cpp \
58    $$WEBKIT2_GENERATED_SOURCES_DIR/DownloadProxyMessageReceiver.cpp \
59    $$WEBKIT2_GENERATED_SOURCES_DIR/NPObjectMessageReceiverMessageReceiver.cpp \
60    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginControllerProxyMessageReceiver.cpp \
61    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessMessageReceiver.cpp \
62    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginProcessProxyMessageReceiver.cpp \
63    $$WEBKIT2_GENERATED_SOURCES_DIR/PluginProxyMessageReceiver.cpp \
64    $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerMessageReceiver.cpp \
65    $$WEBKIT2_GENERATED_SOURCES_DIR/WebApplicationCacheManagerProxyMessageReceiver.cpp \
66    $$WEBKIT2_GENERATED_SOURCES_DIR/WebContextMessageReceiver.cpp \
67    $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerMessageReceiver.cpp \
68    $$WEBKIT2_GENERATED_SOURCES_DIR/WebCookieManagerProxyMessageReceiver.cpp \
69    $$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerMessageReceiver.cpp \
70    $$WEBKIT2_GENERATED_SOURCES_DIR/WebDatabaseManagerProxyMessageReceiver.cpp \
71    $$WEBKIT2_GENERATED_SOURCES_DIR/WebFullScreenManagerMessageReceiver.cpp \
72    $$WEBKIT2_GENERATED_SOURCES_DIR/WebFullScreenManagerProxyMessageReceiver.cpp \
73    $$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerMessageReceiver.cpp \
74    $$WEBKIT2_GENERATED_SOURCES_DIR/WebGeolocationManagerProxyMessageReceiver.cpp \
75    $$WEBKIT2_GENERATED_SOURCES_DIR/WebIconDatabaseMessageReceiver.cpp \
76    $$WEBKIT2_GENERATED_SOURCES_DIR/WebIconDatabaseProxyMessageReceiver.cpp \
77    $$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorMessageReceiver.cpp \
78    $$WEBKIT2_GENERATED_SOURCES_DIR/WebInspectorProxyMessageReceiver.cpp \
79    $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerMessageReceiver.cpp \
80    $$WEBKIT2_GENERATED_SOURCES_DIR/WebKeyValueStorageManagerProxyMessageReceiver.cpp \
81    $$WEBKIT2_GENERATED_SOURCES_DIR/WebMediaCacheManagerMessageReceiver.cpp \
82    $$WEBKIT2_GENERATED_SOURCES_DIR/WebMediaCacheManagerProxyMessageReceiver.cpp \
83    $$WEBKIT2_GENERATED_SOURCES_DIR/WebPageMessageReceiver.cpp \
84    $$WEBKIT2_GENERATED_SOURCES_DIR/WebPageProxyMessageReceiver.cpp \
85    $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessConnectionMessageReceiver.cpp \
86    $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessMessageReceiver.cpp \
87    $$WEBKIT2_GENERATED_SOURCES_DIR/WebProcessProxyMessageReceiver.cpp \
88    $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerMessageReceiver.cpp \
89    $$WEBKIT2_GENERATED_SOURCES_DIR/WebResourceCacheManagerProxyMessageReceiver.cpp
90
91HEADERS += \
92    Platform/CoreIPC/ArgumentDecoder.h \
93    Platform/CoreIPC/ArgumentEncoder.h \
94    Platform/CoreIPC/Arguments.h \
95    Platform/CoreIPC/Attachment.h \
96    Platform/CoreIPC/BinarySemaphore.h \
97    Platform/CoreIPC/Connection.h \
98    Platform/CoreIPC/CoreIPCMessageKinds.h \
99    Platform/CoreIPC/DataReference.h \
100    Platform/CoreIPC/HandleMessage.h \
101    Platform/CoreIPC/MessageID.h \
102    Platform/CoreIPC/MessageSender.h \
103    Platform/Logging.h \
104    Platform/Module.h \
105    Platform/PlatformProcessIdentifier.h \
106    Platform/RunLoop.h \
107    Platform/SharedMemory.h \
108    Platform/WorkItem.h \
109    Platform/WorkQueue.h \
110    PluginProcess/PluginControllerProxy.h \
111    PluginProcess/PluginProcess.h \
112    PluginProcess/WebProcessConnection.h \
113    Shared/ShareableBitmap.h \
114    Shared/CacheModel.h \
115    Shared/ChildProcess.h \
116    Shared/CoreIPCSupport/DrawingAreaMessageKinds.h \
117    Shared/CoreIPCSupport/DrawingAreaProxyMessageKinds.h \
118    Shared/DictionaryPopupInfo.h \
119    Shared/FontInfo.h \
120    Shared/ImageOptions.h \
121    Shared/ImmutableArray.h \
122    Shared/ImmutableDictionary.h \
123    Shared/MutableArray.h \
124    Shared/MutableDictionary.h \
125    Shared/NativeWebKeyboardEvent.h \
126    Shared/NativeWebMouseEvent.h \
127    Shared/OriginAndDatabases.h \
128    Shared/PlatformPopupMenuData.h \
129    Shared/PrintInfo.h \
130    Shared/SameDocumentNavigationType.h \
131    Shared/SecurityOriginData.h \
132    Shared/SessionState.h \
133    Shared/StringPairVector.h \
134    Shared/UserMessageCoders.h \
135    Shared/VisitedLinkTable.h \
136    Shared/WebCoreArgumentCoders.h \
137    Shared/WebBackForwardListItem.h \
138    Shared/WebCertificateInfo.h \
139    Shared/WebContextMenuItem.h \
140    Shared/WebContextMenuItemData.h \
141    Shared/WebError.h \
142    Shared/WebEvent.h \
143    Shared/WebEventConversion.h \
144    Shared/WebFindOptions.h \
145    Shared/WebGeolocationPosition.h \
146    Shared/WebGraphicsContext.h \
147    Shared/WebImage.h \
148    Shared/WebNavigationDataStore.h \
149    Shared/WebNumber.h \
150    Shared/WebOpenPanelParameters.h \
151    Shared/WebPageCreationParameters.h \
152    Shared/WebPageGroupData.h \
153    Shared/WebPopupItem.h \
154    Shared/WebPreferencesStore.h \
155    Shared/WebProcessCreationParameters.h \
156    Shared/WebURLRequest.h \
157    Shared/WebURLResponse.h \
158    Shared/WebUserContentURLPattern.h \
159    Shared/Plugins/Netscape/NetscapePluginModule.h \
160    Shared/Plugins/NPRemoteObjectMap.h \
161    Shared/Plugins/NPIdentifierData.h \
162    Shared/Plugins/NPObjectMessageReceiver.h \
163    Shared/Plugins/NPObjectProxy.h \
164    Shared/Plugins/NPVariantData.h \
165    Shared/Plugins/PluginProcessCreationParameters.h \
166    Shared/Plugins/PluginQuirks.h \
167    Shared/qt/PlatformCertificateInfo.h \
168    Shared/qt/UpdateChunk.h \
169    Shared/qt/WebEventFactoryQt.h \
170    UIProcess/Authentication/AuthenticationChallengeProxy.h \
171    UIProcess/Authentication/AuthenticationDecisionListener.h \
172    UIProcess/Authentication/WebCredential.h \
173    UIProcess/Authentication/WebProtectionSpace.h \
174    UIProcess/ChunkedUpdateDrawingAreaProxy.h \
175    UIProcess/Downloads/DownloadProxy.h \
176    UIProcess/DrawingAreaProxy.h \
177    UIProcess/FindIndicator.h \
178    UIProcess/GenericCallback.h \
179    UIProcess/GeolocationPermissionRequestManagerProxy.h \
180    UIProcess/GeolocationPermissionRequestProxy.h \
181    UIProcess/Launcher/ProcessLauncher.h \
182    UIProcess/Launcher/ThreadLauncher.h \
183    UIProcess/PageClient.h \
184    UIProcess/Plugins/PluginInfoStore.h \
185    UIProcess/Plugins/PluginProcessProxy.h \
186    UIProcess/Plugins/PluginProcessManager.h \
187    UIProcess/ProcessModel.h \
188    UIProcess/ResponsivenessTimer.h \
189    UIProcess/TextChecker.h \
190    UIProcess/TiledDrawingAreaProxy.h \
191    UIProcess/VisitedLinkProvider.h \
192    UIProcess/WebApplicationCacheManagerProxy.h \
193    UIProcess/WebContext.h \
194    UIProcess/WebContextInjectedBundleClient.h \
195    UIProcess/WebContextMenuProxy.h \
196    UIProcess/WebContextUserMessageCoders.h \
197    UIProcess/WebCookieManagerProxy.h \
198    UIProcess/WebCookieManagerProxyClient.h \
199    UIProcess/WebDatabaseManagerProxy.h \
200    UIProcess/WebDatabaseManagerProxyClient.h \
201    UIProcess/WebDownloadClient.h \
202    UIProcess/WebEditCommandProxy.h \
203    UIProcess/WebFindClient.h \
204    UIProcess/WebFormClient.h \
205    UIProcess/WebFormSubmissionListenerProxy.h \
206    UIProcess/WebFrameListenerProxy.h \
207    UIProcess/WebFramePolicyListenerProxy.h \
208    UIProcess/WebFrameProxy.h \
209    UIProcess/WebFullScreenManagerProxy.h \
210    UIProcess/WebGeolocationManagerProxy.h \
211    UIProcess/WebGeolocationProvider.h \
212    UIProcess/WebHistoryClient.h \
213    UIProcess/WebIconDatabase.h \
214    UIProcess/WebIconDatabaseClient.h \
215    UIProcess/WebInspectorProxy.h \
216    UIProcess/WebKeyValueStorageManagerProxy.h \
217    UIProcess/WebLoaderClient.h \
218    UIProcess/WebMediaCacheManagerProxy.h \
219    UIProcess/WebNavigationData.h \
220    UIProcess/WebOpenPanelResultListenerProxy.h \
221    UIProcess/WebPageContextMenuClient.h \
222    UIProcess/WebPageGroup.h \
223    UIProcess/WebPageProxy.h \
224    UIProcess/WebPolicyClient.h \
225    UIProcess/WebPreferences.h \
226    UIProcess/WebProcessProxy.h \
227    UIProcess/WebResourceCacheManagerProxy.h \
228    UIProcess/WebResourceLoadClient.h \
229    UIProcess/WebUIClient.h \
230    UIProcess/qt/WebContextMenuProxyQt.h \
231    UIProcess/qt/WebPopupMenuProxyQt.h \
232    WebProcess/ApplicationCache/WebApplicationCacheManager.h \
233    WebProcess/Authentication/AuthenticationManager.h \
234    WebProcess/Cookies/WebCookieManager.h \
235    WebProcess/Downloads/Download.h \
236    WebProcess/Downloads/DownloadManager.h \
237    WebProcess/FullScreen/WebFullScreenManager.h \
238    WebProcess/Geolocation/GeolocationPermissionRequestManager.h \
239    WebProcess/Geolocation/WebGeolocationManager.h \
240    WebProcess/IconDatabase/WebIconDatabaseProxy.h \
241    WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h \
242    WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.h \
243    WebProcess/InjectedBundle/InjectedBundle.h \
244    WebProcess/InjectedBundle/InjectedBundleClient.h \
245    WebProcess/InjectedBundle/InjectedBundleHitTestResult.h \
246    WebProcess/InjectedBundle/InjectedBundleNavigationAction.h \
247    WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h \
248    WebProcess/InjectedBundle/InjectedBundlePageFormClient.h \
249    WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.h \
250    WebProcess/InjectedBundle/InjectedBundlePageUIClient.h \
251    WebProcess/InjectedBundle/InjectedBundleScriptWorld.h \
252    WebProcess/InjectedBundle/InjectedBundleUserMessageCoders.h \
253    WebProcess/KeyValueStorage/WebKeyValueStorageManager.h \
254    WebProcess/MediaCache/WebMediaCacheManager.h \
255    WebProcess/ResourceCache/WebResourceCacheManager.h \
256    WebProcess/Plugins/Netscape/JSNPMethod.h \
257    WebProcess/Plugins/Netscape/JSNPObject.h \
258    WebProcess/Plugins/Netscape/NPJSObject.h \
259    WebProcess/Plugins/Netscape/NPRuntimeObjectMap.h \
260    WebProcess/Plugins/Netscape/NPRuntimeUtilities.h \
261    WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp \
262    WebProcess/Plugins/Netscape/NetscapePlugin.h \
263    WebProcess/Plugins/Netscape/NetscapePluginStream.h \
264    WebProcess/Plugins/Plugin.h \
265    WebProcess/Plugins/PluginController.h \
266    WebProcess/Plugins/PluginView.h \
267    WebProcess/Plugins/PluginProxy.h \
268    WebProcess/Plugins/PluginProcessConnection.h \
269    WebProcess/Plugins/PluginProcessConnectionManager.h \
270    WebProcess/WebCoreSupport/WebChromeClient.h \
271    WebProcess/WebCoreSupport/WebContextMenuClient.h \
272    WebProcess/WebCoreSupport/WebDatabaseManager.h \
273    WebProcess/WebCoreSupport/WebDragClient.h \
274    WebProcess/WebCoreSupport/WebEditorClient.h \
275    WebProcess/WebCoreSupport/WebErrors.h \
276    WebProcess/WebCoreSupport/WebFrameLoaderClient.h \
277    WebProcess/WebCoreSupport/WebGeolocationClient.h \
278    WebProcess/WebCoreSupport/WebInspectorClient.h \
279    WebProcess/WebCoreSupport/WebInspectorFrontendClient.h \
280    WebProcess/WebCoreSupport/WebPlatformStrategies.h \
281    WebProcess/WebCoreSupport/WebPopupMenu.h \
282    WebProcess/WebCoreSupport/WebSearchPopupMenu.h \
283    WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.h \
284    WebProcess/WebPage/ChunkedUpdateDrawingArea.h \
285    WebProcess/WebPage/DrawingArea.h \
286    WebProcess/WebPage/FindController.h \
287    WebProcess/WebPage/PageOverlay.h \
288    WebProcess/WebPage/WebContextMenu.h \
289    WebProcess/WebPage/WebEditCommand.h \
290    WebProcess/WebPage/WebFrame.h \
291    WebProcess/WebPage/WebInspector.h \
292    WebProcess/WebPage/WebOpenPanelResultListener.h \
293    WebProcess/WebPage/WebPage.h \
294    WebProcess/WebPage/WebPageGroupProxy.h \
295    WebProcess/WebProcess.h \
296    $$WEBKIT2_GENERATED_HEADERS
297
298SOURCES += \
299    Platform/CoreIPC/ArgumentDecoder.cpp \
300    Platform/CoreIPC/ArgumentEncoder.cpp \
301    Platform/CoreIPC/Attachment.cpp \
302    Platform/CoreIPC/BinarySemaphore.cpp \
303    Platform/CoreIPC/Connection.cpp \
304    Platform/CoreIPC/DataReference.cpp \
305    Platform/CoreIPC/unix/AttachmentUnix.cpp \
306    Platform/CoreIPC/unix/ConnectionUnix.cpp \
307    Platform/Logging.cpp \
308    Platform/Module.cpp \
309    Platform/RunLoop.cpp \
310    Platform/WorkQueue.cpp \
311    Platform/qt/ModuleQt.cpp \
312    Platform/qt/RunLoopQt.cpp \
313    Platform/qt/WorkQueueQt.cpp \
314    Platform/unix/SharedMemoryUnix.cpp \
315    PluginProcess/PluginControllerProxy.cpp \
316    PluginProcess/PluginProcess.cpp \
317    PluginProcess/WebProcessConnection.cpp \
318    PluginProcess/qt/PluginControllerProxyQt.cpp \
319    PluginProcess/qt/PluginProcessQt.cpp \
320    Shared/Plugins/Netscape/NetscapePluginModule.cpp \
321    Shared/Plugins/Netscape/NetscapePluginModuleNone.cpp \
322    Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp \
323    Shared/ShareableBitmap.cpp \
324    Shared/Plugins/NPRemoteObjectMap.cpp \
325    Shared/Plugins/NPIdentifierData.cpp \
326    Shared/Plugins/NPObjectMessageReceiver.cpp \
327    Shared/Plugins/NPObjectProxy.cpp \
328    Shared/Plugins/NPVariantData.cpp \
329    Shared/Plugins/PluginProcessCreationParameters.cpp \
330    Shared/ChildProcess.cpp \
331    Shared/DictionaryPopupInfo.cpp \
332    Shared/FontInfo.cpp \
333    Shared/ImmutableArray.cpp \
334    Shared/ImmutableDictionary.cpp \
335    Shared/MutableArray.cpp \
336    Shared/MutableDictionary.cpp \
337    Shared/OriginAndDatabases.cpp \
338    Shared/PlatformPopupMenuData.cpp \
339    Shared/PrintInfo.cpp \
340    Shared/SecurityOriginData.cpp \
341    Shared/SessionState.cpp \
342    Shared/VisitedLinkTable.cpp \
343    Shared/WebBackForwardListItem.cpp \
344    Shared/WebContextMenuItem.cpp \
345    Shared/WebContextMenuItemData.cpp \
346    Shared/WebError.cpp \
347    Shared/WebEvent.cpp \
348    Shared/WebEventConversion.cpp \
349    Shared/WebGeolocationPosition.cpp \
350    Shared/WebGraphicsContext.cpp \
351    Shared/WebKeyboardEvent.cpp \
352    Shared/WebImage.cpp \
353    Shared/WebMouseEvent.cpp \
354    Shared/WebOpenPanelParameters.cpp \
355    Shared/WebPageCreationParameters.cpp \
356    Shared/WebPageGroupData.cpp \
357    Shared/WebPlatformTouchPoint.cpp \
358    Shared/WebPopupItem.cpp \
359    Shared/WebPreferencesStore.cpp \
360    Shared/WebProcessCreationParameters.cpp \
361    Shared/WebTouchEvent.cpp \
362    Shared/WebURLRequest.cpp \
363    Shared/WebURLResponse.cpp \
364    Shared/WebWheelEvent.cpp \
365    Shared/qt/ShareableBitmapQt.cpp \
366    Shared/qt/NativeWebKeyboardEventQt.cpp \
367    Shared/qt/NativeWebMouseEventQt.cpp \
368    Shared/qt/UpdateChunk.cpp \
369    Shared/qt/WebCoreArgumentCodersQt.cpp \
370    Shared/qt/WebEventFactoryQt.cpp \
371    Shared/qt/WebURLRequestQt.cpp \
372    Shared/qt/WebURLResponseQt.cpp \
373    UIProcess/Authentication/AuthenticationChallengeProxy.cpp \
374    UIProcess/Authentication/AuthenticationDecisionListener.cpp \
375    UIProcess/Authentication/WebCredential.cpp \
376    UIProcess/Authentication/WebProtectionSpace.cpp \
377    UIProcess/ChunkedUpdateDrawingAreaProxy.cpp \
378    UIProcess/Downloads/DownloadProxy.cpp \
379    UIProcess/DrawingAreaProxy.cpp \
380    UIProcess/FindIndicator.cpp \
381    UIProcess/GeolocationPermissionRequestManagerProxy.cpp \
382    UIProcess/GeolocationPermissionRequestProxy.cpp \
383    UIProcess/Launcher/ProcessLauncher.cpp \
384    UIProcess/Launcher/ThreadLauncher.cpp \
385    UIProcess/Launcher/qt/ProcessLauncherQt.cpp \
386    UIProcess/Launcher/qt/ThreadLauncherQt.cpp \
387    UIProcess/Plugins/PluginInfoStore.cpp \
388    UIProcess/Plugins/PluginProcessProxy.cpp \
389    UIProcess/Plugins/PluginProcessManager.cpp \
390    UIProcess/Plugins/WebPluginSiteDataManager.cpp \
391    UIProcess/Plugins/qt/PluginInfoStoreQt.cpp \
392    UIProcess/Plugins/qt/PluginProcessProxyQt.cpp \
393    UIProcess/ResponsivenessTimer.cpp \
394    UIProcess/TiledDrawingAreaProxy.cpp \
395    UIProcess/VisitedLinkProvider.cpp \
396    UIProcess/WebApplicationCacheManagerProxy.cpp \
397    UIProcess/WebBackForwardList.cpp \
398    UIProcess/WebContext.cpp \
399    UIProcess/WebContextInjectedBundleClient.cpp \
400    UIProcess/WebContextMenuProxy.cpp \
401    UIProcess/WebCookieManagerProxy.cpp \
402    UIProcess/WebCookieManagerProxyClient.cpp \
403    UIProcess/WebDatabaseManagerProxy.cpp \
404    UIProcess/WebDatabaseManagerProxyClient.cpp \
405    UIProcess/WebDownloadClient.cpp \
406    UIProcess/WebEditCommandProxy.cpp \
407    UIProcess/WebFindClient.cpp \
408    UIProcess/WebFormClient.cpp \
409    UIProcess/WebFormSubmissionListenerProxy.cpp \
410    UIProcess/WebFrameListenerProxy.cpp \
411    UIProcess/WebFramePolicyListenerProxy.cpp \
412    UIProcess/WebFrameProxy.cpp \
413    UIProcess/WebFullScreenManagerProxy.cpp \
414    UIProcess/WebGeolocationManagerProxy.cpp \
415    UIProcess/WebGeolocationProvider.cpp \
416    UIProcess/WebHistoryClient.cpp \
417    UIProcess/WebIconDatabase.cpp \
418    UIProcess/WebIconDatabaseClient.cpp \
419    UIProcess/WebInspectorProxy.cpp \
420    UIProcess/WebKeyValueStorageManagerProxy.cpp \
421    UIProcess/WebLoaderClient.cpp \
422    UIProcess/WebMediaCacheManagerProxy.cpp \
423    UIProcess/WebNavigationData.cpp \
424    UIProcess/WebOpenPanelResultListenerProxy.cpp \
425    UIProcess/WebPageContextMenuClient.cpp \
426    UIProcess/WebPageGroup.cpp \
427    UIProcess/WebPageProxy.cpp \
428    UIProcess/WebPolicyClient.cpp \
429    UIProcess/WebPreferences.cpp \
430    UIProcess/WebProcessProxy.cpp \
431    UIProcess/WebResourceCacheManagerProxy.cpp \
432    UIProcess/WebResourceLoadClient.cpp \
433    UIProcess/WebUIClient.cpp \
434    UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp \
435    UIProcess/qt/TiledDrawingAreaProxyQt.cpp \
436    UIProcess/qt/TiledDrawingAreaTileQt.cpp \
437    UIProcess/qt/TextCheckerQt.cpp \
438    UIProcess/qt/WebContextMenuProxyQt.cpp \
439    UIProcess/qt/WebContextQt.cpp \
440    UIProcess/qt/WebInspectorProxyQt.cpp \
441    UIProcess/qt/WebPageProxyQt.cpp \
442    UIProcess/qt/WebPopupMenuProxyQt.cpp \
443    UIProcess/qt/WebPreferencesQt.cpp \
444    WebProcess/ApplicationCache/WebApplicationCacheManager.cpp \
445    WebProcess/Authentication/AuthenticationManager.cpp \
446    WebProcess/Cookies/WebCookieManager.cpp \
447    WebProcess/Cookies/qt/WebCookieManagerQt.cpp \
448    WebProcess/Downloads/Download.cpp \
449    WebProcess/Downloads/DownloadManager.cpp \
450    WebProcess/Downloads/qt/DownloadQt.cpp \
451    WebProcess/FullScreen/WebFullScreenManager.cpp \
452    WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp \
453    WebProcess/Geolocation/WebGeolocationManager.cpp \
454    WebProcess/IconDatabase/WebIconDatabaseProxy.cpp \
455    WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp \
456    WebProcess/InjectedBundle/DOM/InjectedBundleRangeHandle.cpp \
457    WebProcess/InjectedBundle/InjectedBundle.cpp \
458    WebProcess/InjectedBundle/InjectedBundleBackForwardList.cpp \
459    WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp \
460    WebProcess/InjectedBundle/InjectedBundleClient.cpp \
461    WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp \    
462    WebProcess/InjectedBundle/InjectedBundleNavigationAction.cpp \
463    WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp \
464    WebProcess/InjectedBundle/InjectedBundlePageEditorClient.cpp \
465    WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp \
466    WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp \
467    WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.cpp \
468    WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.cpp \
469    WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp \
470    WebProcess/InjectedBundle/InjectedBundleScriptWorld.cpp \
471    WebProcess/InjectedBundle/qt/InjectedBundleQt.cpp \
472    WebProcess/KeyValueStorage/WebKeyValueStorageManager.cpp \
473    WebProcess/MediaCache/WebMediaCacheManager.cpp \
474    WebProcess/ResourceCache/WebResourceCacheManager.cpp \
475    WebProcess/Plugins/Netscape/JSNPMethod.cpp \
476    WebProcess/Plugins/Netscape/JSNPObject.cpp \
477    WebProcess/Plugins/Netscape/NPJSObject.cpp \
478    WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp \
479    WebProcess/Plugins/Netscape/NPRuntimeUtilities.cpp \
480    WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp \
481    WebProcess/Plugins/Netscape/NetscapePlugin.cpp \
482    WebProcess/Plugins/Netscape/NetscapePluginNone.cpp \
483    WebProcess/Plugins/Netscape/NetscapePluginStream.cpp \
484    WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp \
485    WebProcess/Plugins/Netscape/qt/PluginProxyQt.cpp \
486    WebProcess/Plugins/Plugin.cpp \
487    WebProcess/Plugins/PluginView.cpp \
488    WebProcess/Plugins/PluginProxy.cpp \
489    WebProcess/Plugins/PluginProcessConnection.cpp \
490    WebProcess/Plugins/PluginProcessConnectionManager.cpp \
491    WebProcess/WebCoreSupport/WebChromeClient.cpp \
492    WebProcess/WebCoreSupport/WebContextMenuClient.cpp \
493    WebProcess/WebCoreSupport/WebDatabaseManager.cpp \
494    WebProcess/WebCoreSupport/WebDragClient.cpp \
495    WebProcess/WebCoreSupport/WebEditorClient.cpp \
496    WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp \
497    WebProcess/WebCoreSupport/WebGeolocationClient.cpp \
498    WebProcess/WebCoreSupport/WebInspectorClient.cpp \
499    WebProcess/WebCoreSupport/WebInspectorFrontendClient.cpp \
500    WebProcess/WebCoreSupport/WebPlatformStrategies.cpp \
501    WebProcess/WebCoreSupport/WebPopupMenu.cpp \
502    WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp \
503    WebProcess/WebCoreSupport/qt/WebContextMenuClientQt.cpp \
504    WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp \
505    WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.cpp \
506    WebProcess/WebCoreSupport/qt/WebPopupMenuQt.cpp \
507    WebProcess/WebPage/ChunkedUpdateDrawingArea.cpp \
508    WebProcess/WebPage/DecoderAdapter.cpp \
509    WebProcess/WebPage/DrawingArea.cpp \
510    WebProcess/WebPage/EncoderAdapter.cpp \
511    WebProcess/WebPage/FindController.cpp \
512    WebProcess/WebPage/PageOverlay.cpp \
513    WebProcess/WebPage/TiledDrawingArea.cpp \
514    WebProcess/WebPage/WebBackForwardListProxy.cpp \
515    WebProcess/WebPage/WebContextMenu.cpp \
516    WebProcess/WebPage/WebEditCommand.cpp \
517    WebProcess/WebPage/WebFrame.cpp \
518    WebProcess/WebPage/WebInspector.cpp \
519    WebProcess/WebPage/WebOpenPanelResultListener.cpp \
520    WebProcess/WebPage/WebPage.cpp \
521    WebProcess/WebPage/WebPageGroupProxy.cpp \
522    WebProcess/WebPage/qt/WebInspectorQt.cpp \
523    WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp \
524    WebProcess/WebPage/qt/TiledDrawingAreaQt.cpp \
525    WebProcess/WebPage/qt/WebPageQt.cpp \
526    WebProcess/WebProcess.cpp \
527    WebProcess/qt/WebProcessMainQt.cpp \
528    WebProcess/qt/WebProcessQt.cpp \
529    $$WEBKIT2_GENERATED_SOURCES
530
531