fix: bundle a11y strings in resources (#32564)

This commit is contained in:
Jeremy Rose 2022-01-21 10:04:06 -08:00 committed by GitHub
parent f5e138a5e3
commit 7032be660d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,6 +179,7 @@ template("electron_paks") {
"${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_", "${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_",
"${root_gen_dir}/services/strings/services_strings_", "${root_gen_dir}/services/strings/services_strings_",
"${root_gen_dir}/ui/strings/app_locale_settings_", "${root_gen_dir}/ui/strings/app_locale_settings_",
"${root_gen_dir}/ui/strings/ax_strings_",
"${root_gen_dir}/ui/strings/ui_strings_", "${root_gen_dir}/ui/strings/ui_strings_",
] ]
deps = [ deps = [
@ -188,6 +189,7 @@ template("electron_paks") {
"//services/strings", "//services/strings",
"//third_party/blink/public/strings", "//third_party/blink/public/strings",
"//ui/strings:app_locale_settings", "//ui/strings:app_locale_settings",
"//ui/strings:ax_strings",
"//ui/strings:ui_strings", "//ui/strings:ui_strings",
] ]