Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: build/config/features.gni

Issue 1934213002: Set enable_app_list=1 now only on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160429-AppList0
Patch Set: fix ash_test_resources Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index bf177ce00b77e71769e9a36dda18963b0f111651..35688b509cd71b0fbe903b9c897633f11e627cca 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -57,7 +57,7 @@ declare_args() {
enable_plugin_installation = is_win || is_mac
- enable_app_list = !is_ios && !is_android && !is_chromecast
+ enable_app_list = is_chromeos
enable_supervised_users = !is_ios

Powered by Google App Engine
This is Rietveld 408576698