| Index: ui/strings/BUILD.gn
|
| diff --git a/ui/strings/BUILD.gn b/ui/strings/BUILD.gn
|
| index d91cdc9d940baa4733633f5781df86509fcbae80..82cad9f315529f5f59b51669baf57e5d4708cbc0 100644
|
| --- a/ui/strings/BUILD.gn
|
| +++ b/ui/strings/BUILD.gn
|
| @@ -7,7 +7,7 @@ import("//tools/grit/grit_rule.gni")
|
| # Meta target that includes both ui_strings and app_locale_settings. Most
|
| # targets want both. You can depend on the individually if you need to.
|
| group("strings") {
|
| - deps = [
|
| + public_deps = [
|
| ":ui_strings",
|
| ":app_locale_settings",
|
| ]
|
|
|