| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index 566a2da6a47e2abf3665b95337cea99619157de2..81cd09277deb1d9a593d5451a56ee55a7a6226b5 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -164,6 +164,6 @@ template("chrome_repack_locales") {
|
| # The group that external targets depend on which collects all deps.
|
| group(group_target_name) {
|
| forward_variables_from(invoker, [ "visibility" ])
|
| - deps = locale_targets
|
| + public_deps = locale_targets
|
| }
|
| }
|
|
|