Index: ui/app_list/BUILD.gn |
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn |
index 5c8ac1459fff9100ba3226f23766535143260c6a..2be5ac4d61c53d7c659166d8301c42211d954cd2 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 && !use_cros_fe) { |
# TODO(GYP): Figure out which of these work and are needed on other platforms. |
if (toolkit_views) { |
executable("app_list_demo") { |