Chromium Code Reviews| Index: chrome/tools/build/repack_locales.py |
| diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py |
| index 7708d07ec829b996abf962d0281b60d1dc99de31..3ce62dab7e7a7567d1496f5151164bf943855caa 100755 |
| --- a/chrome/tools/build/repack_locales.py |
| +++ b/chrome/tools/build/repack_locales.py |
| @@ -98,7 +98,7 @@ def calc_inputs(locale): |
| 'components_%s_strings_%s.pak' % (BRANDING, locale))) |
| if USE_ASH: |
| - #e.g. '<(SHARED_INTERMEDIATE_DIR)/ash/common/strings/ash_strings_da.pak', |
| + #e.g. '<(SHARED_INTERMEDIATE_DIR)/ash/strings/ash_strings_da.pak', |
| inputs.append(os.path.join(SHARE_INT_DIR, 'ash', 'common', 'strings', |
|
msw
2017/03/02 00:14:52
Fix this use of 'common', do a git gs/grep for som
James Cook
2017/03/02 00:30:58
Wow, good catch. Done, and after that the grep is
|
| 'ash_strings_%s.pak' % locale)) |