From 2fa85baa772914bc2409fb632e9dcd34f96a6920 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Mon, 14 Jul 2014 22:25:09 +0000 Subject: Add browser_extensions to GN build. BUG= R=jamesr@chromium.org Review URL: https://codereview.chromium.org/383083010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283052 0039d316-1c4b-4281-b951-d872f2087c98 --- build/config/features.gni | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/config/features.gni') diff --git a/build/config/features.gni b/build/config/features.gni index e6cbc0f..5bd1c18 100644 --- a/build/config/features.gni +++ b/build/config/features.gni @@ -156,3 +156,6 @@ enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos) # Chrome OS: whether to also build the upcoming version of # ChromeVox, which can then be enabled via a command-line switch. enable_chromevox_next = false + +# Use brlapi from brltty for braille display support. +use_brlapi = is_chromeos -- cgit v1.1