Chromium Code Reviews| Index: skia/BUILD.gn |
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
| index cba5ceb721715be3b7521a5c3e558fd8c54669bb..523edd4a9216fa4f88777fcda127546a1653a659 100644 |
| --- a/skia/BUILD.gn |
| +++ b/skia/BUILD.gn |
| @@ -629,7 +629,7 @@ test("skia_unittests") { |
| } |
| } |
| -if (is_linux && !is_chromeos) { |
| +if (is_linux && !is_chromeos_ui) { |
| # TODO(GYP): Figure out which of these work and are needed on other platforms. |
| executable("image_operations_bench") { |
| sources = [ |