Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index def3eaf76e23551abde55b878fbd2ab7ab6703de..2cfc880a2be1531be1e7d3f3f23ed402356e9856 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1370,6 +1370,9 @@ |
| # Support ChromeOS touchpad gestures with ozone. |
| 'use_evdev_gestures%': 0, |
| + # Whether to use the upcoming version of ChromeVox. |
|
dmazzoni
2014/05/12 18:18:12
Perhaps this should make it more clear that this "
David Tseng
2014/05/12 20:33:37
Done.
|
| + 'use_chromevox_next%': 0, |
| + |
| 'conditions': [ |
| # Enable the Syzygy optimization step for the official builds. |
| ['OS=="win" and buildtype=="Official" and syzyasan!=1', { |