Skip to content

Commit

Permalink
fix: include accessibility blink strings (#33841)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 20, 2022
1 parent cfd9825 commit 94d13db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron_paks.gni
Expand Up @@ -175,6 +175,7 @@ template("electron_paks") {
source_patterns = [
"${root_gen_dir}/chrome/platform_locale_settings_",
"${root_gen_dir}/components/strings/components_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}/device/bluetooth/strings/bluetooth_strings_",
"${root_gen_dir}/services/strings/services_strings_",
Expand All @@ -188,6 +189,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 94d13db

Please sign in to comment.