Skip to content

Commit

Permalink
fix: bundle a11y strings in resources (#32578)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
  • Loading branch information
trop[bot] and nornagon committed Jan 21, 2022
1 parent ea54e16 commit 09b2623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron_paks.gni
Expand Up @@ -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 = [
Expand All @@ -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",
]

Expand Down

0 comments on commit 09b2623

Please sign in to comment.