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

Unified Diff: build/common.gypi

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Check port name. 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
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.
+ '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') | chrome/browser/resources/chromeos/chromevox_next/chromevox.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698