Chromium Code Reviews| Index: ui/app_list/BUILD.gn |
| diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn |
| index 5c8ac1459fff9100ba3226f23766535143260c6a..cc3ae49bd49620e066f19b773138709e0bf055fb 100644 |
| --- a/ui/app_list/BUILD.gn |
| +++ b/ui/app_list/BUILD.gn |
| @@ -227,7 +227,7 @@ static_library("test_support") { |
| ] |
| } |
| -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. |
| if (toolkit_views) { |
| executable("app_list_demo") { |