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

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

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/chromevox_tests.gypi
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
index 53346861d392d81e9d52905d2054ea5edaefd05a..1831c9ed0f853bc465f51c244591469705aef156 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
@@ -172,10 +172,11 @@
'chromevox/injected/live_regions_test.unitjs',
'chromevox/injected/user_commands_test.unitjs',
'chromevox/injected/navigation_manager_test.unitjs',
- 'cvox2/background/automation_util_test.extjs',
- 'cvox2/background/background_test.extjs',
- 'cvox2/background/cursors_test.extjs',
- 'cvox2/background/output_test.extjs',
+ # 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',
'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