| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index 62706f125de6a70f1250d70cd9c2aece63b9aed6..099c3d1eae7f514a5430271ba403d810cafdc66a 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -71,7 +71,13 @@ template("chrome_repack_locales") {
|
| "//ui/strings:app_locale_settings",
|
| "//ui/strings:ui_strings",
|
| ]
|
| + if (is_android) {
|
| + source_patterns +=
|
| + [ "${root_gen_dir}/blimp/client/public/resources/blimp_strings_" ]
|
| + deps += [ "//blimp/client/public/resources" ]
|
| + }
|
| }
|
| +
|
| if (enable_extensions) {
|
| source_patterns +=
|
| [ "${root_gen_dir}/extensions/strings/extensions_strings_" ]
|
|
|