| 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..bc9983071f5971d534d89bdc0eb8291ea49f5781 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:
|
| #e.g. '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/
|
| # address_input_strings_da.pak',
|
| inputs.append(os.path.join(SHARE_INT_DIR, 'third_party', 'libaddressinput',
|
|
|