Commit 9bbfdd63 by Geoff Lang

Try setting use_x11 to 0 when doing a linux chromeos build.

BUG=503173 Change-Id: I31c09a1d0849de14cc72ba3a357e482c7e329a46 Reviewed-on: https://chromium-review.googlesource.com/281025Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 1acf438b
......@@ -33,9 +33,10 @@
'-Wno-format-nonliteral',
],
'chromeos%': 0,
'conditions':
[
['OS=="linux"',
['OS=="linux" and chromeos==0',
{
'use_x11%': 1,
},
......
......@@ -22,9 +22,10 @@
# test it in the same file.
'variables':
{
'chromeos%': 0,
'conditions':
[
['OS=="linux"',
['OS=="linux" and chromeos==0',
{
'use_x11%': 1,
},
......
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