summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorerg <erg@chromium.org>2015-09-01 14:39:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-01 21:39:48 +0000
commitb8f8f682a82bce992edb35c3030214ede236d3ba (patch)
tree00acae4347f9164d8c0316e301f2832a2f0f2d41 /remoting/remoting_host.gypi
parentef23182440fdc1b10ffd3e64bd176da143a5d521 (diff)
downloadchromium_src-b8f8f682a82bce992edb35c3030214ede236d3ba.zip
chromium_src-b8f8f682a82bce992edb35c3030214ede236d3ba.tar.gz
chromium_src-b8f8f682a82bce992edb35c3030214ede236d3ba.tar.bz2
Make gtk2/gtk3 compile time switchable.
This adds a "use_gtk3" gyp/gn flag, along with a separate gtk2/gtk3 targets in system.gyp and //build/config/linux/gtk[23] in gn. BUG=132847 Review URL: https://codereview.chromium.org/1293073006 Cr-Commit-Position: refs/heads/master@{#346742}
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 39aa213..de2a5d96 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -72,7 +72,7 @@
['chromeos==0 and use_ozone==0', {
'dependencies': [
# use GTK on Linux, even for Aura builds.
- '../build/linux/system.gyp:gtk',
+ '../build/linux/system.gyp:gtk2',
],
}]
],
@@ -674,7 +674,7 @@
['OS=="linux" and chromeos==0 and use_ozone==0', {
'dependencies': [
# Always use GTK on Linux, even for Aura builds.
- '../build/linux/system.gyp:gtk',
+ '../build/linux/system.gyp:gtk2',
],
}],
['OS=="linux" and use_allocator!="none"', {