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

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..f9a63c7ba2a8baebd47a7e33f4afa970e6d11a74 100644
--- a/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
+++ b/chrome/browser/resources/chromeos/chromevox2/chromevox.gyp
@@ -8,6 +8,9 @@
'includes': [ '../chromevox/common.gypi', ],
'targets': [
{
+ 'variables': {
Peter Lundblad 2014/09/22 09:00:46 Variables put here will only apply to the chromevo
David Tseng 2014/09/22 17:23:12 Done.
+ 'use_chromevox_next': 1,
+ },
'target_name': 'chromevox2',
'type': 'none',
'dependencies': [
@@ -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