| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 0879daca73c9af333c35b3e7757fadb5c32e42b3..6c77ea5125b90c76b6b4e0e0ca2deab9db2ccbaa 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1395,6 +1395,11 @@
|
| 'ozone_platform_ozonex%': 0,
|
| 'ozone_platform_test%': 0,
|
|
|
| + # Chrome OS: whether to build ChromeVox from sources in the Chromium
|
| + # repository rather than using precompiled JavaScript in
|
| + # chrome/third_party/chromevox. This is still experimental.
|
| + 'use_migrated_chromevox%': 0,
|
| +
|
| # Chrome OS: whether to also build the upcoming version of
|
| # ChromeVox, which can then be enabled via a command-line switch.
|
| 'use_chromevox_next%': 0,
|
|
|