| Index: chrome/chrome_repack_locales.gni | 
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni | 
| index 15331693cb25fe85776b3a7777581f75394f9898..fc120040c9bafa3351b640c115f68541ead58eaf 100644 | 
| --- a/chrome/chrome_repack_locales.gni | 
| +++ b/chrome/chrome_repack_locales.gni | 
| @@ -163,7 +163,7 @@ template("chrome_repack_locales") { | 
|  | 
| # Compute the output name. Mac uses a different location. | 
| if (is_mac || is_ios) { | 
| -        output = "${root_gen_dir}/repack/${output_locale}.lproj/locale.pak" | 
| +        output = "${root_gen_dir}/repack/locales/${output_locale}.pak" | 
| } else { | 
| output = "${root_out_dir}/locales/${output_locale}.pak" | 
| } | 
|  |