summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2022-11-16 15:37:36 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2022-11-17 07:37:52 +0000
commitbb793ab90f5241af507fa17f4ddfec3e3e237179 (patch)
treea3905596dfe0cd050c2862055b9567e234330e7e
parent8102af1857fbc47dd8c5b96507c7fe94266cb745 (diff)
downloadqtwebengine-chromium-bb793ab90f5241af507fa17f4ddfec3e3e237179.tar.gz
FIXUP: Use ui:Compositor (3rdparty)
Change-Id: Ib437e5a0d22f4fcbf1f513fc437b8e454eed1139 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/443743 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--chromium/gpu/ipc/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/gpu/ipc/BUILD.gn b/chromium/gpu/ipc/BUILD.gn
index fb12ac21ef6..1dee562b83e 100644
--- a/chromium/gpu/ipc/BUILD.gn
+++ b/chromium/gpu/ipc/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/ui.gni")
component("gl_in_process_context") {
- testonly = true
+ testonly = !use_qt
sources = [
"gl_in_process_context.cc",