| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index d5bd6f9fe87fae5e317ddf76718e3a4f93ac6e84..69c843ab5445bb97fc7dd6372564777ca888878c 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -71,16 +71,6 @@ template("chrome_repack_locales") {
|
| "//ui/strings:ui_strings",
|
| ]
|
| }
|
| - if (is_android) {
|
| - source_patterns += [
|
| - "${root_gen_dir}/blimp/client/public/resources/blimp_strings_",
|
| - "${root_gen_dir}/blimp/client/support/resources/blimp_strings_",
|
| - ]
|
| - deps += [
|
| - "//blimp/client/public/resources",
|
| - "//blimp/client/support/resources:strings",
|
| - ]
|
| - }
|
| if (enable_extensions) {
|
| source_patterns +=
|
| [ "${root_gen_dir}/extensions/strings/extensions_strings_" ]
|
|
|