Skip to content

Commit

Permalink
fix: include accessibility blink strings (electron#33840)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored and bavulapati committed Apr 29, 2022
1 parent 9d5e79a commit 065c576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron_paks.gni
Expand Up @@ -184,6 +184,7 @@ template("electron_paks") {
"${root_gen_dir}/components/strings/components_strings_",
"${root_gen_dir}/device/bluetooth/strings/bluetooth_strings_",
"${root_gen_dir}/services/strings/services_strings_",
"${root_gen_dir}/third_party/blink/public/strings/blink_accessibility_strings_",
"${root_gen_dir}/third_party/blink/public/strings/blink_strings_",
"${root_gen_dir}/ui/strings/app_locale_settings_",
"${root_gen_dir}/ui/strings/ax_strings_",
Expand All @@ -198,6 +199,7 @@ template("electron_paks") {
"//device/bluetooth/strings",
"//services/strings",
"//third_party/blink/public/strings",
"//third_party/blink/public/strings:accessibility_strings",
"//ui/strings:app_locale_settings",
"//ui/strings:ax_strings",
"//ui/strings:ui_strings",
Expand Down

0 comments on commit 065c576

Please sign in to comment.