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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gyp

Issue 756713003: Switch in box ChromeVox to use new background page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable_next_on_trunk
Patch Set: Created 6 years, 1 month 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/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', ],
},

Powered by Google App Engine
This is Rietveld 408576698