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

Unified Diff: build/config/BUILD.gn

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 | « BUILD.gn ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 7e4d768e94b582075ba863d4f36651466919e9de..23d22857f5e71c1a46796e1acdee40782bffdd78 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -198,9 +198,6 @@ config("feature_flags") {
if (enable_rlz) {
defines += [ "ENABLE_RLZ" ]
}
- if (enable_app_list) {
- defines += [ "ENABLE_APP_LIST=1" ]
- }
if (enable_supervised_users) {
defines += [ "ENABLE_SUPERVISED_USERS=1" ]
}
« no previous file with comments | « BUILD.gn ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698