commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 1 | list(APPEND WebKit2_SOURCES |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 2 | NetworkProcess/efl/NetworkProcessMainEfl.cpp |
| 3 | |
ossy@webkit.org | a82c35d | 2013-10-10 21:47:14 +0000 | [diff] [blame] | 4 | NetworkProcess/soup/NetworkProcessSoup.cpp |
| 5 | NetworkProcess/soup/NetworkResourceLoadSchedulerSoup.cpp |
ossy@webkit.org | ab7af2d | 2013-10-16 09:07:12 +0000 | [diff] [blame] | 6 | NetworkProcess/soup/RemoteNetworkingContextSoup.cpp |
| 7 | |
ryuan.choi@samsung.com | c476ff1 | 2013-12-30 23:34:33 +0000 | [diff] [blame] | 8 | Platform/IPC/unix/AttachmentUnix.cpp |
| 9 | Platform/IPC/unix/ConnectionUnix.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 10 | |
commit-queue@webkit.org | 1a9b8cd | 2012-09-14 01:15:39 +0000 | [diff] [blame] | 11 | Platform/efl/LoggingEfl.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 12 | Platform/efl/ModuleEfl.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 13 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 14 | Platform/unix/SharedMemoryUnix.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 15 | |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 16 | PluginProcess/unix/PluginControllerProxyUnix.cpp |
| 17 | PluginProcess/unix/PluginProcessMainUnix.cpp |
| 18 | PluginProcess/unix/PluginProcessUnix.cpp |
| 19 | |
ryuan.choi@samsung.com | 8d2c489 | 2012-07-05 08:47:49 +0000 | [diff] [blame] | 20 | Shared/API/c/cairo/WKImageCairo.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 21 | |
commit-queue@webkit.org | 800e330 | 2013-03-14 15:15:12 +0000 | [diff] [blame] | 22 | Shared/API/c/efl/WKArrayEfl.cpp |
ryuan.choi@samsung.com | 8d2c489 | 2012-07-05 08:47:49 +0000 | [diff] [blame] | 23 | |
yoon@igalia.com | 7226eeb | 2014-12-08 12:09:30 +0000 | [diff] [blame] | 24 | Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 25 | Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp |
yoon@igalia.com | 7226eeb | 2014-12-08 12:09:30 +0000 | [diff] [blame] | 26 | Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 27 | Shared/CoordinatedGraphics/WebCoordinatedSurface.cpp |
| 28 | |
gyuyoung.kim@samsung.com | b73c9d1 | 2013-01-25 03:03:33 +0000 | [diff] [blame] | 29 | Shared/Downloads/efl/DownloadSoupErrorsEfl.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 30 | |
gyuyoung.kim@samsung.com | b73c9d1 | 2013-01-25 03:03:33 +0000 | [diff] [blame] | 31 | Shared/Downloads/soup/DownloadSoup.cpp |
| 32 | |
commit-queue@webkit.org | 188273e | 2014-10-08 06:37:40 +0000 | [diff] [blame] | 33 | Shared/Network/CustomProtocols/soup/CustomProtocolManagerImpl.cpp |
| 34 | Shared/Network/CustomProtocols/soup/CustomProtocolManagerSoup.cpp |
| 35 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 36 | Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp |
| 37 | |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 38 | Shared/cairo/ShareableBitmapCairo.cpp |
| 39 | |
| 40 | Shared/efl/NativeWebKeyboardEventEfl.cpp |
commit-queue@webkit.org | 6df81ec | 2012-09-18 06:45:09 +0000 | [diff] [blame] | 41 | Shared/efl/NativeWebTouchEventEfl.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 42 | Shared/efl/NativeWebWheelEventEfl.cpp |
commit-queue@webkit.org | 1422493 | 2012-07-23 11:37:26 +0000 | [diff] [blame] | 43 | Shared/efl/ProcessExecutablePathEfl.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 44 | Shared/efl/WebEventFactory.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 45 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 46 | Shared/linux/WebMemorySamplerLinux.cpp |
| 47 | |
thiago.santos@intel.com | 0ee9d4d | 2013-04-09 09:07:32 +0000 | [diff] [blame] | 48 | Shared/linux/SeccompFilters/OpenSyscall.cpp |
thiago.santos@intel.com | 0ee9d4d | 2013-04-09 09:07:32 +0000 | [diff] [blame] | 49 | Shared/linux/SeccompFilters/SeccompBroker.cpp |
| 50 | Shared/linux/SeccompFilters/SeccompFilters.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 51 | Shared/linux/SeccompFilters/SigactionSyscall.cpp |
| 52 | Shared/linux/SeccompFilters/SigprocmaskSyscall.cpp |
thiago.santos@intel.com | 0ee9d4d | 2013-04-09 09:07:32 +0000 | [diff] [blame] | 53 | Shared/linux/SeccompFilters/Syscall.cpp |
| 54 | Shared/linux/SeccompFilters/SyscallPolicy.cpp |
| 55 | |
commit-queue@webkit.org | ba25067 | 2012-07-24 09:13:23 +0000 | [diff] [blame] | 56 | Shared/soup/WebCoreArgumentCodersSoup.cpp |
carlosgc@webkit.org | e6ce9da | 2012-07-13 07:26:17 +0000 | [diff] [blame] | 57 | |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 58 | Shared/unix/ChildProcessMain.cpp |
| 59 | |
commit-queue@webkit.org | dd56fa5 | 2012-09-13 10:11:01 +0000 | [diff] [blame] | 60 | UIProcess/DefaultUndoController.cpp |
| 61 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 62 | UIProcess/API/C/CoordinatedGraphics/WKView.cpp |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 63 | |
christophe.dumez@intel.com | 9e7a345 | 2013-01-28 09:02:32 +0000 | [diff] [blame] | 64 | UIProcess/API/C/cairo/WKIconDatabaseCairo.cpp |
| 65 | |
ryuan.choi@samsung.com | ceaecbc | 2014-02-18 05:13:18 +0000 | [diff] [blame] | 66 | UIProcess/API/C/efl/WKColorPickerResultListener.cpp |
commit-queue@webkit.org | 23129a3 | 2013-06-28 01:53:32 +0000 | [diff] [blame] | 67 | UIProcess/API/C/efl/WKEventEfl.cpp |
ch.dumez@sisa.samsung.com | 93005b68 | 2013-02-19 00:40:44 +0000 | [diff] [blame] | 68 | UIProcess/API/C/efl/WKPageEfl.cpp |
| 69 | UIProcess/API/C/efl/WKPopupItem.cpp |
| 70 | UIProcess/API/C/efl/WKPopupMenuListener.cpp |
mikhail.pozdnyakov@intel.com | eb28eb9 | 2013-04-23 14:45:52 +0000 | [diff] [blame] | 71 | UIProcess/API/C/efl/WKViewEfl.cpp |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 72 | |
christophe.dumez@intel.com | f7343e0 | 2013-01-23 18:20:46 +0000 | [diff] [blame] | 73 | UIProcess/API/C/soup/WKCookieManagerSoup.cpp |
commit-queue@webkit.org | 188273e | 2014-10-08 06:37:40 +0000 | [diff] [blame] | 74 | UIProcess/API/C/soup/WKSoupCustomProtocolRequestManager.cpp |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 75 | |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 76 | UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.cpp |
| 77 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 78 | UIProcess/API/cpp/efl/WKEinaSharedString.cpp |
| 79 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 80 | UIProcess/API/efl/EwkView.cpp |
commit-queue@webkit.org | 1630886 | 2013-08-06 23:01:33 +0000 | [diff] [blame] | 81 | UIProcess/API/efl/GestureRecognizer.cpp |
commit-queue@webkit.org | d8c67e7 | 2012-11-27 23:56:54 +0000 | [diff] [blame] | 82 | UIProcess/API/efl/SnapshotImageGL.cpp |
k.czech@samsung.com | e2f7bc3 | 2014-10-23 08:02:35 +0000 | [diff] [blame] | 83 | UIProcess/API/efl/WebAccessibility.cpp |
ryuan.choi@samsung.com | 6fd69dd | 2014-03-17 05:46:10 +0000 | [diff] [blame] | 84 | UIProcess/API/efl/ewk_application_cache_manager.cpp |
commit-queue@webkit.org | 663e8a2 | 2012-11-01 15:32:42 +0000 | [diff] [blame] | 85 | UIProcess/API/efl/ewk_auth_request.cpp |
commit-queue@webkit.org | e639344 | 2012-08-07 10:46:14 +0000 | [diff] [blame] | 86 | UIProcess/API/efl/ewk_back_forward_list.cpp |
| 87 | UIProcess/API/efl/ewk_back_forward_list_item.cpp |
commit-queue@webkit.org | be9ca40 | 2012-10-26 11:32:25 +0000 | [diff] [blame] | 88 | UIProcess/API/efl/ewk_color_picker.cpp |
ryuan.choi@samsung.com | 5c8bdc11 | 2012-06-10 14:21:31 +0000 | [diff] [blame] | 89 | UIProcess/API/efl/ewk_context.cpp |
gyuyoung.kim@samsung.com | 514eb88 | 2012-11-21 14:24:54 +0000 | [diff] [blame] | 90 | UIProcess/API/efl/ewk_context_menu.cpp |
| 91 | UIProcess/API/efl/ewk_context_menu_item.cpp |
commit-queue@webkit.org | c5e2faa | 2012-07-18 14:41:22 +0000 | [diff] [blame] | 92 | UIProcess/API/efl/ewk_cookie_manager.cpp |
commit-queue@webkit.org | b0c6c4f9 | 2012-11-07 00:32:54 +0000 | [diff] [blame] | 93 | UIProcess/API/efl/ewk_database_manager.cpp |
commit-queue@webkit.org | 6c00bc9 | 2012-07-27 17:24:49 +0000 | [diff] [blame] | 94 | UIProcess/API/efl/ewk_download_job.cpp |
commit-queue@webkit.org | a69d654 | 2012-10-05 11:33:03 +0000 | [diff] [blame] | 95 | UIProcess/API/efl/ewk_error.cpp |
commit-queue@webkit.org | 58b89dc | 2012-10-15 19:44:09 +0000 | [diff] [blame] | 96 | UIProcess/API/efl/ewk_favicon_database.cpp |
commit-queue@webkit.org | 599a4cb | 2012-10-31 19:17:16 +0000 | [diff] [blame] | 97 | UIProcess/API/efl/ewk_file_chooser_request.cpp |
commit-queue@webkit.org | a135665 | 2012-07-26 13:28:25 +0000 | [diff] [blame] | 98 | UIProcess/API/efl/ewk_form_submission_request.cpp |
commit-queue@webkit.org | 6f7fca6 | 2012-07-25 08:30:00 +0000 | [diff] [blame] | 99 | UIProcess/API/efl/ewk_main.cpp |
commit-queue@webkit.org | 5cea218 | 2012-10-10 08:14:40 +0000 | [diff] [blame] | 100 | UIProcess/API/efl/ewk_navigation_data.cpp |
commit-queue@webkit.org | c4c6436 | 2012-07-12 08:35:36 +0000 | [diff] [blame] | 101 | UIProcess/API/efl/ewk_navigation_policy_decision.cpp |
commit-queue@webkit.org | d94dd55 | 2012-11-02 09:24:28 +0000 | [diff] [blame] | 102 | UIProcess/API/efl/ewk_object.cpp |
commit-queue@webkit.org | 800e330 | 2013-03-14 15:15:12 +0000 | [diff] [blame] | 103 | UIProcess/API/efl/ewk_page_group.cpp |
commit-queue@webkit.org | 837e168 | 2012-10-25 21:15:25 +0000 | [diff] [blame] | 104 | UIProcess/API/efl/ewk_popup_menu.cpp |
ryuan.choi@samsung.com | 55e804c | 2012-08-28 11:31:55 +0000 | [diff] [blame] | 105 | UIProcess/API/efl/ewk_popup_menu_item.cpp |
commit-queue@webkit.org | 0b31a25 | 2012-11-02 09:05:48 +0000 | [diff] [blame] | 106 | UIProcess/API/efl/ewk_security_origin.cpp |
commit-queue@webkit.org | 4cdf2d7 | 2012-09-03 14:48:45 +0000 | [diff] [blame] | 107 | UIProcess/API/efl/ewk_settings.cpp |
commit-queue@webkit.org | 0b31a25 | 2012-11-02 09:05:48 +0000 | [diff] [blame] | 108 | UIProcess/API/efl/ewk_storage_manager.cpp |
commit-queue@webkit.org | 22975d0 | 2012-10-17 10:30:52 +0000 | [diff] [blame] | 109 | UIProcess/API/efl/ewk_text_checker.cpp |
commit-queue@webkit.org | 96a167d | 2012-07-05 07:59:25 +0000 | [diff] [blame] | 110 | UIProcess/API/efl/ewk_url_request.cpp |
commit-queue@webkit.org | 8d23060 | 2012-07-12 03:22:03 +0000 | [diff] [blame] | 111 | UIProcess/API/efl/ewk_url_response.cpp |
commit-queue@webkit.org | c63fcf8 | 2012-07-23 15:49:04 +0000 | [diff] [blame] | 112 | UIProcess/API/efl/ewk_url_scheme_request.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 113 | UIProcess/API/efl/ewk_view.cpp |
commit-queue@webkit.org | 9298127 | 2012-11-21 03:21:11 +0000 | [diff] [blame] | 114 | UIProcess/API/efl/ewk_window_features.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 115 | |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 116 | UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp |
| 117 | UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp |
ryuan.choi@samsung.com | 0cde923 | 2013-11-14 09:12:12 +0000 | [diff] [blame] | 118 | UIProcess/CoordinatedGraphics/PageViewportController.cpp |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 119 | UIProcess/CoordinatedGraphics/WebPageProxyCoordinatedGraphics.cpp |
mikhail.pozdnyakov@intel.com | eb28eb9 | 2013-04-23 14:45:52 +0000 | [diff] [blame] | 120 | UIProcess/CoordinatedGraphics/WebView.cpp |
| 121 | UIProcess/CoordinatedGraphics/WebViewClient.cpp |
| 122 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 123 | UIProcess/InspectorServer/efl/WebInspectorServerEfl.cpp |
| 124 | |
| 125 | UIProcess/InspectorServer/soup/WebSocketServerSoup.cpp |
| 126 | |
| 127 | UIProcess/Launcher/efl/ProcessLauncherEfl.cpp |
| 128 | |
commit-queue@webkit.org | 188273e | 2014-10-08 06:37:40 +0000 | [diff] [blame] | 129 | UIProcess/Network/CustomProtocols/soup/CustomProtocolManagerProxySoup.cpp |
| 130 | UIProcess/Network/CustomProtocols/soup/WebSoupCustomProtocolRequestManager.cpp |
| 131 | UIProcess/Network/CustomProtocols/soup/WebSoupCustomProtocolRequestManagerClient.cpp |
| 132 | |
ossy@webkit.org | a82c35d | 2013-10-10 21:47:14 +0000 | [diff] [blame] | 133 | UIProcess/Network/soup/NetworkProcessProxySoup.cpp |
| 134 | |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 135 | UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp |
| 136 | UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp |
| 137 | |
| 138 | UIProcess/Storage/StorageManager.cpp |
| 139 | |
| 140 | UIProcess/cairo/BackingStoreCairo.cpp |
| 141 | |
commit-queue@webkit.org | 49a251c | 2012-10-25 17:56:26 +0000 | [diff] [blame] | 142 | UIProcess/efl/BatteryProvider.cpp |
commit-queue@webkit.org | 7b933e4 | 2012-10-24 07:54:27 +0000 | [diff] [blame] | 143 | UIProcess/efl/ContextHistoryClientEfl.cpp |
gyuyoung.kim@samsung.com | 514eb88 | 2012-11-21 14:24:54 +0000 | [diff] [blame] | 144 | UIProcess/efl/ContextMenuClientEfl.cpp |
commit-queue@webkit.org | 1f5d417 | 2012-10-23 10:53:37 +0000 | [diff] [blame] | 145 | UIProcess/efl/DownloadManagerEfl.cpp |
commit-queue@webkit.org | 89d3894 | 2013-09-16 12:51:40 +0000 | [diff] [blame] | 146 | UIProcess/efl/EasingCurves.cpp |
commit-queue@webkit.org | 23129a3 | 2013-06-28 01:53:32 +0000 | [diff] [blame] | 147 | UIProcess/efl/EwkTouchEvent.cpp |
| 148 | UIProcess/efl/EwkTouchPoint.cpp |
commit-queue@webkit.org | fea6a23 | 2012-10-24 11:02:12 +0000 | [diff] [blame] | 149 | UIProcess/efl/FindClientEfl.cpp |
| 150 | UIProcess/efl/FormClientEfl.cpp |
commit-queue@webkit.org | c261bad | 2012-10-26 09:40:21 +0000 | [diff] [blame] | 151 | UIProcess/efl/InputMethodContextEfl.cpp |
commit-queue@webkit.org | a05d164 | 2012-10-23 08:11:54 +0000 | [diff] [blame] | 152 | UIProcess/efl/PageLoadClientEfl.cpp |
commit-queue@webkit.org | c833582 | 2012-10-23 12:31:45 +0000 | [diff] [blame] | 153 | UIProcess/efl/PagePolicyClientEfl.cpp |
commit-queue@webkit.org | b80fbbd | 2012-10-23 11:41:41 +0000 | [diff] [blame] | 154 | UIProcess/efl/PageUIClientEfl.cpp |
commit-queue@webkit.org | 49a251c | 2012-10-25 17:56:26 +0000 | [diff] [blame] | 155 | UIProcess/efl/PageViewportControllerClientEfl.cpp |
commit-queue@webkit.org | 3e565bb | 2012-10-23 13:52:13 +0000 | [diff] [blame] | 156 | UIProcess/efl/RequestManagerClientEfl.cpp |
g.czajkowski@samsung.com | a2e88c1 | 2013-04-18 13:04:15 +0000 | [diff] [blame] | 157 | UIProcess/efl/TextCheckerClientEfl.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 158 | UIProcess/efl/TextCheckerEfl.cpp |
commit-queue@webkit.org | b9231fc | 2012-11-08 01:29:28 +0000 | [diff] [blame] | 159 | UIProcess/efl/VibrationClientEfl.cpp |
ch.dumez@sisa.samsung.com | 9109c0e | 2013-02-13 16:16:45 +0000 | [diff] [blame] | 160 | UIProcess/efl/ViewClientEfl.cpp |
ryuan.choi@samsung.com | ceaecbc | 2014-02-18 05:13:18 +0000 | [diff] [blame] | 161 | UIProcess/efl/WebColorPickerClient.cpp |
| 162 | UIProcess/efl/WebColorPickerEfl.cpp |
| 163 | UIProcess/efl/WebColorPickerResultListenerProxy.cpp |
gyuyoung.kim@samsung.com | 514eb88 | 2012-11-21 14:24:54 +0000 | [diff] [blame] | 164 | UIProcess/efl/WebContextMenuProxyEfl.cpp |
commit-queue@webkit.org | f7fd87c | 2012-07-18 12:59:21 +0000 | [diff] [blame] | 165 | UIProcess/efl/WebInspectorProxyEfl.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 166 | UIProcess/efl/WebPageProxyEfl.cpp |
ch.dumez@sisa.samsung.com | 93005b68 | 2013-02-19 00:40:44 +0000 | [diff] [blame] | 167 | UIProcess/efl/WebPopupItemEfl.cpp |
| 168 | UIProcess/efl/WebPopupMenuListenerEfl.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 169 | UIProcess/efl/WebPreferencesEfl.cpp |
g.czajkowski@samsung.com | 23fab95 | 2015-02-16 16:10:27 +0000 | [diff] [blame] | 170 | UIProcess/efl/WebProcessPoolEfl.cpp |
weinig@apple.com | c14ecd3 | 2012-09-25 04:09:02 +0000 | [diff] [blame] | 171 | UIProcess/efl/WebProcessProxyEfl.cpp |
ch.dumez@sisa.samsung.com | 93005b68 | 2013-02-19 00:40:44 +0000 | [diff] [blame] | 172 | UIProcess/efl/WebUIPopupMenuClient.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 173 | UIProcess/efl/WebViewEfl.cpp |
commit-queue@webkit.org | 4752254 | 2012-12-08 17:16:05 +0000 | [diff] [blame] | 174 | |
carlosgc@webkit.org | c74f54f | 2012-07-12 08:12:52 +0000 | [diff] [blame] | 175 | UIProcess/soup/WebCookieManagerProxySoup.cpp |
changseok.oh@collabora.com | 4b7dbbb | 2014-12-24 05:34:39 +0000 | [diff] [blame] | 176 | UIProcess/soup/WebProcessPoolSoup.cpp |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 177 | |
kubo@profusion.mobi | c3a2eeb5 | 2012-02-13 13:30:42 +0000 | [diff] [blame] | 178 | WebProcess/Cookies/soup/WebCookieManagerSoup.cpp |
carlosgc@webkit.org | c74f54f | 2012-07-12 08:12:52 +0000 | [diff] [blame] | 179 | WebProcess/Cookies/soup/WebKitSoupCookieJarSqlite.cpp |
kubo@profusion.mobi | c3a2eeb5 | 2012-02-13 13:30:42 +0000 | [diff] [blame] | 180 | |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 181 | WebProcess/InjectedBundle/API/efl/ewk_extension.cpp |
ryuan.choi@navercorp.com | 12dbedb | 2015-03-18 02:42:30 +0000 | [diff] [blame^] | 182 | WebProcess/InjectedBundle/API/efl/ewk_page.cpp |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 183 | |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 184 | WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp |
| 185 | |
jer.noble@apple.com | e50b1e3 | 2014-10-29 00:18:08 +0000 | [diff] [blame] | 186 | WebProcess/MediaCache/WebMediaKeyStorageManager.cpp |
| 187 | |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 188 | WebProcess/Plugins/Netscape/unix/PluginProxyUnix.cpp |
| 189 | |
| 190 | WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp |
| 191 | |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 192 | WebProcess/WebCoreSupport/efl/WebContextMenuClientEfl.cpp |
| 193 | WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp |
| 194 | WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp |
| 195 | WebProcess/WebCoreSupport/efl/WebPopupMenuEfl.cpp |
| 196 | |
commit-queue@webkit.org | e2aa22e | 2012-09-05 13:06:01 +0000 | [diff] [blame] | 197 | WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.cpp |
| 198 | |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 199 | WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp |
| 200 | WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp |
| 201 | WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp |
| 202 | |
commit-queue@webkit.org | 358e426 | 2013-01-24 10:11:51 +0000 | [diff] [blame] | 203 | WebProcess/WebPage/atk/WebPageAccessibilityObjectAtk.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 204 | |
timothy@apple.com | 6e81b9e | 2014-09-24 19:58:08 +0000 | [diff] [blame] | 205 | WebProcess/WebPage/efl/WebInspectorUIEfl.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 206 | WebProcess/WebPage/efl/WebPageEfl.cpp |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 207 | |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 208 | WebProcess/efl/ExtensionManagerEfl.cpp |
thiago.santos@intel.com | 0ee9d4d | 2013-04-09 09:07:32 +0000 | [diff] [blame] | 209 | WebProcess/efl/SeccompFiltersWebProcessEfl.cpp |
commit-queue@webkit.org | 565b297 | 2012-09-05 23:04:38 +0000 | [diff] [blame] | 210 | WebProcess/efl/WebProcessMainEfl.cpp |
| 211 | |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 212 | WebProcess/soup/WebKitSoupRequestGeneric.cpp |
| 213 | WebProcess/soup/WebKitSoupRequestInputStream.cpp |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 214 | WebProcess/soup/WebProcessSoup.cpp |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 215 | ) |
| 216 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 217 | list(APPEND WebKit2_MESSAGES_IN_FILES |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 218 | UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.messages.in |
| 219 | |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 220 | WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.messages.in |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 221 | ) |
| 222 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 223 | list(APPEND WebKit2_INCLUDE_DIRECTORIES |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 224 | "${WEBCORE_DIR}/platform/efl" |
| 225 | "${WEBCORE_DIR}/platform/graphics/cairo" |
commit-queue@webkit.org | 19ce59d | 2014-03-04 08:26:28 +0000 | [diff] [blame] | 226 | "${WEBCORE_DIR}/platform/graphics/efl" |
mario@webkit.org | 1795391 | 2013-11-07 15:18:43 +0000 | [diff] [blame] | 227 | "${WEBCORE_DIR}/platform/graphics/opentype" |
kubo@profusion.mobi | c3a2eeb5 | 2012-02-13 13:30:42 +0000 | [diff] [blame] | 228 | "${WEBCORE_DIR}/platform/network/soup" |
commit-queue@webkit.org | 22975d0 | 2012-10-17 10:30:52 +0000 | [diff] [blame] | 229 | "${WEBCORE_DIR}/platform/text/enchant" |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 230 | "${WEBKIT2_DIR}/NetworkProcess/efl" |
ossy@webkit.org | ab7af2d | 2013-10-16 09:07:12 +0000 | [diff] [blame] | 231 | "${WEBKIT2_DIR}/NetworkProcess/unix" |
bw80.lee@samsung.com | c508962 | 2013-10-11 04:55:47 +0000 | [diff] [blame] | 232 | "${WEBKIT2_DIR}/Platform/efl" |
commit-queue@webkit.org | 800e330 | 2013-03-14 15:15:12 +0000 | [diff] [blame] | 233 | "${WEBKIT2_DIR}/Shared/API/c/efl" |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 234 | "${WEBKIT2_DIR}/Shared/CoordinatedGraphics" |
gyuyoung.kim@samsung.com | b73c9d1 | 2013-01-25 03:03:33 +0000 | [diff] [blame] | 235 | "${WEBKIT2_DIR}/Shared/Downloads/soup" |
commit-queue@webkit.org | 188273e | 2014-10-08 06:37:40 +0000 | [diff] [blame] | 236 | "${WEBKIT2_DIR}/Shared/Network/CustomProtocols/soup" |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 237 | "${WEBKIT2_DIR}/Shared/efl" |
carlosgc@webkit.org | c74f54f | 2012-07-12 08:12:52 +0000 | [diff] [blame] | 238 | "${WEBKIT2_DIR}/Shared/soup" |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 239 | "${WEBKIT2_DIR}/Shared/unix" |
christophe.dumez@intel.com | 9e7a345 | 2013-01-28 09:02:32 +0000 | [diff] [blame] | 240 | "${WEBKIT2_DIR}/UIProcess/API/C/cairo" |
mikhail.pozdnyakov@intel.com | eb28eb9 | 2013-04-23 14:45:52 +0000 | [diff] [blame] | 241 | "${WEBKIT2_DIR}/UIProcess/API/C/CoordinatedGraphics" |
ryuan.choi@samsung.com | 71b5434 | 2012-06-21 15:11:48 +0000 | [diff] [blame] | 242 | "${WEBKIT2_DIR}/UIProcess/API/C/efl" |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 243 | "${WEBKIT2_DIR}/UIProcess/API/C/soup" |
commit-queue@webkit.org | 5ab53c0 | 2012-08-08 14:40:54 +0000 | [diff] [blame] | 244 | "${WEBKIT2_DIR}/UIProcess/API/cpp/efl" |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 245 | "${WEBKIT2_DIR}/UIProcess/API/efl" |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 246 | "${WEBKIT2_DIR}/UIProcess/CoordinatedGraphics" |
m.pakula@samsung.com | 1095d15 | 2014-03-25 12:13:15 +0000 | [diff] [blame] | 247 | "${WEBKIT2_DIR}/UIProcess/Network/CustomProtocols/soup" |
ryuan.choi@samsung.com | 55e804c | 2012-08-28 11:31:55 +0000 | [diff] [blame] | 248 | "${WEBKIT2_DIR}/UIProcess/efl" |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 249 | "${WEBKIT2_DIR}/UIProcess/soup" |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 250 | "${WEBKIT2_DIR}/WebProcess/efl" |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 251 | "${WEBKIT2_DIR}/WebProcess/soup" |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 252 | "${WEBKIT2_DIR}/WebProcess/unix" |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 253 | "${WEBKIT2_DIR}/WebProcess/InjectedBundle/API/efl" |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 254 | "${WEBKIT2_DIR}/WebProcess/WebCoreSupport/efl" |
commit-queue@webkit.org | e2aa22e | 2012-09-05 13:06:01 +0000 | [diff] [blame] | 255 | "${WEBKIT2_DIR}/WebProcess/WebCoreSupport/soup" |
ryuan.choi@samsung.com | ce72ffe | 2014-03-18 15:03:55 +0000 | [diff] [blame] | 256 | "${WEBKIT2_DIR}/WebProcess/WebPage/CoordinatedGraphics" |
commit-queue@webkit.org | 645d275 | 2012-10-17 22:04:47 +0000 | [diff] [blame] | 257 | "${WTF_DIR}/wtf/efl/" |
ryuan.choi@samsung.com | e9e65c2 | 2012-05-30 12:12:23 +0000 | [diff] [blame] | 258 | "${WTF_DIR}/wtf/gobject" |
rakuco@webkit.org | fb7fec1 | 2012-05-04 00:39:57 +0000 | [diff] [blame] | 259 | ${CAIRO_INCLUDE_DIRS} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 260 | ${ECORE_EVAS_INCLUDE_DIRS} |
ryuan.choi@samsung.com | 927e74f | 2013-03-06 00:15:43 +0000 | [diff] [blame] | 261 | ${ECORE_IMF_EVAS_INCLUDE_DIRS} |
| 262 | ${ECORE_IMF_INCLUDE_DIRS} |
| 263 | ${ECORE_INCLUDE_DIRS} |
| 264 | ${ECORE_X_INCLUDE_DIRS} |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 265 | ${EDJE_INCLUDE_DIRS} |
commit-queue@webkit.org | 9cb75d8 | 2012-07-26 12:01:37 +0000 | [diff] [blame] | 266 | ${EFREET_INCLUDE_DIRS} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 267 | ${EINA_INCLUDE_DIRS} |
ryuan.choi@samsung.com | 4445954 | 2012-12-21 00:59:46 +0000 | [diff] [blame] | 268 | ${EO_INCLUDE_DIRS} |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 269 | ${EVAS_INCLUDE_DIRS} |
ljaehun.lim@samsung.com | 41d410f | 2014-12-01 07:36:45 +0000 | [diff] [blame] | 270 | ${GLIB_INCLUDE_DIRS} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 271 | ${HARFBUZZ_INCLUDE_DIRS} |
commit-queue@webkit.org | 565b297 | 2012-09-05 23:04:38 +0000 | [diff] [blame] | 272 | ${LIBSOUP_INCLUDE_DIRS} |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 273 | ${LIBXML2_INCLUDE_DIR} |
| 274 | ${LIBXSLT_INCLUDE_DIRS} |
| 275 | ${SQLITE_INCLUDE_DIRS} |
| 276 | ) |
| 277 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 278 | list(APPEND WebKit2_LIBRARIES |
gyuyoung.kim@samsung.com | 3b34f20 | 2014-08-11 10:07:59 +0000 | [diff] [blame] | 279 | WTF |
rakuco@webkit.org | fb7fec1 | 2012-05-04 00:39:57 +0000 | [diff] [blame] | 280 | ${CAIRO_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 281 | ${CMAKE_DL_LIBS} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 282 | ${ECORE_EVAS_LIBRARIES} |
kbalazs@webkit.org | d50a83e | 2013-07-17 08:37:03 +0000 | [diff] [blame] | 283 | ${ECORE_IMF_EVAS_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 284 | ${ECORE_LIBRARIES} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 285 | ${EDJE_LIBRARIES} |
commit-queue@webkit.org | 9cb75d8 | 2012-07-26 12:01:37 +0000 | [diff] [blame] | 286 | ${EFREET_LIBRARIES} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 287 | ${EINA_LIBRARIES} |
ryuan.choi@samsung.com | 4445954 | 2012-12-21 00:59:46 +0000 | [diff] [blame] | 288 | ${EO_LIBRARIES} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 289 | ${EVAS_LIBRARIES} |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 290 | ${FONTCONFIG_LIBRARIES} |
thiago.lacerda@openbossa.org | 79957d4 | 2014-03-21 03:47:26 +0000 | [diff] [blame] | 291 | ${FREETYPE2_LIBRARIES} |
rakuco@webkit.org | 6624e35 | 2012-08-13 23:41:07 +0000 | [diff] [blame] | 292 | ${GLIB_GIO_LIBRARIES} |
| 293 | ${GLIB_GOBJECT_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 294 | ${GLIB_LIBRARIES} |
| 295 | ${HARFBUZZ_LIBRARIES} |
| 296 | ${JPEG_LIBRARIES} |
rakuco@webkit.org | 48d9a03 | 2012-08-13 23:30:23 +0000 | [diff] [blame] | 297 | ${LIBSOUP_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 298 | ${LIBXML2_LIBRARIES} |
| 299 | ${OPENGL_LIBRARIES} |
| 300 | ${PNG_LIBRARIES} |
| 301 | ${SQLITE_LIBRARIES} |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 302 | ) |
| 303 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 304 | list(APPEND WebProcess_SOURCES |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 305 | WebProcess/EntryPoint/unix/WebProcessMain.cpp |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 306 | ) |
| 307 | |
m.pakula@samsung.com | 1095d15 | 2014-03-25 12:13:15 +0000 | [diff] [blame] | 308 | list(APPEND NetworkProcess_SOURCES |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 309 | NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp |
m.pakula@samsung.com | 1095d15 | 2014-03-25 12:13:15 +0000 | [diff] [blame] | 310 | ) |
| 311 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 312 | list(APPEND WebProcess_LIBRARIES |
rakuco@webkit.org | fb7fec1 | 2012-05-04 00:39:57 +0000 | [diff] [blame] | 313 | ${CAIRO_LIBRARIES} |
commit-queue@webkit.org | 201bf1c | 2012-12-18 02:39:54 +0000 | [diff] [blame] | 314 | ${ECORE_IMF_EVAS_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 315 | ${ECORE_IMF_LIBRARIES} |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 316 | ${EDJE_LIBRARIES} |
| 317 | ${EFLDEPS_LIBRARIES} |
| 318 | ${EVAS_LIBRARIES} |
| 319 | ${LIBXML2_LIBRARIES} |
| 320 | ${LIBXSLT_LIBRARIES} |
commit-queue@webkit.org | adb694d | 2012-08-08 05:38:28 +0000 | [diff] [blame] | 321 | ${OPENGL_LIBRARIES} |
ryuan.choi@samsung.com | f97cd69 | 2011-12-22 10:47:50 +0000 | [diff] [blame] | 322 | ${SQLITE_LIBRARIES} |
| 323 | ) |
| 324 | |
thiago.santos@intel.com | 0ee9d4d | 2013-04-09 09:07:32 +0000 | [diff] [blame] | 325 | if (ENABLE_SECCOMP_FILTERS) |
| 326 | list(APPEND WebKit2_LIBRARIES |
| 327 | ${LIBSECCOMP_LIBRARIES} |
| 328 | ) |
| 329 | list(APPEND WebKit2_INCLUDE_DIRECTORIES |
| 330 | ${LIBSECCOMP_INCLUDE_DIRS} |
| 331 | ) |
| 332 | |
| 333 | # If building with jhbuild, add the root build directory to the |
| 334 | # filesystem access policy. |
ljaehun.lim@samsung.com | 7e8a25f | 2014-12-09 04:56:38 +0000 | [diff] [blame] | 335 | if (IS_DIRECTORY ${CMAKE_SOURCE_DIR}/WebKitBuild/DependenciesEFL) |
thiago.santos@intel.com | 0ee9d4d | 2013-04-09 09:07:32 +0000 | [diff] [blame] | 336 | add_definitions(-DSOURCE_DIR=\"${CMAKE_SOURCE_DIR}\") |
| 337 | endif () |
| 338 | endif () |
| 339 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 340 | if (ENABLE_ECORE_X) |
| 341 | list(APPEND WebProcess_LIBRARIES |
commit-queue@webkit.org | 0d52568 | 2012-10-24 14:33:47 +0000 | [diff] [blame] | 342 | ${ECORE_X_LIBRARIES} |
kbalazs@webkit.org | d50a83e | 2013-07-17 08:37:03 +0000 | [diff] [blame] | 343 | ${X11_Xext_LIB} |
| 344 | ) |
| 345 | list(APPEND WebKit2_LIBRARIES |
| 346 | ${ECORE_X_LIBRARIES} |
| 347 | ) |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 348 | endif () |
commit-queue@webkit.org | 0d52568 | 2012-10-24 14:33:47 +0000 | [diff] [blame] | 349 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 350 | add_custom_target(forwarding-headerEfl |
paroga@webkit.org | 3b00bfc | 2012-07-30 18:49:49 +0000 | [diff] [blame] | 351 | COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${WEBKIT2_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include efl |
bw80.lee@samsung.com | a2a2084 | 2013-04-24 22:50:14 +0000 | [diff] [blame] | 352 | COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${WEBKIT2_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include CoordinatedGraphics |
paroga@webkit.org | 3b00bfc | 2012-07-30 18:49:49 +0000 | [diff] [blame] | 353 | ) |
paroga@webkit.org | 3b00bfc | 2012-07-30 18:49:49 +0000 | [diff] [blame] | 354 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 355 | add_custom_target(forwarding-headerSoup |
paroga@webkit.org | 3b00bfc | 2012-07-30 18:49:49 +0000 | [diff] [blame] | 356 | COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${WEBKIT2_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include soup |
| 357 | ) |
mrobinson@webkit.org | 0373a74 | 2013-05-21 18:49:40 +0000 | [diff] [blame] | 358 | |
| 359 | set(WEBKIT2_EXTRA_DEPENDENCIES |
| 360 | forwarding-headerEfl |
| 361 | forwarding-headerSoup |
| 362 | ) |
paroga@webkit.org | 3b00bfc | 2012-07-30 18:49:49 +0000 | [diff] [blame] | 363 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 364 | configure_file(efl/ewebkit2.pc.in ${CMAKE_BINARY_DIR}/WebKit2/efl/ewebkit2.pc @ONLY) |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 365 | configure_file(efl/ewebkit2-extension.pc.in ${CMAKE_BINARY_DIR}/WebKit2/efl/ewebkit2-extension.pc @ONLY) |
ryuan.choi@samsung.com | 063f814 | 2013-11-18 11:31:51 +0000 | [diff] [blame] | 366 | configure_file(efl/EWebKit2Config.cmake.in ${CMAKE_BINARY_DIR}/WebKit2/efl/EWebKit2Config.cmake @ONLY) |
| 367 | configure_file(efl/EWebKit2ConfigVersion.cmake.in ${CMAKE_BINARY_DIR}/WebKit2/efl/EWebKit2ConfigVersion.cmake @ONLY) |
ryuan.choi@samsung.com | 3f43d06 | 2014-07-23 07:21:35 +0000 | [diff] [blame] | 368 | configure_file(UIProcess/API/efl/EWebKit2.h.in ${DERIVED_SOURCES_WEBKIT2_DIR}/include/EWebKit2.h) |
ryuan.choi@samsung.com | 063f814 | 2013-11-18 11:31:51 +0000 | [diff] [blame] | 369 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 370 | set(EWebKit2_HEADERS |
ryuan.choi@samsung.com | 3f43d06 | 2014-07-23 07:21:35 +0000 | [diff] [blame] | 371 | "${DERIVED_SOURCES_WEBKIT2_DIR}/include/EWebKit2.h" |
commit-queue@webkit.org | 663e8a2 | 2012-11-01 15:32:42 +0000 | [diff] [blame] | 372 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_auth_request.h" |
commit-queue@webkit.org | e639344 | 2012-08-07 10:46:14 +0000 | [diff] [blame] | 373 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_back_forward_list.h" |
| 374 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_back_forward_list_item.h" |
ryuan.choi@samsung.com | 6fd69dd | 2014-03-17 05:46:10 +0000 | [diff] [blame] | 375 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_application_cache_manager.h" |
commit-queue@webkit.org | be9ca40 | 2012-10-26 11:32:25 +0000 | [diff] [blame] | 376 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_color_picker.h" |
commit-queue@webkit.org | bff9a10 | 2012-06-21 15:46:40 +0000 | [diff] [blame] | 377 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_context.h" |
ryuan.choi@samsung.com | 7dcb7d7 | 2012-12-17 06:47:40 +0000 | [diff] [blame] | 378 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_context_menu.h" |
| 379 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_context_menu_item.h" |
commit-queue@webkit.org | c5e2faa | 2012-07-18 14:41:22 +0000 | [diff] [blame] | 380 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_cookie_manager.h" |
commit-queue@webkit.org | b0c6c4f9 | 2012-11-07 00:32:54 +0000 | [diff] [blame] | 381 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_database_manager.h" |
commit-queue@webkit.org | 6c00bc9 | 2012-07-27 17:24:49 +0000 | [diff] [blame] | 382 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_download_job.h" |
commit-queue@webkit.org | a69d654 | 2012-10-05 11:33:03 +0000 | [diff] [blame] | 383 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_error.h" |
commit-queue@webkit.org | 58b89dc | 2012-10-15 19:44:09 +0000 | [diff] [blame] | 384 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_favicon_database.h" |
commit-queue@webkit.org | 599a4cb | 2012-10-31 19:17:16 +0000 | [diff] [blame] | 385 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_file_chooser_request.h" |
commit-queue@webkit.org | a135665 | 2012-07-26 13:28:25 +0000 | [diff] [blame] | 386 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_form_submission_request.h" |
ryuan.choi@samsung.com | 6b3da63 | 2014-08-16 04:35:59 +0000 | [diff] [blame] | 387 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_intro.h" |
gyuyoung.kim@samsung.com | 324ab95 | 2012-09-28 10:49:05 +0000 | [diff] [blame] | 388 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_main.h" |
commit-queue@webkit.org | 5cea218 | 2012-10-10 08:14:40 +0000 | [diff] [blame] | 389 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_navigation_data.h" |
commit-queue@webkit.org | 975681a | 2012-07-13 17:09:03 +0000 | [diff] [blame] | 390 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_navigation_policy_decision.h" |
commit-queue@webkit.org | d94dd55 | 2012-11-02 09:24:28 +0000 | [diff] [blame] | 391 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_object.h" |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 392 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_page_group.h" |
commit-queue@webkit.org | 837e168 | 2012-10-25 21:15:25 +0000 | [diff] [blame] | 393 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_popup_menu.h" |
ryuan.choi@samsung.com | 55e804c | 2012-08-28 11:31:55 +0000 | [diff] [blame] | 394 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_popup_menu_item.h" |
commit-queue@webkit.org | 0b31a25 | 2012-11-02 09:05:48 +0000 | [diff] [blame] | 395 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_security_origin.h" |
commit-queue@webkit.org | 4cdf2d7 | 2012-09-03 14:48:45 +0000 | [diff] [blame] | 396 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_settings.h" |
commit-queue@webkit.org | 0b31a25 | 2012-11-02 09:05:48 +0000 | [diff] [blame] | 397 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_storage_manager.h" |
commit-queue@webkit.org | 22975d0 | 2012-10-17 10:30:52 +0000 | [diff] [blame] | 398 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_text_checker.h" |
commit-queue@webkit.org | ea16162 | 2012-09-21 06:23:33 +0000 | [diff] [blame] | 399 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_touch.h" |
commit-queue@webkit.org | 975681a | 2012-07-13 17:09:03 +0000 | [diff] [blame] | 400 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_url_request.h" |
| 401 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_url_response.h" |
commit-queue@webkit.org | c63fcf8 | 2012-07-23 15:49:04 +0000 | [diff] [blame] | 402 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_url_scheme_request.h" |
commit-queue@webkit.org | bff9a10 | 2012-06-21 15:46:40 +0000 | [diff] [blame] | 403 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_view.h" |
commit-queue@webkit.org | 9298127 | 2012-11-21 03:21:11 +0000 | [diff] [blame] | 404 | "${CMAKE_CURRENT_SOURCE_DIR}/UIProcess/API/efl/ewk_window_features.h" |
commit-queue@webkit.org | bff9a10 | 2012-06-21 15:46:40 +0000 | [diff] [blame] | 405 | ) |
| 406 | |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 407 | set(EWebKit2_Extension_HEADERS |
| 408 | "${CMAKE_CURRENT_SOURCE_DIR}/WebProcess/InjectedBundle/API/efl/EWebKit_Extension.h" |
| 409 | "${CMAKE_CURRENT_SOURCE_DIR}/WebProcess/InjectedBundle/API/efl/ewk_extension.h" |
ryuan.choi@navercorp.com | 12dbedb | 2015-03-18 02:42:30 +0000 | [diff] [blame^] | 410 | "${CMAKE_CURRENT_SOURCE_DIR}/WebProcess/InjectedBundle/API/efl/ewk_page.h" |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 411 | ) |
| 412 | |
ryuan.choi@navercorp.com | 12dbedb | 2015-03-18 02:42:30 +0000 | [diff] [blame^] | 413 | install(FILES ${EWebKit2_HEADERS} DESTINATION ${HEADER_INSTALL_DIR}) |
| 414 | install(FILES ${EWebKit2_Extension_HEADERS} DESTINATION ${HEADER_INSTALL_DIR}/extension) |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 415 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 416 | install(FILES ${CMAKE_BINARY_DIR}/WebKit2/efl/ewebkit2.pc DESTINATION lib/pkgconfig) |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 417 | install(FILES ${CMAKE_BINARY_DIR}/WebKit2/efl/ewebkit2-extension.pc DESTINATION lib/pkgconfig) |
ryuan.choi@samsung.com | 063f814 | 2013-11-18 11:31:51 +0000 | [diff] [blame] | 418 | install(FILES |
| 419 | ${CMAKE_BINARY_DIR}/WebKit2/efl/EWebKit2Config.cmake |
| 420 | ${CMAKE_BINARY_DIR}/WebKit2/efl/EWebKit2ConfigVersion.cmake |
| 421 | DESTINATION lib/cmake/EWebKit2) |
| 422 | |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 423 | set(EWEBKIT_EXTENSION_MANAGER_INSTALL_DIR "${LIB_INSTALL_DIR}/${WebKit2_OUTPUT_NAME}-${PROJECT_VERSION_MAJOR}/" CACHE PATH "Absolute path to install injected bundle which controls the extension library") |
| 424 | |
| 425 | add_library(ewebkit_extension_manager SHARED "${WEBKIT2_DIR}/WebProcess/efl/WebInjectedBundleMainEfl.cpp") |
| 426 | target_link_libraries(ewebkit_extension_manager WebKit2) |
| 427 | |
| 428 | install(TARGETS ewebkit_extension_manager DESTINATION "${EWEBKIT_EXTENSION_MANAGER_INSTALL_DIR}") |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 429 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 430 | if (ENABLE_PLUGIN_PROCESS) |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 431 | list(APPEND PluginProcess_INCLUDE_DIRECTORIES |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 432 | "${WEBKIT2_DIR}/PluginProcess/unix" |
| 433 | ) |
| 434 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 435 | include_directories(${PluginProcess_INCLUDE_DIRECTORIES}) |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 436 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 437 | list(APPEND PluginProcess_SOURCES |
carlosgc@webkit.org | 0bdecfe | 2014-05-23 09:57:56 +0000 | [diff] [blame] | 438 | ${WEBKIT2_DIR}/PluginProcess/EntryPoint/unix/PluginProcessMain.cpp |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 439 | ) |
| 440 | |
kbalazs@webkit.org | d50a83e | 2013-07-17 08:37:03 +0000 | [diff] [blame] | 441 | if (ENABLE_ECORE_X) |
| 442 | list(APPEND PluginProcess_LIBRARIES |
| 443 | ${ECORE_X_LIBRARIES} |
| 444 | ) |
| 445 | endif () |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 446 | endif () # ENABLE_PLUGIN_PROCESS |
commit-queue@webkit.org | 74ba6be | 2012-09-29 06:31:08 +0000 | [diff] [blame] | 447 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 448 | include_directories(${THIRDPARTY_DIR}/gtest/include) |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 449 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 450 | set(EWK2UnitTests_LIBRARIES |
commit-queue@webkit.org | baeaccc | 2012-07-23 20:26:00 +0000 | [diff] [blame] | 451 | ${CAIRO_LIBRARIES} |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 452 | ${ECORE_EVAS_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 453 | ${ECORE_LIBRARIES} |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 454 | ${EVAS_LIBRARIES} |
rakuco@webkit.org | 2687667 | 2012-08-13 23:49:06 +0000 | [diff] [blame] | 455 | ${GLIB_GIO_LIBRARIES} |
| 456 | ${GLIB_GOBJECT_LIBRARIES} |
commit-queue@webkit.org | 36bd77a | 2012-12-06 21:58:01 +0000 | [diff] [blame] | 457 | ${GLIB_GTHREAD_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 458 | ${GLIB_LIBRARIES} |
rakuco@webkit.org | 48d9a03 | 2012-08-13 23:30:23 +0000 | [diff] [blame] | 459 | ${LIBSOUP_LIBRARIES} |
paroga@webkit.org | efce2eb | 2013-09-23 08:07:44 +0000 | [diff] [blame] | 460 | JavaScriptCore |
| 461 | WTF |
| 462 | WebCore |
| 463 | WebKit2 |
commit-queue@webkit.org | fc592f4 | 2012-07-18 11:15:41 +0000 | [diff] [blame] | 464 | gtest |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 465 | ) |
| 466 | |
k.czech@samsung.com | 2b4f9a6 | 2014-10-23 09:35:46 +0000 | [diff] [blame] | 467 | if (ENABLE_ECORE_X) |
| 468 | list(APPEND EWK2UnitTests_LIBRARIES |
| 469 | ${ECORE_X_LIBRARIES} |
| 470 | ) |
| 471 | endif () |
| 472 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 473 | set(WEBKIT2_EFL_TEST_DIR "${WEBKIT2_DIR}/UIProcess/API/efl/tests") |
| 474 | set(TEST_RESOURCES_DIR ${WEBKIT2_EFL_TEST_DIR}/resources) |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 475 | set(TEST_EXTENSIONS_DIR ${WEBKIT2_EFL_TEST_DIR}/extensions) |
gyuyoung.kim@samsung.com | cdebde2 | 2014-01-09 00:35:34 +0000 | [diff] [blame] | 476 | set(WEBKIT2_EFL_TEST_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/TestWebKitAPI/EWebKit2) |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 477 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 478 | add_definitions(-DTEST_RESOURCES_DIR=\"${TEST_RESOURCES_DIR}\" |
commit-queue@webkit.org | 905d5ba | 2012-09-24 12:31:54 +0000 | [diff] [blame] | 479 | -DTEST_LIB_DIR=\"${CMAKE_LIBRARY_OUTPUT_DIRECTORY}\" |
commit-queue@webkit.org | fc592f4 | 2012-07-18 11:15:41 +0000 | [diff] [blame] | 480 | -DGTEST_LINKED_AS_SHARED_LIBRARY=1 |
mrobinson@webkit.org | 68d6abd | 2014-05-21 16:39:17 +0000 | [diff] [blame] | 481 | -DLIBEXECDIR=\"${EXEC_INSTALL_DIR}\" |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 482 | -DEXTENSIONMANAGERDIR=\"${CMAKE_INSTALL_PREFIX}/${EWEBKIT_EXTENSION_MANAGER_INSTALL_DIR}\" |
paroga@webkit.org | 8c21780 | 2013-05-18 11:36:50 +0000 | [diff] [blame] | 483 | -DWEBPROCESSNAME=\"WebProcess\" |
| 484 | -DPLUGINPROCESSNAME=\"PluginProcess\" |
ossy@webkit.org | ab7af2d | 2013-10-16 09:07:12 +0000 | [diff] [blame] | 485 | -DNETWORKPROCESSNAME=\"NetworkProcess\" |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 486 | -DEXTENSIONMANAGERNAME=\"libewebkit_extension_manager.so\" |
ryuan.choi@samsung.com | 7023dfb | 2014-08-26 10:51:01 +0000 | [diff] [blame] | 487 | -DGTEST_HAS_RTTI=0 |
commit-queue@webkit.org | fc592f4 | 2012-07-18 11:15:41 +0000 | [diff] [blame] | 488 | ) |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 489 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 490 | add_library(ewk2UnitTestUtils |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 491 | ${WEBKIT2_EFL_TEST_DIR}/UnitTestUtils/EWK2UnitTestBase.cpp |
| 492 | ${WEBKIT2_EFL_TEST_DIR}/UnitTestUtils/EWK2UnitTestEnvironment.cpp |
| 493 | ${WEBKIT2_EFL_TEST_DIR}/UnitTestUtils/EWK2UnitTestMain.cpp |
commit-queue@webkit.org | baeaccc | 2012-07-23 20:26:00 +0000 | [diff] [blame] | 494 | ${WEBKIT2_EFL_TEST_DIR}/UnitTestUtils/EWK2UnitTestServer.cpp |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 495 | ) |
| 496 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 497 | target_link_libraries(ewk2UnitTestUtils ${EWK2UnitTests_LIBRARIES}) |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 498 | |
| 499 | # The "ewk" on the test name needs to be suffixed with "2", otherwise it |
| 500 | # will clash with tests from the WebKit 1 test suite. |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 501 | set(EWK2UnitTests_BINARIES |
k.czech@samsung.com | e2f7bc3 | 2014-10-23 08:02:35 +0000 | [diff] [blame] | 502 | test_ewk2_accessibility |
ryuan.choi@samsung.com | 6fd69dd | 2014-03-17 05:46:10 +0000 | [diff] [blame] | 503 | test_ewk2_application_cache_manager |
ch.dumez@sisa.samsung.com | 263f4c0 | 2013-02-12 23:10:31 +0000 | [diff] [blame] | 504 | test_ewk2_auth_request |
commit-queue@webkit.org | 68a200e | 2012-08-17 15:37:18 +0000 | [diff] [blame] | 505 | test_ewk2_back_forward_list |
commit-queue@webkit.org | be9ca40 | 2012-10-26 11:32:25 +0000 | [diff] [blame] | 506 | test_ewk2_color_picker |
commit-queue@webkit.org | 3ca0d43 | 2012-07-26 16:04:20 +0000 | [diff] [blame] | 507 | test_ewk2_context |
commit-queue@webkit.org | 5cea218 | 2012-10-10 08:14:40 +0000 | [diff] [blame] | 508 | test_ewk2_context_history_callbacks |
commit-queue@webkit.org | baeaccc | 2012-07-23 20:26:00 +0000 | [diff] [blame] | 509 | test_ewk2_cookie_manager |
commit-queue@webkit.org | b0c6c4f9 | 2012-11-07 00:32:54 +0000 | [diff] [blame] | 510 | test_ewk2_database_manager |
commit-queue@webkit.org | 603c987 | 2015-03-05 14:05:12 +0000 | [diff] [blame] | 511 | test_ewk2_download_job |
commit-queue@webkit.org | 0df599b | 2012-08-20 11:52:26 +0000 | [diff] [blame] | 512 | test_ewk2_eina_shared_string |
commit-queue@webkit.org | 58b89dc | 2012-10-15 19:44:09 +0000 | [diff] [blame] | 513 | test_ewk2_favicon_database |
commit-queue@webkit.org | 599a4cb | 2012-10-31 19:17:16 +0000 | [diff] [blame] | 514 | test_ewk2_file_chooser_request |
ryuan.choi@navercorp.com | 12dbedb | 2015-03-18 02:42:30 +0000 | [diff] [blame^] | 515 | test_ewk2_javascript_binding |
commit-queue@webkit.org | 2e423be | 2012-11-02 16:09:54 +0000 | [diff] [blame] | 516 | test_ewk2_object |
commit-queue@webkit.org | 800e330 | 2013-03-14 15:15:12 +0000 | [diff] [blame] | 517 | test_ewk2_page_group |
commit-queue@webkit.org | 837e168 | 2012-10-25 21:15:25 +0000 | [diff] [blame] | 518 | test_ewk2_popup_menu |
commit-queue@webkit.org | 4cdf2d7 | 2012-09-03 14:48:45 +0000 | [diff] [blame] | 519 | test_ewk2_settings |
pmolnar.u-szeged@partner.samsung.com | 31a5841 | 2014-03-31 12:59:56 +0000 | [diff] [blame] | 520 | test_ewk2_ssl |
commit-queue@webkit.org | 11a69f6 | 2015-03-16 14:32:38 +0000 | [diff] [blame] | 521 | test_ewk2_storage_manager |
g.czajkowski@samsung.com | f874168 | 2014-12-10 13:00:05 +0000 | [diff] [blame] | 522 | test_ewk2_text_checker |
ryuan.choi@gmail.com | 5f271bc | 2014-10-02 11:14:43 +0000 | [diff] [blame] | 523 | test_ewk2_view |
commit-queue@webkit.org | 9298127 | 2012-11-21 03:21:11 +0000 | [diff] [blame] | 524 | test_ewk2_window_features |
commit-queue@webkit.org | 58eba59 | 2012-07-12 21:46:04 +0000 | [diff] [blame] | 525 | ) |
| 526 | |
thiago.santos@intel.com | 39a2f6f | 2013-01-21 08:18:18 +0000 | [diff] [blame] | 527 | # Skipped unit tests list: |
| 528 | # |
| 529 | # webkit.org/b/107422: test_ewk2_auth_request |
gyuyoung.kim@samsung.com | 941468a | 2014-05-16 05:21:24 +0000 | [diff] [blame] | 530 | # webkit.org/b/132980: test_ewk2_context_menu |
thiago.santos@intel.com | 39a2f6f | 2013-01-21 08:18:18 +0000 | [diff] [blame] | 531 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 532 | if (ENABLE_API_TESTS) |
| 533 | foreach (testName ${EWK2UnitTests_BINARIES}) |
| 534 | add_executable(${testName} ${WEBKIT2_EFL_TEST_DIR}/${testName}.cpp) |
gyuyoung.kim@samsung.com | cdebde2 | 2014-01-09 00:35:34 +0000 | [diff] [blame] | 535 | add_test(${testName} ${WEBKIT2_EFL_TEST_RUNTIME_OUTPUT_DIRECTORY}/${testName}) |
thiago.santos@intel.com | b1c5dde | 2012-12-17 10:49:19 +0000 | [diff] [blame] | 536 | set_tests_properties(${testName} PROPERTIES TIMEOUT 60) |
gyuyoung.kim@samsung.com | cdebde2 | 2014-01-09 00:35:34 +0000 | [diff] [blame] | 537 | set_target_properties(${testName} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${WEBKIT2_EFL_TEST_RUNTIME_OUTPUT_DIRECTORY}) |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 538 | target_link_libraries(${testName} ${EWK2UnitTests_LIBRARIES} ewk2UnitTestUtils) |
| 539 | endforeach () |
commit-queue@webkit.org | 56737f8 | 2012-09-20 14:39:23 +0000 | [diff] [blame] | 540 | |
ryuan.choi@gmail.com | b386076 | 2014-10-12 07:15:25 +0000 | [diff] [blame] | 541 | add_library(ewk2UnitTestExtensionSample SHARED ${TEST_EXTENSIONS_DIR}/extension_sample.cpp) |
ryuan.choi@navercorp.com | fed7bc4 | 2015-02-24 11:02:14 +0000 | [diff] [blame] | 542 | target_link_libraries(ewk2UnitTestExtensionSample ${EINA_LIBRARIES} WebKit2) |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 543 | endif () |
commit-queue@webkit.org | 22975d0 | 2012-10-17 10:30:52 +0000 | [diff] [blame] | 544 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 545 | if (ENABLE_SPELLCHECK) |
| 546 | list(APPEND WebKit2_INCLUDE_DIRECTORIES |
commit-queue@webkit.org | 22975d0 | 2012-10-17 10:30:52 +0000 | [diff] [blame] | 547 | ${ENCHANT_INCLUDE_DIRS} |
| 548 | ) |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 549 | list(APPEND WebKit2_LIBRARIES |
commit-queue@webkit.org | 22975d0 | 2012-10-17 10:30:52 +0000 | [diff] [blame] | 550 | ${ENCHANT_LIBRARIES} |
| 551 | ) |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 552 | endif () |
commit-queue@webkit.org | 358e426 | 2013-01-24 10:11:51 +0000 | [diff] [blame] | 553 | |
| 554 | if (ENABLE_ACCESSIBILITY) |
| 555 | list(APPEND WebKit2_INCLUDE_DIRECTORIES |
| 556 | "${WEBKIT2_DIR}/WebProcess/WebPage/atk" |
| 557 | ${ATK_INCLUDE_DIRS} |
| 558 | ) |
| 559 | list(APPEND WebKit2_LIBRARIES |
| 560 | ${ATK_LIBRARIES} |
| 561 | ) |
| 562 | endif () |
ljaehun.lim@samsung.com | 41d410f | 2014-12-01 07:36:45 +0000 | [diff] [blame] | 563 | |
| 564 | if (ENABLE_BATTERY_STATUS) |
| 565 | list(APPEND WebKit2_LIBRARIES |
| 566 | ${ELDBUS_LIBRARIES} |
| 567 | ) |
| 568 | endif () |