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

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: Update ui_test_pak - should fix tests 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
« no previous file with comments | « build/common.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index e452ecad5c33594c11c3149296e9f476cb6c231a..e1c8847f25bbde7175f77954ce27b9fb4f138f5d 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
« no previous file with comments | « build/common.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698