summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorsl.ostapenko <sl.ostapenko@samsung.com>2014-10-23 17:28:51 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-24 00:29:22 +0000
commit5221a88048fede07172664a73c2ce188b6c6d53f (patch)
treeb345a7e4d898ece9a11f93822880c3a8c460ffbe /remoting/remoting_host.gypi
parent72720a1af9ed5b8e1a6a88f4f9aee28c11408ced (diff)
downloadchromium_src-5221a88048fede07172664a73c2ce188b6c6d53f.zip
chromium_src-5221a88048fede07172664a73c2ce188b6c6d53f.tar.gz
chromium_src-5221a88048fede07172664a73c2ce188b6c6d53f.tar.bz2
Don't add GTK target dependency for ozone in remoting_host.gypi.
BUG=361137 Review URL: https://codereview.chromium.org/666073007 Cr-Commit-Position: refs/heads/master@{#301004}
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r--remoting/remoting_host.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 5538700..acd1d4e 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -310,7 +310,7 @@
],
},
}],
- ['OS=="linux" and chromeos==0', {
+ ['OS=="linux" and chromeos==0 and use_ozone==0', {
'dependencies' : [
# Always use GTK on Linux, even for Aura builds.
'../build/linux/system.gyp:gtk',
@@ -874,7 +874,7 @@
'host/it2me/it2me_native_messaging_host_main.h',
],
'conditions': [
- ['OS=="linux" and chromeos==0', {
+ ['OS=="linux" and chromeos==0 and use_ozone==0', {
'dependencies': [
# Always use GTK on Linux, even for Aura builds.
'../build/linux/system.gyp:gtk',