Index: chrome/tools/build/repack_locales.py |
diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py |
index 012a0a60502bfac3a5bc746d2f082333285f79c8..4319dac765b860f61d9c32e5b7ce5a02fd2c100b 100755 |
--- a/chrome/tools/build/repack_locales.py |
+++ b/chrome/tools/build/repack_locales.py |
@@ -87,9 +87,9 @@ def calc_inputs(locale): |
inputs.append(os.path.join(SHARE_INT_DIR, 'ash_strings', |
'ash_strings_%s.pak' % locale)) |
- #e.g. '<(SHARED_INTERMEDIATE_DIR)/device_bluetooth_strings/ |
+ #e.g. '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings/ |
# device_bluetooth_strings_da.pak', |
- inputs.append(os.path.join(SHARE_INT_DIR, 'device_bluetooth_strings', |
+ inputs.append(os.path.join(SHARE_INT_DIR, 'device', 'bluetooth', 'strings', |
'device_bluetooth_strings_%s.pak' % locale)) |
#e.g. '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings_da.pak', |