| Index: chrome/tools/build/repack_locales.py
|
| diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
|
| index bc9983071f5971d534d89bdc0eb8291ea49f5781..b953bb8818ab1de8aeb45203267c8b8601b63cfc 100755
|
| --- a/chrome/tools/build/repack_locales.py
|
| +++ b/chrome/tools/build/repack_locales.py
|
| @@ -108,6 +108,11 @@ def calc_inputs(locale):
|
| inputs.append(os.path.join(SHARE_INT_DIR, 'ui', 'strings',
|
| 'app_locale_settings_%s.pak' % locale))
|
|
|
| + else:
|
| + #e.g. '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/ios_strings_resources_da.pak'
|
| + inputs.append(os.path.join(SHARE_INT_DIR, 'ios', 'chrome',
|
| + 'ios_strings_resources_%s.pak' % locale))
|
| +
|
| if ENABLE_AUTOFILL_DIALOG:
|
| #e.g. '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/
|
| # address_input_strings_da.pak',
|
|
|