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

Unified Diff: chrome/common/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 | « chrome/chrome_paks.gni ('k') | chrome/common/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 7ce9af103d35b87b564604eef668680f579c0a50..2f718fe37ac96b8b80bc88fc7ea2faff68944c59 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -12,6 +12,7 @@ import("//tools/grit/grit_rule.gni")
grit("resources") {
source = "common_resources.grd"
use_qualified_include = true
+ defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
output_name = "common_resources"
outputs = [
@@ -24,6 +25,7 @@ buildflag_header("features") {
header = "features.h"
flags = [
"ANDROID_JAVA_UI=$android_java_ui",
+ "ENABLE_APP_LIST=$enable_app_list",
"ENABLE_BACKGROUND=$enable_background",
"ENABLE_BASIC_PRINT_DIALOG=$enable_basic_print_dialog",
"ENABLE_CAPTIVE_PORTAL_DETECTION=$enable_captive_portal_detection",
« no previous file with comments | « chrome/chrome_paks.gni ('k') | chrome/common/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698