| Index: ash/strings/BUILD.gn
|
| diff --git a/ash/strings/BUILD.gn b/ash/strings/BUILD.gn
|
| index b6c7fe128e567069ec07997b3574d64601917d3e..8225c4b10eeb251c81d5ef8be617e69546a5d65b 100644
|
| --- a/ash/strings/BUILD.gn
|
| +++ b/ash/strings/BUILD.gn
|
| @@ -77,6 +77,7 @@ template("repack_one_locale_ash") {
|
| # 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/components/strings/components_strings_${locale}.pak",
|
| "$root_gen_dir/device/bluetooth/strings/bluetooth_strings_${locale}.pak",
|
| "$root_gen_dir/ui/chromeos/strings/ui_chromeos_strings_${locale}.pak",
|
| "$root_gen_dir/ui/strings/app_locale_settings_${locale}.pak",
|
| @@ -85,6 +86,7 @@ template("repack_one_locale_ash") {
|
|
|
| deps = [
|
| "//ash/strings",
|
| + "//components/strings:components_strings",
|
| "//device/bluetooth/strings",
|
| "//ui/chromeos/strings",
|
| "//ui/strings:app_locale_settings",
|
|
|