| Index: ash/common/strings/BUILD.gn
|
| diff --git a/ash/strings/BUILD.gn b/ash/common/strings/BUILD.gn
|
| similarity index 95%
|
| rename from ash/strings/BUILD.gn
|
| rename to ash/common/strings/BUILD.gn
|
| index 6a7617c3b752cac41489d697f788e296037ab24f..8ca655ab8bd2df6f13ecfc568c357bf7552e618e 100644
|
| --- a/ash/strings/BUILD.gn
|
| +++ b/ash/common/strings/BUILD.gn
|
| @@ -6,7 +6,7 @@ import("//tools/grit/grit_rule.gni")
|
| import("//tools/grit/repack.gni")
|
|
|
| grit("strings") {
|
| - source = "../ash_strings.grd"
|
| + source = "../../ash_strings.grd"
|
| outputs = [
|
| "grit/ash_strings.h",
|
| "ash_strings_am.pak",
|
| @@ -74,13 +74,13 @@ template("repack_one_locale_ash") {
|
| repack(target_name) {
|
| # Each input pak file should also have a deps line for completeness.
|
| sources = [
|
| - "$root_gen_dir/ash/strings/ash_strings_${locale}.pak",
|
| + "$root_gen_dir/ash/common/strings/ash_strings_${locale}.pak",
|
| "$root_gen_dir/ui/strings/app_locale_settings_${locale}.pak",
|
| "$root_gen_dir/ui/strings/ui_strings_${locale}.pak",
|
| ]
|
|
|
| deps = [
|
| - "//ash/strings",
|
| + "//ash/common/strings",
|
| "//ui/strings:app_locale_settings",
|
| "//ui/strings:ui_strings",
|
| ]
|
|
|