Chromium Code Reviews| Index: media/cast/BUILD.gn |
| diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn |
| index b633d997d318c8de13bb37aee9ca67d249515d67..742a2c6f07717c55fd222eca227f87c3845af2ac 100644 |
| --- a/media/cast/BUILD.gn |
| +++ b/media/cast/BUILD.gn |
| @@ -397,7 +397,7 @@ executable("udp_proxy") { |
| ] |
| } |
| -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. |
| test("cast_benchmarks") { |
| sources = [ |