Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 08b56cdeac8072cbe0e58a1fc012b0f2d57e45a5..4a906d3b92ab1a79c9569a37791b2a52357fd390 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1154,6 +1154,9 @@ |
| # Use the chromium skia by default. |
| 'use_system_skia%': '0', |
| + # Use brlapi from brltty for braille display support. |
| + 'use_brlapi%': 0, |
| + |
| 'conditions': [ |
| # The version of GCC in use, set later in platforms that use GCC and have |
| # not explicitly chosen to build with clang. Currently, this means all |