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