summaryrefslogtreecommitdiff
path: root/chromium/remoting/host/BUILD.gn
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-12-07 17:37:23 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-04 10:17:06 +0200
commitd7e5267a076266e1e47686aee381f04c07e7662a (patch)
tree7228fad44d482d52acb516169ba3c967e06f95df /chromium/remoting/host/BUILD.gn
parent244808e17cbcccf81c541889415dc2f4db262685 (diff)
downloadqtwebengine-chromium-d7e5267a076266e1e47686aee381f04c07e7662a.tar.gz
Qt GN integration
- Exclude source files we override in the qt webengine sources. - Add TOOLKIT_QT define for use_qt - Add is_shared GN argument Change-Id: I79925220265602bd0c39e5e03162cf1dca15befe Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/remoting/host/BUILD.gn')
-rw-r--r--chromium/remoting/host/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/remoting/host/BUILD.gn b/chromium/remoting/host/BUILD.gn
index a9ebba999b7..46ea576cc98 100644
--- a/chromium/remoting/host/BUILD.gn
+++ b/chromium/remoting/host/BUILD.gn
@@ -445,7 +445,7 @@ static_library("common") {
"//ui/events/platform/x11",
"//ui/gfx/x",
]
- if (is_linux && !is_chromeos_lacros) {
+ if (use_gtk) {
deps += [ "//build/config/linux/gtk" ]
}
}
@@ -942,7 +942,7 @@ if (enable_me2me_host) {
deps += [ "//components/policy:generated" ]
}
- if (is_linux || is_chromeos_lacros) {
+ if (use_gtk) {
deps += [ "//build/config/linux/gtk" ]
}
if (is_linux || is_chromeos_lacros || is_mac) {