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 631b9552d5fb69ed2656cc5c7788c7112ca32801..d08c7fbc2a064dd1e26431f9bf2f3fe8660e1d7f 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi |
@@ -53,6 +53,7 @@ |
'<(js2gtest)', |
'<(chromevox_test_deps_js_file)', |
'testing/chromevox_unittest_base.js', |
+ 'testing/assert_additions.js', |
], |
'outputs': [ |
'<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc', |
@@ -85,7 +86,8 @@ |
'<(mock_js)', |
'<(test_api_js)', |
'<(js2gtest)', |
- 'testing/chromevox_unittest_base.js', |
+ 'testing/chromevox_e2e_test_base.js', |
+ 'testing/assert_additions.js', |
], |
'outputs': [ |
'<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc', |
@@ -138,6 +140,11 @@ |
'common/page_selection_test.unitjs', |
'common/selection_util_test.unitjs', |
'common/spannable_test.unitjs', |
+ 'host/chrome/braille_display_manager_test.unitjs', |
+ 'host/chrome/braille_input_handler_test.unitjs', |
+ 'host/chrome/braille_integration_test.unitjs', |
+ 'host/chrome/braille_table_test.extjs', |
+ 'host/chrome/expanding_braille_translator_test.unitjs', |
], |
'conditions': [ |
['use_chromevox_next==1', { |