Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index d9f6190603c513ab29ec22d8f6a05cc0ecbfea00..72462f2495a452e3abf76dfd62b1e53f22d2ee5a 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', { |