From 7032be660d9ead9f4ec8d089b8013be108cc5825 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Fri, 21 Jan 2022 10:04:06 -0800 Subject: [PATCH] fix: bundle a11y strings in resources (#32564) --- electron_paks.gni | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electron_paks.gni b/electron_paks.gni index 0257db3fa9b1..e85e26cf3077 100644 --- a/electron_paks.gni +++ b/electron_paks.gni @@ -179,6 +179,7 @@ template("electron_paks") { "${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_", "${root_gen_dir}/services/strings/services_strings_", "${root_gen_dir}/ui/strings/app_locale_settings_", + "${root_gen_dir}/ui/strings/ax_strings_", "${root_gen_dir}/ui/strings/ui_strings_", ] deps = [ @@ -188,6 +189,7 @@ template("electron_paks") { "//services/strings", "//third_party/blink/public/strings", "//ui/strings:app_locale_settings", + "//ui/strings:ax_strings", "//ui/strings:ui_strings", ]