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

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') | chrome/browser/browser_resources.grd » ('J')
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..721a07ae4182e8a60d22616b454e2a25a397a8da 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -902,6 +902,9 @@
# for the HRTF panner in WebAudio.
'use_concatenated_impulse_responses': 1,
+ # Whether to use the upcoming version of ChromeVox.
+ 'use_chromevox_next%': 0,
+
# You can set the variable 'use_official_google_api_keys' to 1
# to use the Google-internal file containing official API keys
# for Google Chrome even in a developer build. Setting this
@@ -1370,6 +1373,9 @@
# Support ChromeOS touchpad gestures with ozone.
'use_evdev_gestures%': 0,
+ # Whether to use the upcoming version of ChromeVox.
+ 'use_chromevox_next%': '<(use_chromevox_next)',
+
'conditions': [
# Enable the Syzygy optimization step for the official builds.
['OS=="win" and buildtype=="Official" and syzyasan!=1', {
@@ -1955,6 +1961,10 @@
'grit_defines': ['-D', 'enable_service_discovery'],
'enable_service_discovery%': 1
}],
+ ['use_chromevox_next==1', {
+ 'grit_defines': ['-D', 'use_chromevox_next'],
+ }],
+
['clang_use_chrome_plugins==1 and OS!="win"', {
'clang_chrome_plugins_flags': [
'<!@(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)'
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/browser_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698