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

Unified Diff: chrome/app/resources/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/app/BUILD.gn ('k') | chrome/app/theme/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/BUILD.gn
diff --git a/chrome/app/resources/BUILD.gn b/chrome/app/resources/BUILD.gn
index 6b51660c365066af2388974cad6f9ff6a75743db..0085ebacdf7fa40a9ea993eebd6abc1973ca7079 100644
--- a/chrome/app/resources/BUILD.gn
+++ b/chrome/app/resources/BUILD.gn
@@ -3,11 +3,13 @@
# found in the LICENSE file.
import("//build/config/chrome_build.gni")
+import("//chrome/common/features.gni")
import("//tools/grit/grit_rule.gni")
grit("locale_settings") {
source = "locale_settings.grd"
use_qualified_include = true
+ defines = chrome_grit_defines
output_dir = "$root_gen_dir/chrome"
outputs = [
"grit/locale_settings.h",
@@ -84,6 +86,7 @@ grit("platform_locale_settings") {
source = "locale_settings_linux.grd"
}
+ defines = chrome_grit_defines
use_qualified_include = true
outputs = [
"grit/platform_locale_settings.h",
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/app/theme/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698