| Index: components/strings/BUILD.gn
|
| diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn
|
| index a299d38baf7f0c82dad33dc37764eba5db4ba856..c9896e8e3393efc4ffd4cdeeaaa8ee6dd9e8c2d3 100644
|
| --- a/components/strings/BUILD.gn
|
| +++ b/components/strings/BUILD.gn
|
| @@ -67,6 +67,7 @@ group("strings") {
|
|
|
| grit("components_strings") {
|
| source = "../components_strings.grd"
|
| + use_qualified_include = true
|
| defines = [ "enable_plugins=$enable_plugins" ]
|
|
|
| outputs = [
|
| @@ -94,6 +95,7 @@ if (is_android) {
|
|
|
| grit("components_chromium_strings") {
|
| source = "../components_chromium_strings.grd"
|
| + use_qualified_include = true
|
| outputs = [
|
| "grit/components_chromium_strings.h",
|
| ]
|
| @@ -104,6 +106,7 @@ grit("components_chromium_strings") {
|
|
|
| grit("components_google_chrome_strings") {
|
| source = "../components_google_chrome_strings.grd"
|
| + use_qualified_include = true
|
| outputs = [
|
| "grit/components_google_chrome_strings.h",
|
| ]
|
| @@ -163,6 +166,7 @@ if (is_android) {
|
|
|
| grit("components_locale_settings") {
|
| source = "../components_locale_settings.grd"
|
| + use_qualified_include = true
|
| outputs = [
|
| "grit/components_locale_settings.h",
|
| ]
|
|
|