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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi

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_tests.gypi
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
index 1831c9ed0f853bc465f51c244591469705aef156..53346861d392d81e9d52905d2054ea5edaefd05a 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
@@ -172,11 +172,10 @@
'chromevox/injected/live_regions_test.unitjs',
'chromevox/injected/user_commands_test.unitjs',
'chromevox/injected/navigation_manager_test.unitjs',
- # TODO(dtseng): Disable pending flip to ChromeVox Next.
- #'cvox2/background/automation_util_test.extjs',
- #'cvox2/background/background_test.extjs',
- #'cvox2/background/cursors_test.extjs',
- #'cvox2/background/output_test.extjs',
+ 'cvox2/background/automation_util_test.extjs',
+ 'cvox2/background/background_test.extjs',
+ 'cvox2/background/cursors_test.extjs',
+ 'cvox2/background/output_test.extjs',
'host/chrome/braille_display_manager_test.unitjs',
'host/chrome/braille_input_handler_test.unitjs',
'host/chrome/braille_integration_test.unitjs',

Powered by Google App Engine
This is Rietveld 408576698