| 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', ],
|
|
|