Chromium Code Reviews| Index: chrome/chrome_repack_locales.gni |
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni |
| index 9754d739259f1fd5373edc8ef32efd48566745bb..76be636b313e18c2f13433f296b695596abe2bcb 100644 |
| --- a/chrome/chrome_repack_locales.gni |
| +++ b/chrome/chrome_repack_locales.gni |
| @@ -62,7 +62,7 @@ template("_repack_one_locale") { |
| "//ui/strings:app_locale_settings", |
| ] |
| } |
| - if (enable_autofill_dialog && !is_ios && !is_android) { |
| + if ((enable_autofill_dialog && !is_ios) || is_android) { |
|
Lei Zhang
2015/01/23 20:53:18
I think this should be just enable_autofill_dialog
Theresa
2015/01/23 21:44:06
You are correct. Done.
|
| sources += [ "${root_gen_dir}/third_party/libaddressinput/address_input_strings_${locale}.pak" ] |
| deps += [ "//third_party/libaddressinput:strings" ] |
| } |