| 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..3d59dad3207c5965c6672a09352957d158080a70 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| @@ -52,8 +52,8 @@
|
| '<(test_api_js)',
|
| '<(js2gtest)',
|
| '<(chromevox_test_deps_js_file)',
|
| - 'testing/chromevox_unittest_base.js',
|
| 'testing/assert_additions.js',
|
| + 'testing/chromevox_unittest_base.js',
|
| ],
|
| 'outputs': [
|
| '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc',
|
| @@ -140,6 +140,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',
|
|
|