| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index a515bc87f443dc5b5ab42e67267446392e33e1bb..cd50db2b62aeb1db4445449c048c8656404ca85b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1384,6 +1384,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,
|
|
|