fix: bundle a11y strings in resources (#32564)
This commit is contained in:
parent
f5e138a5e3
commit
7032be660d
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue