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

Unified Diff: chrome/app/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/config/features.gni ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/BUILD.gn
diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
index bbaaeada7f5c299644d64c1b2d385e68f1d8c005..2002de45e9fd420a85a3faeea363d75e2e9eb6a5 100644
--- a/chrome/app/BUILD.gn
+++ b/chrome/app/BUILD.gn
@@ -159,6 +159,7 @@ if (is_android) {
grit("google_chrome_strings") {
source = "google_chrome_strings.grd"
use_qualified_include = true
+ defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/google_chrome_strings.h",
@@ -222,6 +223,7 @@ grit("google_chrome_strings") {
grit("chromium_strings") {
source = "chromium_strings.grd"
use_qualified_include = true
+ defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/chromium_strings.h",
« no previous file with comments | « build/config/features.gni ('k') | chrome/app/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698