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

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

Issue 484063003: Port braille related tests from ChromeVox upstream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: rebase Created 6 years, 3 months 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 b8c17fd4753d73d8702c9d1c85b5c90b79e944ae..92e5ba5e62cfc0ac23f6f035e86712dc245d0a51 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',
@@ -137,6 +139,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', {

Powered by Google App Engine
This is Rietveld 408576698