| Index: chrome/tools/build/repack_locales.py
|
| diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
|
| index 6dbcef54a307807cb722c764a20be13cec4cbfd1..6409e35e4f733d635f3c346ac1677433b7033e4f 100755
|
| --- a/chrome/tools/build/repack_locales.py
|
| +++ b/chrome/tools/build/repack_locales.py
|
| @@ -101,6 +101,12 @@ def calc_inputs(locale):
|
| inputs.append(os.path.join(SHARE_INT_DIR, 'ui', 'app_locale_settings',
|
| 'app_locale_settings_%s.pak' % locale))
|
|
|
| + # For example:
|
| + # '<(SHARED_INTERMEDIATE_DIR)/extensions_strings/extensions_strings_da.pak
|
| + # TODO(jamescook): When Android stops building extensions code move this
|
| + # to the OS != 'ios' and OS != 'android' section below.
|
| + inputs.append(os.path.join(SHARE_INT_DIR, 'extensions_strings',
|
| + 'extensions_strings_%s.pak' % locale))
|
|
|
| if OS != 'ios' and OS != 'android':
|
| #e.g. '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/
|
|
|