| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index fc120040c9bafa3351b640c115f68541ead58eaf..9601dd4eb85da1c588a66f9b5954a09cafe9c2ff 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -62,20 +62,18 @@ template("_repack_one_locale") {
|
| sources += [
|
| "${root_gen_dir}/content/app/strings/content_strings_${locale}.pak",
|
| "${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_${locale}.pak",
|
| + "${root_gen_dir}/third_party/libaddressinput/address_input_strings_${locale}.pak",
|
| "${root_gen_dir}/ui/strings/app_locale_settings_${locale}.pak",
|
| "${root_gen_dir}/ui/strings/ui_strings_${locale}.pak",
|
| ]
|
| deps += [
|
| "//content/app/strings",
|
| "//device/bluetooth/strings",
|
| + "//third_party/libaddressinput:strings",
|
| "//ui/strings:app_locale_settings",
|
| "//ui/strings:ui_strings",
|
| ]
|
| }
|
| - if (enable_autofill_dialog) {
|
| - sources += [ "${root_gen_dir}/third_party/libaddressinput/address_input_strings_${locale}.pak" ]
|
| - deps += [ "//third_party/libaddressinput:strings" ]
|
| - }
|
| if (enable_extensions) {
|
| sources += [
|
| # TODO(jamescook): When Android stops building extensions code move
|
|
|