Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index e314516d3aebf9df1a5206b9d6e18fbf3b646aa2..0d8b6067e4b3ca62d34f6eba5671799fa14df1f9 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -25,8 +25,10 @@ group("default") { |
| deps += [ |
| "//sandbox/linux:sandbox", |
| "//sandbox/linux:sandbox_linux_unittests", |
| - "//tools/xdisplaycheck", |
| ] |
| + if (!use_ozone) { |
| + deps += [ "//tools/xdisplaycheck" ] |
| + } |
| } |
| if (use_ozone) { |