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

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

Issue 1302763002: Add tests for braille commands. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@js2gtesterr
Patch Set: Document gn template args, rename extra_gen_files to gen_include_files Created 5 years, 4 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 44be1c2a733c08b82d40470b13f61bed28f511e4..ca47324e340ea1d5b9bbd40f542fa47e8228f152 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
@@ -26,6 +26,12 @@
'../../../../test/base/web_ui_browser_test.cc',
'../../../../test/base/web_ui_browser_test.h',
],
+ 'chromevox_tests_unit_gen_include_sources': [
+ 'testing/assert_additions.js',
+ 'testing/callback_helper.js',
+ 'testing/chromevox_unittest_base.js',
+ 'testing/mock_feedback.js',
+ ],
'chromevox_tests_unitjs_sources': [
'braille/braille_display_manager_test.unitjs',
'braille/braille_input_handler_test.unitjs',
@@ -52,6 +58,7 @@
'chromevox/injected/user_commands_test.unitjs',
'chromevox/injected/navigation_manager_test.unitjs',
'host/chrome/braille_integration_test.unitjs',
+ 'testing/mock_feedback_test.unitjs',
'walkers/character_walker_test.unitjs',
'walkers/group_walker_test.unitjs',
'walkers/object_walker_test.unitjs',
@@ -62,6 +69,13 @@
'walkers/table_walker_test.unitjs',
'walkers/word_walker_test.unitjs',
],
+ 'chromevox_tests_ext_gen_include_sources': [
+ 'testing/assert_additions.js',
+ 'testing/callback_helper.js',
+ 'testing/chromevox_e2e_test_base.js',
+ 'testing/chromevox_next_e2e_test_base.js',
+ 'testing/mock_feedback.js',
+ ],
'chromevox_tests_extjs_sources': [
'braille/braille_table_test.extjs',
'braille/braille_translator_manager_test.extjs',
@@ -139,8 +153,7 @@
'<(test_api_js)',
'<(js2gtest)',
'<(chromevox_test_deps_js_file)',
- 'testing/assert_additions.js',
- 'testing/chromevox_unittest_base.js',
+ '<@(chromevox_tests_unit_gen_include_sources)',
],
'outputs': [
'<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc',
@@ -183,10 +196,7 @@
'<(mock_js)',
'<(test_api_js)',
'<(js2gtest)',
- 'testing/callback_helper.js',
- 'testing/chromevox_e2e_test_base.js',
- 'testing/chromevox_next_e2e_test_base.js',
- 'testing/assert_additions.js',
+ '<@(chromevox_tests_ext_gen_include_sources)',
],
'outputs': [
'<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc',

Powered by Google App Engine
This is Rietveld 408576698