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

Unified Diff: build/config/features.gni

Issue 1861233003: Prepare for building with enable_app_list=0 on Desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase for r392580 - app_list_shower_views_unittest deleted by that rev 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') | build/gn_migration.gypi » ('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 09ad7965678594479a4fa31e9b072913c2600aa1..bf177ce00b77e71769e9a36dda18963b0f111651 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
+ enable_app_list = !is_ios && !is_android && !is_chromecast
enable_supervised_users = !is_ios
« no previous file with comments | « build/common.gypi ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698