Chromium Code Reviews| Index: chrome/common/features.gni |
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni |
| index 6f90abe33fc95081a3d41c6b506383504b3c4487..bf266dbff5d8b0a5865bbaac038f2a7c60b9344b 100644 |
| --- a/chrome/common/features.gni |
| +++ b/chrome/common/features.gni |
| @@ -75,6 +75,9 @@ declare_args() { |
| use_vulcanize = true |
| } |
| +# Use brlapi from brltty for braille display support. |
| +use_brlapi = is_chromeos |
| + |
| _enable_printing = enable_basic_printing || enable_print_preview |
| chrome_grit_defines = [ |