From d7e5267a076266e1e47686aee381f04c07e7662a Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 7 Dec 2016 17:37:23 +0100 Subject: 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 Reviewed-by: Allan Sandfeld Jensen --- chromium/remoting/host/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/remoting/host/BUILD.gn') 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) { -- cgit v1.2.1