Commit 84251bbd authored by sudarsana.nagineni's avatar sudarsana.nagineni Committed by Commit bot

Fix gyp failure on linux when use_ozone=1 is set

BUG=489264
TEST=build/gyp_chromium -Duse_ozone=1

Review URL: https://codereview.chromium.org/1139973005

Cr-Commit-Position: refs/heads/master@{#330701}
parent 8e94fb30
......@@ -240,7 +240,7 @@
'../remoting/remoting_all.gyp:remoting_all',
],
}],
['remoting==1 and chromeos==0', {
['remoting==1 and chromeos==0 and use_x11==1', {
'dependencies': [
'../remoting/remoting.gyp:remoting_me2me_host',
'../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
......
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