X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Source%2FWebKit2%2FPlatformTizen.cmake;h=69a33e4d6f7e9d3d74ba453050aa473f2d175636;hb=e7eb13dfcc1c419b1b44254fc7d0069e57da61cd;hp=0e07a16280b4741a9b96b6eab790f11dddfff4c0;hpb=4b9bed99c3d755e3b1f230b5b3d7436878515cba;p=framework%2Fweb%2Fwebkit-efl.git diff --git a/Source/WebKit2/PlatformTizen.cmake b/Source/WebKit2/PlatformTizen.cmake index 0e07a16..69a33e4 100755 --- a/Source/WebKit2/PlatformTizen.cmake +++ b/Source/WebKit2/PlatformTizen.cmake @@ -23,6 +23,7 @@ LIST(APPEND WebKit2StaticForDebug_INCLUDE_DIRECTORIES "${WEBKIT2_DIR}/UIProcess/tizen" "${WEBKIT2_DIR}/WebProcess/LocalFileSystem" "${WEBKIT2_DIR}/WebProcess/MediaStream" + "${WEBKIT2_DIR}/WebProcess/WebCoreSupport/efl/tizen" "${WEBKIT2_DIR}/WebProcess/WebPage/efl/tizen" "${WTF_DIR}" ${ELEMENTARY_INCLUDE_DIRS} @@ -67,14 +68,13 @@ LIST(APPEND WebKit2StaticForDebug_SOURCES UIProcess/API/C/efl/tizen/WKIconDatabaseTizen.cpp UIProcess/API/C/efl/tizen/WKPageTizen.cpp UIProcess/API/C/efl/tizen/WKPreferencesTizen.cpp - UIProcess/API/C/WKUserMediaPermissionRequest.cpp + UIProcess/API/C/efl/tizen/WKUserMediaPermissionRequest.cpp UIProcess/API/efl/ewk_auth_challenge.cpp UIProcess/API/efl/ewk_certificate.cpp UIProcess/API/efl/ewk_context_injected_bundle_client.cpp UIProcess/API/efl/ewk_context_menu.cpp UIProcess/API/efl/ewk_custom_handlers.cpp - UIProcess/API/efl/ewk_error.cpp UIProcess/API/efl/ewk_form_data.cpp UIProcess/API/efl/ewk_frame.cpp UIProcess/API/efl/ewk_geolocation.cpp @@ -88,12 +88,10 @@ LIST(APPEND WebKit2StaticForDebug_SOURCES UIProcess/API/efl/ewk_user_media.cpp UIProcess/API/efl/ewk_util.cpp UIProcess/API/efl/ewk_view_context_menu_client.cpp - UIProcess/API/efl/ewk_view_find_client.cpp UIProcess/API/efl/ewk_view_geolocation_provider.cpp UIProcess/API/efl/ewk_view_icondatabase_client.cpp UIProcess/API/efl/ewk_view_notification_provider.cpp UIProcess/API/efl/ewk_view_tizen_client.cpp - UIProcess/API/efl/ewk_view_ui_client.cpp UIProcess/API/efl/ewk_web_application_icon_data.cpp UIProcess/API/efl/tizen/ClipboardHelper.cpp @@ -143,19 +141,17 @@ LIST(APPEND WebKit2StaticForDebug_SOURCES WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp WebProcess/Plugins/Netscape/efl/PluginProxyEfl.cpp - WebProcess/WebCoreSupport/WebRegisterContentHandlerClient.cpp - WebProcess/WebCoreSupport/WebRegisterProtocolHandlerClient.cpp - WebProcess/WebCoreSupport/WebUserMediaClient.cpp - WebProcess/WebCoreSupport/tizen/WebDragClientTizen.cpp - WebProcess/WebCoreSupport/tizen/WebErrorsTizen.cpp + WebProcess/WebCoreSupport/efl/tizen/WebRegisterContentHandlerClient.cpp + WebProcess/WebCoreSupport/efl/tizen/WebRegisterProtocolHandlerClient.cpp + WebProcess/WebCoreSupport/efl/tizen/WebUserMediaClient.cpp + WebProcess/WebCoreSupport/efl/tizen/WebDragClientTizen.cpp + WebProcess/WebCoreSupport/efl/tizen/WebErrorsTizen.cpp WebProcess/WebPage/cairo/RecordingSurfaceSetCairo.cpp - WebProcess/WebPage/efl/PlatformSurfacePoolEfl.cpp - WebProcess/WebPage/efl/TiledBackingStoreRemoteTileTizen.cpp WebProcess/WebPage/efl/tizen/LinkMagnifier.cpp - + WebProcess/WebPage/efl/tizen/PlatformSurfacePoolTizen.cpp WebProcess/WebPage/efl/tizen/ScreenReader.cpp - + WebProcess/WebPage/efl/tizen/TiledBackingStoreRemoteTileTizen.cpp WebProcess/WebPage/efl/tizen/WebPageSerializerTizen.cpp )