| Index: components/strings/BUILD.gn
|
| diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn
|
| index 395dbee376799ce50e157286118fae2b25805f79..a299d38baf7f0c82dad33dc37764eba5db4ba856 100644
|
| --- a/components/strings/BUILD.gn
|
| +++ b/components/strings/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/locales.gni")
|
| +import("//ppapi/features/features.gni")
|
| import("//tools/grit/grit_rule.gni")
|
|
|
| if (is_android) {
|
| @@ -66,6 +67,8 @@ group("strings") {
|
|
|
| grit("components_strings") {
|
| source = "../components_strings.grd"
|
| + defines = [ "enable_plugins=$enable_plugins" ]
|
| +
|
| outputs = [
|
| "grit/components_strings.h",
|
| ]
|
|
|