Chromium Code Reviews| Index: chrome/chrome_repack_locales.gni |
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni |
| index b970f30eeae32947907e5aa860fb0cf07e07071f..785e4001a0f96cfb6867d1e4bbb527c11fed380c 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 an variable that better represents this build configuratiton. |
|
fwang
2016/10/12 14:33:15
Ditto.
tonikitoo
2016/10/12 14:45:07
Done.
|
| + if (use_ash || use_ozone) { |
| source_patterns += [ "${root_gen_dir}/ash/common/strings/ash_strings_" ] |
| deps += [ "//ash/common/strings" ] |
| } |