| Index: chrome/tools/build/repack_locales.py
|
| diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py
|
| index 0c56fe507fc1df61f4eae1a4b65f790a756ea9ce..a5a8e9fc56a503387ca4bdee33a20ba1faf9d950 100755
|
| --- a/chrome/tools/build/repack_locales.py
|
| +++ b/chrome/tools/build/repack_locales.py
|
| @@ -97,6 +97,8 @@ def calc_inputs(locale):
|
| if CHROMEOS:
|
| inputs.append(os.path.join(SHARE_INT_DIR, 'ui', 'chromeos', 'strings',
|
| 'ui_chromeos_strings_%s.pak' % locale))
|
| + inputs.append(os.path.join(SHARE_INT_DIR, 'remoting', 'resources',
|
| + '%s.pak' % locale))
|
|
|
| if OS != 'ios':
|
| #e.g.
|
|
|