| Index: chrome/chrome_repack_locales.gni
|
| diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
|
| index 69c843ab5445bb97fc7dd6372564777ca888878c..e57c406965ca3c1792cc86983e38214df83665d4 100644
|
| --- a/chrome/chrome_repack_locales.gni
|
| +++ b/chrome/chrome_repack_locales.gni
|
| @@ -42,8 +42,8 @@ template("chrome_repack_locales") {
|
| }
|
|
|
| if (use_ash) {
|
| - source_patterns += [ "${root_gen_dir}/ash/common/strings/ash_strings_" ]
|
| - deps += [ "//ash/common/strings" ]
|
| + source_patterns += [ "${root_gen_dir}/ash/strings/ash_strings_" ]
|
| + deps += [ "//ash/strings" ]
|
| }
|
| if (is_chromeos) {
|
| source_patterns += [
|
|
|