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

Unified Diff: chrome/browser/resources/chromeos/chromevox2/chromevox.gyp

Issue 584313003: Enable runtime switching between ChromeVox and ChromeVox next via command line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
diff --git a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
index b255ca3f4a1b6f2135e14930aaf6396cfc5f6cc6..b564d44f366e74077ae7c8177c5f34e53b0a3f19 100644
--- a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
+++ b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
@@ -5,6 +5,9 @@
{
'conditions': [
['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
+ 'variables': {
+ 'use_chromevox_next': 1,
+ },
'includes': [ '../chromevox/common.gypi', ],
'targets': [
{
@@ -61,7 +64,7 @@
'target_name': 'chromevox2_manifest',
'type': 'none',
'variables': {
- 'output_manifest_path': '<(chromevox_dest_dir)/manifest.json'
+ 'output_manifest_path': '<(chromevox_dest_dir)/manifest_next.json'
},
'includes': [ '../chromevox/generate_manifest.gypi', ],
},
@@ -69,7 +72,7 @@
'target_name': 'chromevox2_guest_manifest',
'type': 'none',
'variables': {
- 'output_manifest_path': '<(chromevox_dest_dir)/manifest_guest.json',
+ 'output_manifest_path': '<(chromevox_dest_dir)/manifest_next_guest.json',
'is_guest_manifest': 1,
},
'includes': [ '../chromevox/generate_manifest.gypi', ],

Powered by Google App Engine
This is Rietveld 408576698