| Index: chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| index cf729700d968a94bbc2bc60880d6f9bd17c258ca..9816f7055a9a33e4b5fc5821c85dc0e15c258025 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gyp
|
| @@ -168,8 +168,7 @@
|
| 'type': 'none',
|
| 'variables': {
|
| 'output_manifest_path': '<(chromevox_dest_dir)/manifest.json',
|
| - # TODO(dtseng): Flip this to 1 once ChromeVox Next is ready.
|
| - 'is_chromevox_next': 0,
|
| + 'is_chromevox_next': 1,
|
| },
|
| 'includes': [ 'generate_manifest.gypi', ],
|
| },
|
| @@ -179,8 +178,7 @@
|
| 'variables': {
|
| 'output_manifest_path': '<(chromevox_dest_dir)/manifest_guest.json',
|
| 'is_guest_manifest': 1,
|
| - # TODO(dtseng): Flip this to 1 once ChromeVox Next is ready.
|
| - 'is_chromevox_next': 0,
|
| + 'is_chromevox_next': 1,
|
| },
|
| 'includes': [ 'generate_manifest.gypi', ],
|
| },
|
|
|