Index: chrome/tools/build/repack_locales.py |
diff --git a/chrome/tools/build/repack_locales.py b/chrome/tools/build/repack_locales.py |
index 00f8dc94d18527d1c4a4a055c381b8f4dabf652d..60e370dc60cdfd65213e9a1bde30e2663f183f71 100755 |
--- a/chrome/tools/build/repack_locales.py |
+++ b/chrome/tools/build/repack_locales.py |
@@ -110,10 +110,10 @@ 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', |
+ 'address_input_strings_%s.pak' % locale)) |
#e.g. '<(grit_out_dir)/google_chrome_strings_da.pak' |
# or |