| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index 62706f125de6a70f1250d70cd9c2aece63b9aed6..ffe401e3607e212a4e8ee287be3e18a5bdbeaefb 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -56,7 +56,6 @@ template("chrome_repack_locales") {
|
| }
|
| if (!is_ios) {
|
| source_patterns += [
|
| - "${root_gen_dir}/blimp/client/support/resources/blimp_strings_",
|
| "${root_gen_dir}/content/app/strings/content_strings_",
|
| "${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_",
|
| "${root_gen_dir}/third_party/libaddressinput/address_input_strings_",
|
| @@ -64,7 +63,6 @@ template("chrome_repack_locales") {
|
| "${root_gen_dir}/ui/strings/ui_strings_",
|
| ]
|
| deps += [
|
| - "//blimp/client/support/resources:strings",
|
| "//content/app/strings",
|
| "//device/bluetooth/strings",
|
| "//third_party/libaddressinput:strings",
|
| @@ -72,6 +70,16 @@ 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_" ]
|
|
|