| Index: chrome/tools/build/repack_locales.py
|
| diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
|
| index f837d2ab992ed2438571c176a93c9cf64dc79824..6d5d6ebacb6bfc54fa5addd6c459f841bc607b27 100755
|
| --- a/chrome/tools/build/repack_locales.py
|
| +++ b/chrome/tools/build/repack_locales.py
|
| @@ -110,11 +110,6 @@ def calc_inputs(locale):
|
| 'extensions_strings_%s.pak' % locale))
|
|
|
| if ENABLE_AUTOFILL_DIALOG and OS != 'ios' and OS != 'android':
|
| - #e.g. '<(SHARED_INTERMEDIATE_DIR)/third_party/libaddressinput/
|
| - # libaddressinput_strings_da.pak',
|
| - inputs.append(os.path.join(SHARE_INT_DIR, 'third_party', 'libaddressinput',
|
| - 'libaddressinput_strings_%s.pak' % locale))
|
| -
|
| #e.g. '<(SHARED_INTERMEDIATE_DIR)/grit/libaddressinput/
|
| # address_input_strings_da.pak',
|
| inputs.append(os.path.join(SHARE_INT_DIR, 'grit', 'libaddressinput',
|
|
|