Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index 4182c4572b58ddd9a71ef6bbdfe850725e414597..b56bdd4cf7d8fb8da7df8ed282babda5ddc461d3 100644 |
--- a/skia/BUILD.gn |
+++ b/skia/BUILD.gn |
@@ -645,7 +645,7 @@ test("skia_unittests") { |
} |
} |
-if (is_linux && !is_chromeos) { |
+if (is_linux && !use_cros_fe) { |
# TODO(GYP): Figure out which of these work and are needed on other platforms. |
executable("image_operations_bench") { |
sources = [ |