summaryrefslogtreecommitdiffstats
path: root/src/core/core_chromium.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-07-24 10:42:56 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-02 20:52:30 +0000
commit0a1aa2c3cdaf78d39784a428883f3d9aeb23017d (patch)
tree494e958900d45cc3f4e259aec2a9dd24b4e840b3 /src/core/core_chromium.pri
parent3ee51f8f085da394851857b0d6a42df537ca99da (diff)
Move last surface and context classes to ozone
Moves last two remaining classes to ozone. Now all the context and surface handling is in ozone subdir. Change-Id: I87d4570f866b905e8f79a73d70f04bd8b21f6e1b Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'src/core/core_chromium.pri')
-rw-r--r--src/core/core_chromium.pri8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/core_chromium.pri b/src/core/core_chromium.pri
index a2c22c5d2..ef81988dc 100644
--- a/src/core/core_chromium.pri
+++ b/src/core/core_chromium.pri
@@ -63,8 +63,6 @@ SOURCES = \
download_manager_delegate_qt.cpp \
favicon_manager.cpp \
file_picker_controller.cpp \
- gl_context_qt.cpp \
- gl_surface_qt.cpp \
javascript_dialog_controller.cpp \
javascript_dialog_manager_qt.cpp \
login_delegate_qt.cpp \
@@ -82,7 +80,9 @@ SOURCES = \
net/url_request_custom_job_proxy.cpp \
net/url_request_qrc_job_qt.cpp \
net/webui_controller_factory_qt.cpp \
+ ozone/gl_context_qt.cpp \
ozone/gl_ozone_egl_qt.cpp \
+ ozone/gl_surface_qt.cpp \
ozone/gl_surface_egl_qt.cpp \
ozone/gl_surface_wgl_qt.cpp \
ozone/ozone_platform_qt.cpp \
@@ -152,8 +152,6 @@ HEADERS = \
chromium_gpu_helper.h \
favicon_manager.h \
file_picker_controller.h \
- gl_context_qt.h \
- gl_surface_qt.h \
global_descriptors_qt.h \
javascript_dialog_controller_p.h \
javascript_dialog_controller.h \
@@ -171,7 +169,9 @@ HEADERS = \
net/url_request_custom_job_proxy.h \
net/url_request_qrc_job_qt.h \
net/webui_controller_factory_qt.h \
+ ozone/gl_context_qt.h \
ozone/gl_ozone_egl_qt.h \
+ ozone/gl_surface_qt.h \
ozone/gl_surface_egl_qt.h \
ozone/gl_surface_wgl_qt.h \
ozone/ozone_platform_qt.h \