Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index d8e60f182335a6007d2cea3c3ecede989ec27f01..8b45020ae4e1f81ec9249583ef9753abc5cc8592 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1381,6 +1381,10 @@ |
# Support ChromeOS touchpad gestures with ozone. |
'use_evdev_gestures%': 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, |
+ |
'conditions': [ |
# Enable the Syzygy optimization step for the official builds. |
['OS=="win" and buildtype=="Official" and syzyasan!=1', { |