| Index: chrome/app/BUILD.gn
|
| diff --git a/chrome/app/BUILD.gn b/chrome/app/BUILD.gn
|
| index 77d4efe999fc53bc9d0155dbf917dd572d139f42..bc1cc2eda43219210d53048ea7cd9d35c87d069f 100644
|
| --- a/chrome/app/BUILD.gn
|
| +++ b/chrome/app/BUILD.gn
|
| @@ -103,7 +103,6 @@ if (is_android) {
|
|
|
| grit("generated_resources") {
|
| source = "generated_resources.grd"
|
| - use_qualified_include = true
|
| defines = chrome_grit_defines
|
| output_dir = "$root_gen_dir/chrome"
|
| outputs = [
|
| @@ -182,7 +181,6 @@ 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 = [
|
| @@ -246,7 +244,6 @@ 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 = [
|
|
|