Chromium Code Reviews| Index: gpu/tools/tools.gyp |
| diff --git a/gpu/tools/tools.gyp b/gpu/tools/tools.gyp |
| index d34f628abccf0378071ff6465e72d005d1185bf4..f659d7228ce24a42a7d0f8a4cf51994a7c4491b3 100644 |
| --- a/gpu/tools/tools.gyp |
| +++ b/gpu/tools/tools.gyp |
| @@ -9,7 +9,7 @@ |
| 'targets': [ |
| ], |
| 'conditions': [ |
| - ['OS == "linux" and target_arch != "arm"', { |
| + ['OS == "linux" and target_arch != "arm" and use_x11==1', { |
| 'targets': [ |
| { |
| 'target_name': 'compositor_model_bench', |