Commit 5221a880 authored by sl.ostapenko's avatar sl.ostapenko Committed by Commit bot

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}
parent 72720a1a
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
], ],
}, },
}], }],
['OS=="linux" and chromeos==0', { ['OS=="linux" and chromeos==0 and use_ozone==0', {
'dependencies' : [ 'dependencies' : [
# Always use GTK on Linux, even for Aura builds. # Always use GTK on Linux, even for Aura builds.
'../build/linux/system.gyp:gtk', '../build/linux/system.gyp:gtk',
...@@ -874,7 +874,7 @@ ...@@ -874,7 +874,7 @@
'host/it2me/it2me_native_messaging_host_main.h', 'host/it2me/it2me_native_messaging_host_main.h',
], ],
'conditions': [ 'conditions': [
['OS=="linux" and chromeos==0', { ['OS=="linux" and chromeos==0 and use_ozone==0', {
'dependencies': [ 'dependencies': [
# Always use GTK on Linux, even for Aura builds. # Always use GTK on Linux, even for Aura builds.
'../build/linux/system.gyp:gtk', '../build/linux/system.gyp:gtk',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment