Index: chrome/chrome_repack_locales.gni |
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni |
index 7f5b7b7780d0ca1ee30e0ff813a4573f679457df..83b1e19a33b50508ba4a33351b54c895212ab906 100644 |
--- a/chrome/chrome_repack_locales.gni |
+++ b/chrome/chrome_repack_locales.gni |
@@ -59,8 +59,9 @@ template("_repack_one_locale") { |
} |
if (use_ash) { |
- sources += [ "${root_gen_dir}/ash/strings/ash_strings_${locale}.pak" ] |
- deps += [ "//ash/strings" ] |
+ sources += |
+ [ "${root_gen_dir}/ash/common/strings/ash_strings_${locale}.pak" ] |
+ deps += [ "//ash/common/strings" ] |
} |
if (is_chromeos) { |
sources += [ |