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

Unified Diff: chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2

Issue 743273002: Various changes required to support ChromeVox Next to read Views and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years 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/chromevox/manifest.json.jinja2
diff --git a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
index 7cc62e0c0d6b52c110f21971f058348d141f8079..4f223a930b350c363d185e43eac739d13013eee3 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
@@ -33,11 +33,12 @@
"virtualKeyboardPrivate",
"<all_urls>"
],
-{% if is_chromevox_next == '0' %}
"content_scripts": [
{
"matches": [ "<all_urls>" ],
- "exclude_globs": [ "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html" ],
+ "exclude_globs": [
+ "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html"
+ ],
"all_frames": true,
"js": [
{% if is_js_compressed == '1' %}
@@ -51,7 +52,6 @@
]
}
],
-{% endif %}
"web_accessible_resources": [
"chromevox/injected/api.js",
"chromevox/injected/api_util.js",

Powered by Google App Engine
This is Rietveld 408576698