summaryrefslogtreecommitdiffstats
path: root/src/core/core_chromium.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_chromium.pri')
-rw-r--r--src/core/core_chromium.pri66
1 files changed, 33 insertions, 33 deletions
diff --git a/src/core/core_chromium.pri b/src/core/core_chromium.pri
index 783c41e88..213eb0e89 100644
--- a/src/core/core_chromium.pri
+++ b/src/core/core_chromium.pri
@@ -55,8 +55,6 @@ SOURCES = \
content_client_qt.cpp \
content_browser_client_qt.cpp \
content_main_delegate_qt.cpp \
- cookie_monster_delegate_qt.cpp \
- custom_protocol_handler.cpp \
delegated_frame_node.cpp \
desktop_screen_qt.cpp \
devtools_frontend_qt.cpp \
@@ -70,12 +68,21 @@ SOURCES = \
javascript_dialog_manager_qt.cpp \
media_capture_devices_dispatcher.cpp \
native_web_keyboard_event_qt.cpp \
- network_delegate_qt.cpp \
+ net/cookie_monster_delegate_qt.cpp \
+ net/custom_protocol_handler.cpp \
+ net/network_delegate_qt.cpp \
+ net/proxy_config_service_qt.cpp \
+ net/qrc_protocol_handler_qt.cpp \
+ net/ssl_host_state_delegate_qt.cpp \
+ net/url_request_context_getter_qt.cpp \
+ net/url_request_custom_job.cpp \
+ net/url_request_custom_job_delegate.cpp \
+ net/url_request_custom_job_proxy.cpp \
+ net/url_request_qrc_job_qt.cpp \
+ net/webui_controller_factory_qt.cpp \
ozone_platform_qt.cpp \
permission_manager_qt.cpp \
process_main.cpp \
- proxy_config_service_qt.cpp \
- qrc_protocol_handler_qt.cpp \
quota_permission_context_qt.cpp \
quota_permission_controller_impl.cpp \
register_protocol_handler_permission_controller_impl.cpp \
@@ -92,14 +99,8 @@ SOURCES = \
renderer_host/web_channel_ipc_transport_host.cpp \
resource_bundle_qt.cpp \
resource_context_qt.cpp \
- ssl_host_state_delegate_qt.cpp \
surface_factory_qt.cpp \
type_conversion.cpp \
- url_request_context_getter_qt.cpp \
- url_request_custom_job.cpp \
- url_request_custom_job_delegate.cpp \
- url_request_custom_job_proxy.cpp \
- url_request_qrc_job_qt.cpp \
user_script.cpp \
visited_links_manager_qt.cpp \
web_contents_adapter.cpp \
@@ -109,8 +110,7 @@ SOURCES = \
web_engine_error.cpp \
web_engine_library_info.cpp \
web_engine_settings.cpp \
- web_event_factory.cpp \
- webui/webui_controller_factory_qt.cpp
+ web_event_factory.cpp
HEADERS = \
authentication_dialog_controller_p.h \
@@ -134,8 +134,6 @@ HEADERS = \
content_client_qt.h \
content_browser_client_qt.h \
content_main_delegate_qt.h \
- cookie_monster_delegate_qt.h \
- custom_protocol_handler.h \
delegated_frame_node.h \
desktop_screen_qt.h \
devtools_frontend_qt.h \
@@ -152,13 +150,22 @@ HEADERS = \
javascript_dialog_controller.h \
javascript_dialog_manager_qt.h \
media_capture_devices_dispatcher.h \
- network_delegate_qt.h \
+ net/cookie_monster_delegate_qt.h \
+ net/custom_protocol_handler.h \
+ net/network_delegate_qt.h \
+ net/qrc_protocol_handler_qt.h \
+ net/ssl_host_state_delegate_qt.h \
+ net/url_request_context_getter_qt.h \
+ net/url_request_custom_job.h \
+ net/url_request_custom_job_delegate.h \
+ net/url_request_custom_job_proxy.h \
+ net/url_request_qrc_job_qt.h \
+ net/webui_controller_factory_qt.h \
ozone_platform_qt.h \
permission_controller.h \
permission_manager_qt.h \
process_main.h \
proxy_config_service_qt.h \
- qrc_protocol_handler_qt.h \
quota_permission_context_qt.h \
quota_permission_controller.h \
quota_permission_controller_impl.h \
@@ -177,14 +184,8 @@ HEADERS = \
renderer_host/user_resource_controller_host.h \
renderer_host/web_channel_ipc_transport_host.h \
resource_context_qt.h \
- ssl_host_state_delegate_qt.h \
surface_factory_qt.h \
type_conversion.h \
- url_request_context_getter_qt.h \
- url_request_custom_job.h \
- url_request_custom_job_delegate.h \
- url_request_custom_job_proxy.h \
- url_request_qrc_job_qt.h \
user_script.h \
visited_links_manager_qt.h \
web_contents_adapter.h \
@@ -196,8 +197,7 @@ HEADERS = \
web_engine_error.h \
web_engine_library_info.h \
web_engine_settings.h \
- web_event_factory.h \
- webui/webui_controller_factory_qt.h
+ web_event_factory.h
qtConfig(webengine-pepper-plugins) {
@@ -219,20 +219,20 @@ qtConfig(webengine-pepper-plugins) {
qtConfig(webengine-printing-and-pdf) {
SOURCES += \
- printing_message_filter_qt.cpp \
- print_view_manager_base_qt.cpp \
- print_view_manager_qt.cpp \
+ printing/printing_message_filter_qt.cpp \
+ printing/print_view_manager_base_qt.cpp \
+ printing/print_view_manager_qt.cpp \
renderer/print_web_view_helper_delegate_qt.cpp
HEADERS += \
- printing_message_filter_qt.h \
- print_view_manager_base_qt.h \
- print_view_manager_qt.h \
+ printing/printing_message_filter_qt.h \
+ printing/print_view_manager_base_qt.h \
+ printing/print_view_manager_qt.h \
renderer/print_web_view_helper_delegate_qt.h
# pdf sources
- SOURCES += pdfium_document_wrapper_qt.cpp
- HEADERS += pdfium_document_wrapper_qt.h
+ SOURCES += printing/pdfium_document_wrapper_qt.cpp
+ HEADERS += printing/pdfium_document_wrapper_qt.h
}
contains(QT_CONFIG, opengl) {