| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index d9a6e90417d360ea38e5f2489ddc0a8a3a2de8c1..d2774979f5084861ac8cd15912f33ebcb8cdab9e 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -152,9 +152,7 @@ template("chrome_repack_locales") {
|
|
|
| # The group that external targets depend on which collects all deps.
|
| group(group_target_name) {
|
| - if (defined(invoker.visibility)) {
|
| - visibility = invoker.visibility
|
| - }
|
| + forward_variables_from(invoker, [ "visibility" ])
|
| deps = locale_targets
|
| }
|
| }
|
|
|