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

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: drop patchset dependency, rebase to master Created 4 years, 8 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 6a89f7d83b354634f3947fe103a047c15131795a..1760d378c67ebd831cde0a9bc6125708de1e06aa 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
Matt Giuca 2016/05/03 07:31:16 Same here as in GYP.
tapted 2016/05/04 09:55:43 Done.
enable_supervised_users = !is_ios

Powered by Google App Engine
This is Rietveld 408576698