Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: build/common.gypi

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698