Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2642)

Unified Diff: chrome/common/features.gni

Issue 2497653002: Move use_brlapi build flag to chrome. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698