Skip to content

Commit

Permalink
fix: include accessibility blink strings (#33843)
Browse files Browse the repository at this point in the history
* fix: include accessibility blink strings

* chore: empty commit to trigger semantic check

Co-authored-by: Samuel Attard <sattard@salesforce.com>
Co-authored-by: Keeley Hammond <khammond@slack-corp.com>
  • Loading branch information
3 people committed Apr 20, 2022
1 parent 2dd7749 commit 3f39d85
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 3f39d85

Please sign in to comment.