| Index: chrome/browser/resources/chromeos/chromevox/generate_manifest.gypi
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/generate_manifest.gypi b/chrome/browser/resources/chromeos/chromevox/generate_manifest.gypi
|
| index 3f94cb9d1ce3cb9f000ff4ce735b9032d44c37e9..9e6332393de959985f20f38a3b46fbad94c8801d 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/generate_manifest.gypi
|
| +++ b/chrome/browser/resources/chromeos/chromevox/generate_manifest.gypi
|
| @@ -9,16 +9,18 @@
|
| # template_manifest_path: a valid Jinja2 file path.
|
| # output_manifest_path: file path for the resulting manifest.
|
| #
|
| -# The following variable is optional:
|
| +# The following variables are optional:
|
| #
|
| # guest_manifest: 1 or 0; generates a manifest usable while in guest
|
| # mode.
|
| +# use_chromevox_next: 1 or 0; generates a manifest for ChromeVox next.
|
|
|
| {
|
| 'variables': {
|
| 'generate_manifest_script_path': 'tools/generate_manifest.py',
|
| 'is_guest_manifest%': 0,
|
| 'key': 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB',
|
| + 'use_chromevox_next%': 0,
|
| },
|
| 'includes': [
|
| '../../../../../build/util/version.gypi',
|
|
|