Chromium Code Reviews| 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 8eaa4eb32dea27bbcf2674778194af86842db76a..05b39f356780224cb5a93826460ab72682467bec 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi |
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi |
| @@ -52,8 +52,9 @@ |
| '<(test_api_js)', |
| '<(js2gtest)', |
| '<(chromevox_test_deps_js_file)', |
| - 'testing/chromevox_unittest_base.js', |
| 'testing/assert_additions.js', |
| + 'testing/chromevox_unittest_base.js', |
| + 'testing/spoken_list_builder.js', |
|
Peter Lundblad
2014/09/19 08:14:58
This file doesn't need to be added here since it i
dmazzoni
2014/09/22 07:14:55
Done.
|
| ], |
| 'outputs': [ |
| '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc', |
| @@ -140,6 +141,7 @@ |
| 'common/page_selection_test.unitjs', |
| 'common/selection_util_test.unitjs', |
| 'common/spannable_test.unitjs', |
| + 'chromevox/injected/live_regions_test.unitjs', |
| 'host/chrome/braille_display_manager_test.unitjs', |
| 'host/chrome/braille_input_handler_test.unitjs', |
| 'host/chrome/braille_integration_test.unitjs', |