| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index cb168e74f0c537b7c8415b64d57a2e2187f3ab84..00976b8cf428d958c0353cdb17c6caaee54db0cb 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -40,7 +40,9 @@ template("chrome_repack_locales") {
|
| deps += invoker.deps
|
| }
|
|
|
| - if (use_ash) {
|
| + # TODO(tonikitoo): On Ozone builds, we are (ab)using some ash resources.
|
| + # There should be a variable that better represents this build configuration.
|
| + if (use_ash || use_ozone) {
|
| source_patterns += [ "${root_gen_dir}/ash/common/strings/ash_strings_" ]
|
| deps += [ "//ash/common/strings" ]
|
| }
|
|
|