| 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",
|
|
|