Move EWK implementation code into ewk/ directory where it belongs.
authorPiotr Tworek <p.tworek@samsung.com>
Wed, 4 Mar 2015 11:02:47 +0000 (20:02 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitea435d7384b4183e8ff9ffca6fa439be77a5a390
treec73bc8491700c7cdd1436e608de9a54b2e3b7023
parent73224c789077f245e0af1ba6e218a5733af41e5b
Move EWK implementation code into ewk/ directory where it belongs.

Around 3/4 of the code from impl is responsible for implementing EWK API
specifics. This code belongs in ewk/ directory of tizen_src. This patch
performs the move and ajusts the build system and chromium_impl code to
make EWK buildable again. With this patch in place it's possible to
build crosswalk, content_shell and EWK apps once again on desktop. All
of the apps should run, but rendering is still broken in EWK. This will
be handlled in a separate commit.

Change-Id: I28bcbbd4c142c6db25e0efbbabfc69d79e2542ca
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
346 files changed:
tizen_src/build/build_desktop.sh
tizen_src/build/common.sh
tizen_src/build/gyp_chromiumefl
tizen_src/build/gyp_chromiumefl.sh
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.h
tizen_src/chromium_impl/content/browser/tracing/tracing_controller_efl.cc [moved from tizen_src/impl/browser/tracing/tracing_controller_efl.cc with 97% similarity]
tizen_src/chromium_impl/content/browser/tracing/tracing_controller_efl.h [moved from tizen_src/impl/browser/tracing/tracing_controller_efl.h with 100% similarity]
tizen_src/chromium_impl/content/browser/web_contents/web_contents_impl_efl.cc
tizen_src/chromium_impl/content/browser/web_contents/web_contents_impl_efl.h
tizen_src/chromium_impl/content/browser/web_contents/web_contents_view_efl.cc
tizen_src/chromium_impl/content/common/message_generator_efl.h
tizen_src/chromium_impl/content/common/paths_efl.cc
tizen_src/chromium_impl/content/common/paths_efl.h
tizen_src/chromium_impl/content/common/render_messages_efl.h
tizen_src/chromium_impl/content/content_efl.gypi
tizen_src/chromium_impl/ui/ui_efl.gypi
tizen_src/chromium_impl/ui/ui_targets_efl.gyp
tizen_src/ewk/chromium-ewk.gyp
tizen_src/ewk/chromium-ewk.gypi [new file with mode: 0644]
tizen_src/ewk/efl_integration/EdgeEffect.cpp [moved from tizen_src/impl/EdgeEffect.cpp with 99% similarity]
tizen_src/ewk/efl_integration/EdgeEffect.h [moved from tizen_src/impl/EdgeEffect.h with 100% similarity]
tizen_src/ewk/efl_integration/autofill_popup_view_efl.cc [moved from tizen_src/impl/autofill_popup_view_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/autofill_popup_view_efl.h [moved from tizen_src/impl/autofill_popup_view_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/autofill/autofill_manager_delegate_efl.cc [moved from tizen_src/impl/browser/autofill/autofill_manager_delegate_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/autofill/autofill_manager_delegate_efl.h [moved from tizen_src/impl/browser/autofill/autofill_manager_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/autofill/autofill_pref_store_efl.cc [moved from tizen_src/impl/browser/autofill/autofill_pref_store_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/autofill/autofill_pref_store_efl.h [moved from tizen_src/impl/browser/autofill/autofill_pref_store_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/autofill/personal_data_manager_factory.cc [moved from tizen_src/impl/browser/autofill/personal_data_manager_factory.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/autofill/personal_data_manager_factory.h [moved from tizen_src/impl/browser/autofill/personal_data_manager_factory.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/browsing_data_remover_efl.cc [moved from tizen_src/impl/browser/renderer_host/browsing_data_remover_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/browser/browsing_data_remover_efl.h [moved from tizen_src/impl/browser/renderer_host/browsing_data_remover_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/download_manager_delegate_efl.cc [moved from tizen_src/impl/browser/download_manager_delegate_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/download_manager_delegate_efl.h [moved from tizen_src/impl/browser/download_manager_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/editor_client_observer.cc [moved from tizen_src/impl/components/editing/content/browser/editor_client_observer.cc with 98% similarity]
tizen_src/ewk/efl_integration/browser/editor_client_observer.h [moved from tizen_src/impl/components/editing/content/browser/editor_client_observer.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_commands.cc [moved from tizen_src/impl/browser/favicon/favicon_commands.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_commands.h [moved from tizen_src/impl/browser/favicon/favicon_commands.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_database.cc [moved from tizen_src/impl/browser/favicon/favicon_database.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_database.h [moved from tizen_src/impl/browser/favicon/favicon_database.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_database_p.cc [moved from tizen_src/impl/browser/favicon/favicon_database_p.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_database_p.h [moved from tizen_src/impl/browser/favicon/favicon_database_p.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_downloader.cc [moved from tizen_src/impl/browser/favicon/favicon_downloader.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_downloader.h [moved from tizen_src/impl/browser/favicon/favicon_downloader.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_service.cc [moved from tizen_src/impl/browser/favicon/favicon_service.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/favicon/favicon_service.h [moved from tizen_src/impl/browser/favicon/favicon_service.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/geolocation/access_token_store_efl.cc [moved from tizen_src/impl/browser/geolocation/access_token_store_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/geolocation/access_token_store_efl.h [moved from tizen_src/impl/browser/geolocation/access_token_store_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/geolocation/geolocation_permission_context_efl.cc [moved from tizen_src/impl/browser/geolocation/geolocation_permission_context_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/browser/geolocation/geolocation_permission_context_efl.h [moved from tizen_src/impl/browser/geolocation/geolocation_permission_context_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/geolocation/location_provider_efl.cc [moved from tizen_src/impl/browser/geolocation/location_provider_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/geolocation/location_provider_efl.h [moved from tizen_src/impl/browser/geolocation/location_provider_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/inputpicker/InputPicker.cc [moved from tizen_src/impl/browser/inputpicker/InputPicker.cc with 99% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/inputpicker/InputPicker.h [moved from tizen_src/impl/browser/inputpicker/InputPicker.h with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/inputpicker/color_chooser_efl.cc [moved from tizen_src/impl/browser/inputpicker/color_chooser_efl.cc with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/inputpicker/color_chooser_efl.h [moved from tizen_src/impl/browser/inputpicker/color_chooser_efl.h with 89% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/javascript_dialog_manager_efl.cc [moved from tizen_src/impl/browser/javascript_dialog_manager_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/javascript_dialog_manager_efl.h [moved from tizen_src/impl/browser/javascript_dialog_manager_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/javascript_modal_dialog_efl.cc [moved from tizen_src/impl/browser/javascript_modal_dialog_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/browser/javascript_modal_dialog_efl.h [moved from tizen_src/impl/browser/javascript_modal_dialog_efl.h with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/login_delegate_efl.cc [moved from tizen_src/impl/browser/login_delegate_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/login_delegate_efl.h [moved from tizen_src/impl/browser/login_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/mime_override_manager_efl.cc [moved from tizen_src/impl/browser/mime_override_manager_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/mime_override_manager_efl.h [moved from tizen_src/impl/browser/mime_override_manager_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/motion/MotionUI.cc [moved from tizen_src/impl/browser/motion/MotionUI.cc with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/motion/MotionUI.h [moved from tizen_src/impl/browser/motion/MotionUI.h with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/motion/wkext_motion.cc [moved from tizen_src/impl/browser/motion/wkext_motion.cc with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/motion/wkext_motion.h [moved from tizen_src/impl/browser/motion/wkext_motion.h with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/navigation_policy_handler_efl.cc [moved from tizen_src/impl/browser/navigation_policy_handler_efl.cc with 80% similarity]
tizen_src/ewk/efl_integration/browser/navigation_policy_handler_efl.h [moved from tizen_src/impl/browser/navigation_policy_handler_efl.h with 82% similarity]
tizen_src/ewk/efl_integration/browser/notification/notification_controller_efl.cc [moved from tizen_src/impl/browser/notification/notification_controller_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/notification/notification_controller_efl.h [moved from tizen_src/impl/browser/notification/notification_controller_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/content_password_manager_driver.cc [moved from tizen_src/impl/browser/password_manager/content_password_manager_driver.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/content_password_manager_driver.h [moved from tizen_src/impl/browser/password_manager/content_password_manager_driver.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_form_manager.cc [moved from tizen_src/impl/browser/password_manager/password_form_manager.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_form_manager.h [moved from tizen_src/impl/browser/password_manager/password_form_manager.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_generation_manager.cc [moved from tizen_src/impl/browser/password_manager/password_generation_manager.cc with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/password_manager/password_generation_manager.h [moved from tizen_src/impl/browser/password_manager/password_generation_manager.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager.cc [moved from tizen_src/impl/browser/password_manager/password_manager.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager.h [moved from tizen_src/impl/browser/password_manager/password_manager.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager_client.cc [moved from tizen_src/impl/browser/password_manager/password_manager_client.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager_client.h [moved from tizen_src/impl/browser/password_manager/password_manager_client.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager_client_efl.cc [moved from tizen_src/impl/browser/password_manager/password_manager_client_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager_client_efl.h [moved from tizen_src/impl/browser/password_manager/password_manager_client_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager_driver.h [moved from tizen_src/impl/browser/password_manager/password_manager_driver.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager_util.h [moved from tizen_src/impl/browser/password_manager/password_manager_util.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_manager_util_efl.cc [moved from tizen_src/impl/browser/password_manager/password_manager_util_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/password_manager/password_store_factory.cc [moved from tizen_src/impl/browser/password_manager/password_store_factory.cc with 98% similarity, mode: 0644]
tizen_src/ewk/efl_integration/browser/password_manager/password_store_factory.h [moved from tizen_src/impl/browser/password_manager/password_store_factory.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/policy_response_delegate_efl.cc [moved from tizen_src/impl/browser/policy_response_delegate_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/browser/policy_response_delegate_efl.h [moved from tizen_src/impl/browser/policy_response_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/render_message_filter_efl.cc [moved from tizen_src/impl/browser/renderer_host/render_message_filter_efl.cc with 88% similarity]
tizen_src/ewk/efl_integration/browser/render_message_filter_efl.h [moved from tizen_src/impl/browser/renderer_host/render_message_filter_efl.h with 95% similarity]
tizen_src/ewk/efl_integration/browser/resource_dispatcher_host_delegate_efl.cc [moved from tizen_src/impl/browser/resource_dispatcher_host_delegate_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/browser/resource_dispatcher_host_delegate_efl.h [moved from tizen_src/impl/browser/resource_dispatcher_host_delegate_efl.h with 98% similarity]
tizen_src/ewk/efl_integration/browser/resource_throttle_efl.cc [moved from tizen_src/impl/browser/resource_throttle_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/resource_throttle_efl.h [moved from tizen_src/impl/browser/resource_throttle_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/scoped_allow_wait_for_legacy_web_view_api.h [moved from tizen_src/impl/browser/scoped_allow_wait_for_legacy_web_view_api.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/scoped_wait_for_ewk.h [moved from tizen_src/impl/browser/scoped_wait_for_ewk.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/selectpicker/WebPopupItem.cc [moved from tizen_src/impl/browser/selectpicker/WebPopupItem.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/selectpicker/WebPopupItem.h [moved from tizen_src/impl/browser/selectpicker/WebPopupItem.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/selectpicker/popup_menu_item.cc [moved from tizen_src/impl/browser/selectpicker/popup_menu_item.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/selectpicker/popup_menu_item.h [moved from tizen_src/impl/browser/selectpicker/popup_menu_item.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/selectpicker/popup_menu_item_private.h [moved from tizen_src/impl/browser/selectpicker/popup_menu_item_private.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/selectpicker/popup_picker.cc [moved from tizen_src/impl/browser/selectpicker/popup_picker.cc with 99% similarity]
tizen_src/ewk/efl_integration/browser/selectpicker/popup_picker.h [moved from tizen_src/impl/browser/selectpicker/popup_picker.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/sound_effect.cc [moved from tizen_src/impl/browser/sound_effect.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/sound_effect.h [moved from tizen_src/impl/browser/sound_effect.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/sound_effect_tizen.cc [moved from tizen_src/impl/browser/sound_effect_tizen.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/vibration/vibration_message_filter.cc [moved from tizen_src/impl/browser/vibration/vibration_message_filter.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/vibration/vibration_message_filter.h [moved from tizen_src/impl/browser/vibration/vibration_message_filter.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/vibration/vibration_provider_client.cc [moved from tizen_src/impl/browser/vibration/vibration_provider_client.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/vibration/vibration_provider_client.h [moved from tizen_src/impl/browser/vibration/vibration_provider_client.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/web_cache_efl/web_cache_manager_efl.cc [moved from tizen_src/impl/browser/renderer_host/web_cache_manager_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/browser/web_cache_efl/web_cache_manager_efl.h [moved from tizen_src/impl/browser/renderer_host/web_cache_manager_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/web_view_browser_message_filter.cc [moved from tizen_src/impl/browser/web_view_browser_message_filter.cc with 96% similarity]
tizen_src/ewk/efl_integration/browser/web_view_browser_message_filter.h [moved from tizen_src/impl/browser/web_view_browser_message_filter.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/webdata/web_data_service.cc [moved from tizen_src/impl/browser/webdata/web_data_service.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser/webdata/web_data_service.h [moved from tizen_src/impl/browser/webdata/web_data_service.h with 100% similarity]
tizen_src/ewk/efl_integration/browser/webdata/web_data_service_factory.cc [moved from tizen_src/impl/browser/webdata/web_data_service_factory.cc with 99% similarity]
tizen_src/ewk/efl_integration/browser/webdata/web_data_service_factory.h [moved from tizen_src/impl/browser/webdata/web_data_service_factory.h with 100% similarity]
tizen_src/ewk/efl_integration/browser_context_efl.cc [moved from tizen_src/impl/browser_context_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/browser_context_efl.h [moved from tizen_src/impl/browser_context_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/browser_main_parts_efl.cc [moved from tizen_src/impl/browser_main_parts_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/browser_main_parts_efl.h [moved from tizen_src/impl/browser_main_parts_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/command_line_efl.cc [moved from tizen_src/impl/command_line_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/command_line_efl.h [moved from tizen_src/impl/command_line_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/common/cache_params_efl.h [moved from tizen_src/chromium_impl/content/common/cache_params_efl.h with 94% similarity]
tizen_src/ewk/efl_integration/common/content_client_efl.cc [moved from tizen_src/impl/common/content_client_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/common/content_client_efl.h [moved from tizen_src/impl/common/content_client_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/common/content_switches_efl.cc [moved from tizen_src/impl/common/content_switches_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/common/content_switches_efl.h [moved from tizen_src/impl/common/content_switches_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/common/editing_messages.h [moved from tizen_src/impl/components/editing/content/common/editing_messages.h with 100% similarity]
tizen_src/ewk/efl_integration/common/message_generator_ewk.cc [new file with mode: 0644]
tizen_src/ewk/efl_integration/common/message_generator_ewk.h [new file with mode: 0644]
tizen_src/ewk/efl_integration/common/navigation_policy_params.cc [moved from tizen_src/chromium_impl/content/common/navigation_policy_params.cc with 84% similarity]
tizen_src/ewk/efl_integration/common/navigation_policy_params.h [moved from tizen_src/chromium_impl/content/common/navigation_policy_params.h with 95% similarity]
tizen_src/ewk/efl_integration/common/print_pages_params.cc [moved from tizen_src/chromium_impl/content/renderer/print_pages_params.cc with 84% similarity]
tizen_src/ewk/efl_integration/common/print_pages_params.h [moved from tizen_src/chromium_impl/content/renderer/print_pages_params.h with 96% similarity]
tizen_src/ewk/efl_integration/common/render_messages_ewk.h [new file with mode: 0644]
tizen_src/ewk/efl_integration/common/version_info.cc [moved from tizen_src/impl/common/version_info.cc with 100% similarity]
tizen_src/ewk/efl_integration/common/version_info.h [moved from tizen_src/impl/common/version_info.h with 100% similarity]
tizen_src/ewk/efl_integration/common/version_info_efl.h [moved from tizen_src/impl/common/version_info_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/common/web_contents_utils.cc [moved from tizen_src/impl/common/web_contents_utils.cc with 93% similarity]
tizen_src/ewk/efl_integration/common/web_contents_utils.h [moved from tizen_src/impl/common/web_contents_utils.h with 100% similarity]
tizen_src/ewk/efl_integration/content_browser_client_efl.cc [moved from tizen_src/impl/content_browser_client_efl.cc with 98% similarity, mode: 0644]
tizen_src/ewk/efl_integration/content_browser_client_efl.h [moved from tizen_src/impl/content_browser_client_efl.h with 99% similarity]
tizen_src/ewk/efl_integration/content_main_delegate_efl.cc [moved from tizen_src/impl/content_main_delegate_efl.cc with 97% similarity]
tizen_src/ewk/efl_integration/content_main_delegate_efl.h [moved from tizen_src/impl/content_main_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/context_menu_controller_efl.cc [moved from tizen_src/impl/context_menu_controller_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/context_menu_controller_efl.h [moved from tizen_src/impl/context_menu_controller_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/cookie_manager.cc [moved from tizen_src/impl/cookie_manager.cc with 100% similarity]
tizen_src/ewk/efl_integration/cookie_manager.h [moved from tizen_src/impl/cookie_manager.h with 100% similarity]
tizen_src/ewk/efl_integration/devtools_delegate_efl.cc [moved from tizen_src/impl/devtools_delegate_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/devtools_delegate_efl.h [moved from tizen_src/impl/devtools_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/devtools_manager_delegate_efl.cc [moved from tizen_src/impl/devtools_manager_delegate_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/devtools_manager_delegate_efl.h [moved from tizen_src/impl/devtools_manager_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/efl_integration.gypi [new file with mode: 0644]
tizen_src/ewk/efl_integration/efl_webprocess.cc [moved from tizen_src/ewk/efl_webprocess/efl_webprocess.cc with 100% similarity]
tizen_src/ewk/efl_integration/efl_webprocess_main.cc [moved from tizen_src/impl/efl_webprocess_main.cc with 100% similarity]
tizen_src/ewk/efl_integration/efl_webprocess_main.h [moved from tizen_src/impl/efl_webprocess_main.h with 100% similarity]
tizen_src/ewk/efl_integration/eweb_context.cc [moved from tizen_src/impl/eweb_context.cc with 99% similarity]
tizen_src/ewk/efl_integration/eweb_context.h [moved from tizen_src/impl/eweb_context.h with 97% similarity]
tizen_src/ewk/efl_integration/eweb_view.cc [moved from tizen_src/impl/eweb_view.cc with 96% similarity]
tizen_src/ewk/efl_integration/eweb_view.h [moved from tizen_src/impl/eweb_view.h with 98% similarity]
tizen_src/ewk/efl_integration/eweb_view_callbacks.h [moved from tizen_src/impl/eweb_view_callbacks.h with 97% similarity]
tizen_src/ewk/efl_integration/ewk_global_data.cc [moved from tizen_src/impl/ewk_global_data.cc with 98% similarity]
tizen_src/ewk/efl_integration/ewk_global_data.h [moved from tizen_src/impl/ewk_global_data.h with 100% similarity]
tizen_src/ewk/efl_integration/file_chooser_controller_efl.cc [moved from tizen_src/impl/file_chooser_controller_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/file_chooser_controller_efl.h [moved from tizen_src/impl/file_chooser_controller_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/http_user_agent_settings_efl.cc [moved from tizen_src/impl/http_user_agent_settings_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/http_user_agent_settings_efl.h [moved from tizen_src/impl/http_user_agent_settings_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/locale_efl.cc [moved from tizen_src/impl/locale_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/locale_efl.h [moved from tizen_src/impl/locale_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/memory_purger.cc [moved from tizen_src/impl/memory_purger.cc with 98% similarity]
tizen_src/ewk/efl_integration/memory_purger.h [moved from tizen_src/impl/memory_purger.h with 100% similarity]
tizen_src/ewk/efl_integration/message_pump_for_ui_efl.cc [moved from tizen_src/impl/message_pump_for_ui_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/message_pump_for_ui_efl.h [moved from tizen_src/impl/message_pump_for_ui_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/network_delegate_efl.cc [moved from tizen_src/impl/network_delegate_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/network_delegate_efl.h [moved from tizen_src/impl/network_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/popup_controller_efl.cc [moved from tizen_src/impl/popup_controller_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/popup_controller_efl.h [moved from tizen_src/impl/popup_controller_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_auth_challenge_private.h [moved from tizen_src/impl/API/ewk_auth_challenge_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_autofill_profile_private.cc [moved from tizen_src/impl/API/ewk_autofill_profile_private.cc with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_autofill_profile_private.h [moved from tizen_src/impl/API/ewk_autofill_profile_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_certificate_private.h [moved from tizen_src/impl/API/ewk_certificate_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_console_message_private.h [moved from tizen_src/impl/API/ewk_console_message_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_context_form_autofill_profile_private.cc [moved from tizen_src/impl/API/ewk_context_form_autofill_profile_private.cc with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_context_form_autofill_profile_private.h [moved from tizen_src/impl/API/ewk_context_form_autofill_profile_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_context_menu_private.h [moved from tizen_src/impl/API/ewk_context_menu_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_cookie_manager_private.h [moved from tizen_src/impl/API/ewk_cookie_manager_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_error_private.h [moved from tizen_src/impl/API/ewk_error_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_geolocation_private.cc [moved from tizen_src/impl/API/ewk_geolocation_private.cc with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_geolocation_private.h [moved from tizen_src/impl/API/ewk_geolocation_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_hit_test_private.cc
tizen_src/ewk/efl_integration/private/ewk_hit_test_private.h
tizen_src/ewk/efl_integration/private/ewk_ipc_message_private.cc [moved from tizen_src/impl/API/ewk_ipc_message_private.cc with 90% similarity]
tizen_src/ewk/efl_integration/private/ewk_ipc_message_private.h [moved from tizen_src/impl/API/ewk_ipc_message_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_policy_decision_private.cc
tizen_src/ewk/efl_integration/private/ewk_policy_decision_private.h
tizen_src/ewk/efl_integration/private/ewk_security_origin_private.h
tizen_src/ewk/efl_integration/private/ewk_settings_private.cc [moved from tizen_src/impl/API/ewk_settings_private.cc with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_settings_private.h [moved from tizen_src/impl/API/ewk_settings_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_suspendable_object.cc [moved from tizen_src/impl/API/ewk_suspendable_object.cc with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_suspendable_object.h [moved from tizen_src/impl/API/ewk_suspendable_object.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_text_style_private.h [moved from tizen_src/impl/API/ewk_text_style_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_tracing_private.cc [moved from tizen_src/impl/API/ewk_tracing_private.cc with 92% similarity]
tizen_src/ewk/efl_integration/private/ewk_tracing_private.h [moved from tizen_src/impl/API/ewk_tracing_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_user_media_private.h [moved from tizen_src/impl/API/ewk_user_media_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_view_private.cc
tizen_src/ewk/efl_integration/private/ewk_web_application_icon_data_private.cc [moved from tizen_src/impl/API/ewk_web_application_icon_data_private.cc with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_web_application_icon_data_private.h [moved from tizen_src/impl/API/ewk_web_application_icon_data_private.h with 100% similarity]
tizen_src/ewk/efl_integration/private/ewk_window_features_private.h [moved from tizen_src/impl/API/ewk_window_features_private.h with 100% similarity]
tizen_src/ewk/efl_integration/public/ewk_auth_challenge.cc
tizen_src/ewk/efl_integration/public/ewk_auth_request.cc
tizen_src/ewk/efl_integration/public/ewk_autofill_profile.cc
tizen_src/ewk/efl_integration/public/ewk_certificate.cc
tizen_src/ewk/efl_integration/public/ewk_console_message.cc
tizen_src/ewk/efl_integration/public/ewk_context.cc
tizen_src/ewk/efl_integration/public/ewk_context_menu.cc
tizen_src/ewk/efl_integration/public/ewk_cookie_manager.cc
tizen_src/ewk/efl_integration/public/ewk_error.cc
tizen_src/ewk/efl_integration/public/ewk_geolocation.cc
tizen_src/ewk/efl_integration/public/ewk_hit_test.cc
tizen_src/ewk/efl_integration/public/ewk_main.cc
tizen_src/ewk/efl_integration/public/ewk_notification.cc
tizen_src/ewk/efl_integration/public/ewk_policy_decision.cc
tizen_src/ewk/efl_integration/public/ewk_settings.cc
tizen_src/ewk/efl_integration/public/ewk_text_style.cc
tizen_src/ewk/efl_integration/public/ewk_tracing.cc
tizen_src/ewk/efl_integration/public/ewk_user_media.cc
tizen_src/ewk/efl_integration/public/ewk_view.cc
tizen_src/ewk/efl_integration/public/ewk_web_application_icon_data.cc
tizen_src/ewk/efl_integration/public/ewk_window_features.cc
tizen_src/ewk/efl_integration/renderer/content_renderer_client_efl.cc [moved from tizen_src/impl/renderer/content_renderer_client_efl.cc with 97% similarity]
tizen_src/ewk/efl_integration/renderer/content_renderer_client_efl.h [moved from tizen_src/impl/renderer/content_renderer_client_efl.h with 71% similarity]
tizen_src/ewk/efl_integration/renderer/editorclient_agent.cc [moved from tizen_src/impl/components/editing/content/renderer/editorclient_agent.cc with 92% similarity]
tizen_src/ewk/efl_integration/renderer/editorclient_agent.h [moved from tizen_src/impl/components/editing/content/renderer/editorclient_agent.h with 100% similarity]
tizen_src/ewk/efl_integration/renderer/print_web_view_helper_efl.cc [moved from tizen_src/impl/renderer/print_web_view_helper_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/renderer/print_web_view_helper_efl.h [moved from tizen_src/impl/renderer/print_web_view_helper_efl.h with 96% similarity]
tizen_src/ewk/efl_integration/renderer/render_frame_observer_efl.cc [moved from tizen_src/impl/renderer/render_frame_observer_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/renderer/render_frame_observer_efl.h [moved from tizen_src/impl/renderer/render_frame_observer_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/renderer/render_process_observer_efl.cc [moved from tizen_src/impl/renderer/render_process_observer_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/renderer/render_process_observer_efl.h [moved from tizen_src/impl/renderer/render_process_observer_efl.h with 96% similarity]
tizen_src/ewk/efl_integration/renderer/render_view_observer_efl.cc [moved from tizen_src/impl/renderer/render_view_observer_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/renderer/render_view_observer_efl.h [moved from tizen_src/impl/renderer/render_view_observer_efl.h with 98% similarity]
tizen_src/ewk/efl_integration/resource/AutofillPopup.edc [moved from tizen_src/impl/resource/AutofillPopup.edc with 100% similarity]
tizen_src/ewk/efl_integration/resource/DisambiguationPopup.edc [moved from tizen_src/impl/resource/DisambiguationPopup.edc with 100% similarity]
tizen_src/ewk/efl_integration/resource/Edge.edc [moved from tizen_src/impl/resource/Edge.edc with 100% similarity]
tizen_src/ewk/efl_integration/resource/JavaScriptPopup.edc [moved from tizen_src/impl/resource/JavaScriptPopup.edc with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/Magnifier.edc [moved from tizen_src/impl/resource/Magnifier.edc with 100% similarity]
tizen_src/ewk/efl_integration/resource/control.edc [moved from tizen_src/impl/resource/control.edc with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/images/I01_picker_arrow_left.png [moved from tizen_src/impl/resource/images/I01_picker_arrow_left.png with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/images/I01_picker_arrow_right.png [moved from tizen_src/impl/resource/images/I01_picker_arrow_right.png with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/images/I01_picker_btn_02_normal.png [moved from tizen_src/impl/resource/images/I01_picker_btn_02_normal.png with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/images/I01_picker_btn_02_press.png [moved from tizen_src/impl/resource/images/I01_picker_btn_02_press.png with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/images/I01_picker_btn_normal.png [moved from tizen_src/impl/resource/images/I01_picker_btn_normal.png with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/images/I01_picker_panel_bg.png [moved from tizen_src/impl/resource/images/I01_picker_panel_bg.png with 100% similarity, mode: 0644]
tizen_src/ewk/efl_integration/resource/images/magnifier_left.png [moved from tizen_src/impl/resource/images/magnifier_left.png with 100% similarity]
tizen_src/ewk/efl_integration/resource/images/magnifier_middle.png [moved from tizen_src/impl/resource/images/magnifier_middle.png with 100% similarity]
tizen_src/ewk/efl_integration/resource/images/magnifier_right.png [moved from tizen_src/impl/resource/images/magnifier_right.png with 100% similarity]
tizen_src/ewk/efl_integration/resource/images/overscrolling_dark_bottom.png [moved from tizen_src/impl/resource/images/overscrolling_dark_bottom.png with 100% similarity]
tizen_src/ewk/efl_integration/resource/images/overscrolling_dark_left.png [moved from tizen_src/impl/resource/images/overscrolling_dark_left.png with 100% similarity]
tizen_src/ewk/efl_integration/resource/images/overscrolling_dark_right.png [moved from tizen_src/impl/resource/images/overscrolling_dark_right.png with 100% similarity]
tizen_src/ewk/efl_integration/resource/images/overscrolling_dark_top.png [moved from tizen_src/impl/resource/images/overscrolling_dark_top.png with 100% similarity]
tizen_src/ewk/efl_integration/selection_box_efl.cc [moved from tizen_src/impl/selection_box_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/selection_box_efl.h [moved from tizen_src/impl/selection_box_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/selection_controller_efl.cc [moved from tizen_src/impl/selection_controller_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/selection_controller_efl.h [moved from tizen_src/impl/selection_controller_efl.h with 99% similarity]
tizen_src/ewk/efl_integration/selection_handle_efl.cc [moved from tizen_src/impl/selection_handle_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/selection_handle_efl.h [moved from tizen_src/impl/selection_handle_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/selection_magnifier_efl.cc [moved from tizen_src/impl/selection_magnifier_efl.cc with 99% similarity]
tizen_src/ewk/efl_integration/selection_magnifier_efl.h [moved from tizen_src/impl/selection_magnifier_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/README [moved from tizen_src/impl/tizen_webview/public/README with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_back_forward_history.cc [moved from tizen_src/impl/tizen_webview/public/tw_back_forward_history.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_back_forward_history.h [moved from tizen_src/impl/tizen_webview/public/tw_back_forward_history.h with 76% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_back_forward_list.h [moved from tizen_src/impl/tizen_webview/public/tw_back_forward_list.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_back_forward_list_impl.cc [moved from tizen_src/impl/tizen_webview/public/tw_back_forward_list_impl.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_back_forward_list_impl.h [moved from tizen_src/impl/tizen_webview/public/tw_back_forward_list_impl.h with 83% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_cache_model.h [moved from tizen_src/impl/tizen_webview/public/tw_cache_model.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_callbacks.h [moved from tizen_src/impl/tizen_webview/public/tw_callbacks.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_content_security_policy.h [moved from tizen_src/impl/tizen_webview/public/tw_content_security_policy.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_context_menu_controller.cc [moved from tizen_src/impl/tizen_webview/public/tw_context_menu_controller.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_context_menu_controller.h [moved from tizen_src/impl/tizen_webview/public/tw_context_menu_controller.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_cookie_accept_policy.h [moved from tizen_src/impl/tizen_webview/public/tw_cookie_accept_policy.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_custom_handlers.cc [moved from tizen_src/impl/tizen_webview/public/tw_custom_handlers.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_custom_handlers.h [moved from tizen_src/impl/tizen_webview/public/tw_custom_handlers.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_error.h [moved from tizen_src/impl/tizen_webview/public/tw_error.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_export.h [moved from tizen_src/impl/tizen_webview/public/tw_export.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_find_options.h [moved from tizen_src/impl/tizen_webview/public/tw_find_options.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_frame.cc [moved from tizen_src/impl/tizen_webview/public/tw_frame.cc with 75% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_frame.h [moved from tizen_src/impl/tizen_webview/public/tw_frame.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_hit_test.cc [moved from tizen_src/impl/tizen_webview/public/tw_hit_test.cc with 97% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_hit_test.h [moved from tizen_src/impl/tizen_webview/public/tw_hit_test.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_legacy_font_size_mode.h [moved from tizen_src/impl/tizen_webview/public/tw_legacy_font_size_mode.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_macro.h [moved from tizen_src/impl/tizen_webview/public/tw_macro.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_notification.cc [moved from tizen_src/impl/tizen_webview/public/tw_notification.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_notification.h [moved from tizen_src/impl/tizen_webview/public/tw_notification.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_policy_decision.cc [moved from tizen_src/impl/tizen_webview/public/tw_policy_decision.cc with 98% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_policy_decision.h [moved from tizen_src/impl/tizen_webview/public/tw_policy_decision.h with 96% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_ref_counted.h [moved from tizen_src/impl/tizen_webview/public/tw_ref_counted.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_security_origin.cc [moved from tizen_src/impl/tizen_webview/public/tw_security_origin.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_security_origin.h [moved from tizen_src/impl/tizen_webview/public/tw_security_origin.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_selection_controller.cc [moved from tizen_src/impl/tizen_webview/public/tw_selection_controller.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_selection_controller.h [moved from tizen_src/impl/tizen_webview/public/tw_selection_controller.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_settings.h [moved from tizen_src/impl/tizen_webview/public/tw_settings.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_touch_event.h [moved from tizen_src/impl/tizen_webview/public/tw_touch_event.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_touch_point.cc [moved from tizen_src/impl/tizen_webview/public/tw_touch_point.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_touch_point.h [moved from tizen_src/impl/tizen_webview/public/tw_touch_point.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_url.cc [moved from tizen_src/impl/tizen_webview/public/tw_url.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_url.h [moved from tizen_src/impl/tizen_webview/public/tw_url.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_web_context.cc [moved from tizen_src/impl/tizen_webview/public/tw_web_context.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_web_context.h [moved from tizen_src/impl/tizen_webview/public/tw_web_context.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_webview.cc [moved from tizen_src/impl/tizen_webview/public/tw_webview.cc with 98% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_webview.h [moved from tizen_src/impl/tizen_webview/public/tw_webview.h with 98% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_webview_delegate.cc [moved from tizen_src/impl/tizen_webview/public/tw_webview_delegate.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_webview_delegate.h [moved from tizen_src/impl/tizen_webview/public/tw_webview_delegate.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_webview_evas_event_handler.cc [moved from tizen_src/impl/tizen_webview/public/tw_webview_evas_event_handler.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_webview_evas_event_handler.h [moved from tizen_src/impl/tizen_webview/public/tw_webview_evas_event_handler.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_wrt.cc [moved from tizen_src/impl/tizen_webview/public/tw_wrt.cc with 97% similarity]
tizen_src/ewk/efl_integration/tizen_webview/public/tw_wrt.h [moved from tizen_src/impl/tizen_webview/public/tw_wrt.h with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/tw_misc_utility.cc [moved from tizen_src/impl/tizen_webview/tw_misc_utility.cc with 100% similarity]
tizen_src/ewk/efl_integration/tizen_webview/tw_misc_utility.h [moved from tizen_src/impl/tizen_webview/tw_misc_utility.h with 100% similarity]
tizen_src/ewk/efl_integration/url_request_context_getter_efl.cc [moved from tizen_src/impl/url_request_context_getter_efl.cc with 100% similarity]
tizen_src/ewk/efl_integration/url_request_context_getter_efl.h [moved from tizen_src/impl/url_request_context_getter_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/web_contents_delegate_efl.cc [moved from tizen_src/impl/web_contents_delegate_efl.cc with 98% similarity]
tizen_src/ewk/efl_integration/web_contents_delegate_efl.h [moved from tizen_src/impl/web_contents_delegate_efl.h with 90% similarity]
tizen_src/ewk/efl_integration/web_process_content_main_delegate_efl.cc [moved from tizen_src/impl/web_process_content_main_delegate_efl.cc with 97% similarity]
tizen_src/ewk/efl_integration/web_process_content_main_delegate_efl.h [moved from tizen_src/impl/web_process_content_main_delegate_efl.h with 100% similarity]
tizen_src/ewk/efl_integration/wrt/dynamicplugin.cc [moved from tizen_src/impl/wrt/dynamicplugin.cc with 100% similarity]
tizen_src/ewk/efl_integration/wrt/dynamicplugin.h [moved from tizen_src/impl/wrt/dynamicplugin.h with 100% similarity]
tizen_src/ewk/efl_integration/wrt/wrt_file_protocol_handler.cc [moved from tizen_src/impl/wrt/wrt_file_protocol_handler.cc with 100% similarity]
tizen_src/ewk/efl_integration/wrt/wrt_file_protocol_handler.h [moved from tizen_src/impl/wrt/wrt_file_protocol_handler.h with 100% similarity]
tizen_src/ewk/efl_integration/wrt/wrt_widget_host.cc [moved from tizen_src/impl/wrt/wrt_widget_host.cc with 99% similarity]
tizen_src/ewk/efl_integration/wrt/wrt_widget_host.h [moved from tizen_src/impl/wrt/wrt_widget_host.h with 100% similarity]
tizen_src/ewk/efl_integration/wrt/wrtwidget.cc [moved from tizen_src/impl/wrt/wrtwidget.cc with 96% similarity]
tizen_src/ewk/efl_integration/wrt/wrtwidget.h [moved from tizen_src/impl/wrt/wrtwidget.h with 100% similarity]
tizen_src/ewk/efl_webview_app/efl_webview_app.gypi [new file with mode: 0644]
tizen_src/ewk/ubrowser/ubrowser.gypi
tizen_src/ewk/unittest/ewk-tests.gypi
tizen_src/impl/API/ewk_hit_test_private.cc [deleted file]
tizen_src/impl/API/ewk_hit_test_private.h [deleted file]
tizen_src/impl/API/ewk_policy_decision_private.cc [deleted file]
tizen_src/impl/API/ewk_policy_decision_private.h [deleted file]
tizen_src/impl/API/ewk_security_origin_private.h [deleted file]
tizen_src/supplement.gypi