summaryrefslogtreecommitdiffstats
path: root/src/core/core_gyp_generator.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-02-05 10:48:38 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-02-19 14:49:08 +0000
commitd3f80fb0b71e3020e4e8173e2002dc93efdc5f60 (patch)
tree1a019dbd7330479a278cce5908975ee940af38ef /src/core/core_gyp_generator.pro
parente263449d32e9392985c1587f2a0b4e0e77e605a2 (diff)
Experimental custom URL scheme API
Introduces API for custom URL scheme as an experimental API in widgets. A QML api is not included yet. Change-Id: Ice4542e5238feb961a4c9c60a809455e31dc1ec6 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/core_gyp_generator.pro')
-rw-r--r--src/core/core_gyp_generator.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/core_gyp_generator.pro b/src/core/core_gyp_generator.pro
index 3980dcc5a..b93ea0175 100644
--- a/src/core/core_gyp_generator.pro
+++ b/src/core/core_gyp_generator.pro
@@ -41,6 +41,8 @@ SOURCES = \
content_client_qt.cpp \
content_browser_client_qt.cpp \
content_main_delegate_qt.cpp \
+ custom_protocol_handler.cpp \
+ custom_url_scheme_handler.cpp \
delegated_frame_node.cpp \
desktop_screen_qt.cpp \
dev_tools_http_handler_delegate_qt.cpp \
@@ -66,6 +68,8 @@ SOURCES = \
stream_video_node.cpp \
surface_factory_qt.cpp \
url_request_context_getter_qt.cpp \
+ url_request_custom_job.cpp \
+ url_request_custom_job_delegate.cpp \
url_request_qrc_job_qt.cpp \
web_channel_ipc_transport_host.cpp \
web_contents_adapter.cpp \
@@ -94,6 +98,8 @@ HEADERS = \
content_client_qt.h \
content_browser_client_qt.h \
content_main_delegate_qt.h \
+ custom_protocol_handler.h \
+ custom_url_scheme_handler.h \
delegated_frame_node.h \
desktop_screen_qt.h \
dev_tools_http_handler_delegate_qt.h \
@@ -121,6 +127,8 @@ HEADERS = \
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_qrc_job_qt.h \
web_channel_ipc_transport_host.h \
web_contents_adapter.h \