summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2023-02-07 12:15:04 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-12 12:04:16 +0000
commit2489a43676466f9ffde2ecdcca15009b336b22e3 (patch)
tree49db186a4fba127c0ceb7f336210c5cdcdcb4203 /src
parentc7d31776430aa31987da321f198ef5152dbaf49c (diff)
downloadqtwebengine-2489a43676466f9ffde2ecdcca15009b336b22e3.tar.gz
Fix external ozone
Writing it like in chromium saving us a patch there Change-Id: I98a769844871b6ed661519380f24068c1c0c25d9 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> (cherry picked from commit 5358dd0dca2f19e3b4d20fa98878c9d0038cf4ce) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/core/ozone/ozone_extra.gni14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/ozone/ozone_extra.gni b/src/core/ozone/ozone_extra.gni
index a832f741a..191bb3787 100644
--- a/src/core/ozone/ozone_extra.gni
+++ b/src/core/ozone/ozone_extra.gni
@@ -17,3 +17,17 @@ ozone_external_platform_deps = []
# so that they get included into ozone_unittests.
# ozone_external_platform_test_deps = [ "platform/foo1:foo1_unitests", ... ]
ozone_external_platform_test_deps = []
+
+# If a platform has integration tests, the corresponding source_set can be
+# listed here so that they get included into ozone_integration_tests.
+ozone_external_platform_integration_test_deps = []
+
+# If a platform has test support files for ui, the corresponding source_set can
+# be listed here so that they get included into ui_test_support.
+# ozone_external_platform_ui_test_support_deps = [ "platform/foo1:ui_test_support", ... ]
+ozone_external_platform_ui_test_support_deps = []
+
+# If a platform has a test support for interactive_ui_tests, the corresponding
+# source_set can be listed here so that they can included into
+# interactive_ui_tests.
+ozone_external_interactive_ui_tests_deps = []