| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index 53d57a1a961482bd3548dcfffcaa914dde2c507b..45b44a58820bf36714e970f1d60f55d782bf11d3 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -41,7 +41,7 @@ template("_repack_one_locale") {
|
| sources += [ "${root_gen_dir}/ash/strings/ash_strings_${locale}.pak" ]
|
| deps += [ "//ash/strings" ]
|
| }
|
| - if (is_chromeos) {
|
| + if (is_chromeos_ui) {
|
| sources += [
|
| "${root_gen_dir}/remoting/resources/${locale}.pak",
|
| "${root_gen_dir}/ui/chromeos/strings/ui_chromeos_strings_${locale}.pak",
|
|
|