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

Unified Diff: chrome/common/features.gni

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines Created 4 years, 2 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 | « chrome/common/BUILD.gn ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index cfd943792bc0ceb428ed7082cc5f6847b73e0cd4..a2f0e5047e59289672ef2aced0342f8db0de38ac 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -15,6 +15,8 @@ declare_args() {
# through the environment.
android_java_ui = is_android
+ enable_app_list = is_chromeos
+
# Enables support for background apps.
enable_background = !is_ios && !is_android && !is_chromecast
@@ -66,6 +68,7 @@ declare_args() {
}
chrome_grit_defines = [
+ "enable_app_list=$enable_app_list",
"enable_background=$enable_background",
"enable_google_now=$enable_google_now",
"enable_hotwording=$enable_hotwording",
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698