OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../../../../js_unittest_vars.gypi', | 7 '../../../../js_unittest_vars.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'chromevox_test_deps_js_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/re
sources/chromeos/chromevox/test_deps.js', | 10 'chromevox_test_deps_js_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/re
sources/chromeos/chromevox/test_deps.js', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 'common/page_selection_test.unitjs', | 140 'common/page_selection_test.unitjs', |
141 'common/selection_util_test.unitjs', | 141 'common/selection_util_test.unitjs', |
142 'common/spannable_test.unitjs', | 142 'common/spannable_test.unitjs', |
143 'host/chrome/braille_display_manager_test.unitjs', | 143 'host/chrome/braille_display_manager_test.unitjs', |
144 'host/chrome/braille_input_handler_test.unitjs', | 144 'host/chrome/braille_input_handler_test.unitjs', |
145 'host/chrome/braille_integration_test.unitjs', | 145 'host/chrome/braille_integration_test.unitjs', |
146 'host/chrome/braille_table_test.extjs', | 146 'host/chrome/braille_table_test.extjs', |
147 'host/chrome/expanding_braille_translator_test.unitjs', | 147 'host/chrome/expanding_braille_translator_test.unitjs', |
148 'host/chrome/tts_background_test.extjs', | 148 'host/chrome/tts_background_test.extjs', |
149 'liblouis_nacl/liblouis_test.extjs', | 149 'liblouis_nacl/liblouis_test.extjs', |
| 150 'walkers/character_walker_test.unitjs', |
| 151 'walkers/group_walker_test.unitjs', |
| 152 'walkers/object_walker_test.unitjs', |
| 153 'walkers/layout_line_walker_test.unitjs', |
| 154 'walkers/math_shifter_test.unitjs', |
| 155 'walkers/sentence_walker_test.unitjs', |
| 156 'walkers/structural_line_walker_test.unitjs', |
| 157 'walkers/table_walker_test.unitjs', |
| 158 'walkers/word_walker_test.unitjs', |
150 ], | 159 ], |
151 'conditions': [ | 160 'conditions': [ |
152 ['use_chromevox_next==1', { | 161 ['use_chromevox_next==1', { |
153 'sources': ['../chromevox2/cvox2/background/background.extjs'], | 162 'sources': ['../chromevox2/cvox2/background/background.extjs'], |
154 }], | 163 }], |
155 ], | 164 ], |
156 }, # target chromevox_tests | 165 }, # target chromevox_tests |
157 { | 166 { |
158 'target_name': 'chromevox_test_messages_js', | 167 'target_name': 'chromevox_test_messages_js', |
159 'type': 'none', | 168 'type': 'none', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 '<@(js_files)', | 222 '<@(js_files)', |
214 ], | 223 ], |
215 }, | 224 }, |
216 ], | 225 ], |
217 'dependencies': [ | 226 'dependencies': [ |
218 'chromevox_test_messages_js', | 227 'chromevox_test_messages_js', |
219 ], | 228 ], |
220 }, # target chromevox_test_deps_js | 229 }, # target chromevox_test_deps_js |
221 ], | 230 ], |
222 } | 231 } |
OLD | NEW |