| Index: chrome/tools/build/repack_locales.py
|
| diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
|
| index 8fddff8105354b7c1c6f8352f79690c58d9fdd0c..da866e028fdf5d2753f49b8e4ad1ef37aecf3cab 100755
|
| --- a/chrome/tools/build/repack_locales.py
|
| +++ b/chrome/tools/build/repack_locales.py
|
| @@ -108,7 +108,7 @@ def calc_inputs(locale):
|
| inputs.append(os.path.join(SHARE_INT_DIR, 'ui', 'strings',
|
| 'app_locale_settings_%s.pak' % locale))
|
|
|
| - if ENABLE_AUTOFILL_DIALOG and OS != 'ios' and OS != 'android':
|
| + if (ENABLE_AUTOFILL_DIALOG and OS != 'ios') or OS == 'android':
|
| #e.g. '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/
|
| # address_input_strings_da.pak',
|
| inputs.append(os.path.join(SHARE_INT_DIR, 'third_party', 'libaddressinput',
|
|
|