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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'common/find_util_test.unitjs', | 165 'common/find_util_test.unitjs', |
166 'common/key_sequence_test.unitjs', | 166 'common/key_sequence_test.unitjs', |
167 'common/math_semantic_tree_test.unitjs', | 167 'common/math_semantic_tree_test.unitjs', |
168 'common/page_selection_test.unitjs', | 168 'common/page_selection_test.unitjs', |
169 'common/selection_util_test.unitjs', | 169 'common/selection_util_test.unitjs', |
170 'common/spannable_test.unitjs', | 170 'common/spannable_test.unitjs', |
171 'chromevox/injected/event_watcher_test.unitjs', | 171 'chromevox/injected/event_watcher_test.unitjs', |
172 'chromevox/injected/live_regions_test.unitjs', | 172 'chromevox/injected/live_regions_test.unitjs', |
173 'chromevox/injected/user_commands_test.unitjs', | 173 'chromevox/injected/user_commands_test.unitjs', |
174 'chromevox/injected/navigation_manager_test.unitjs', | 174 'chromevox/injected/navigation_manager_test.unitjs', |
175 # TODO(dtseng): Disable pending flip to ChromeVox Next. | 175 'cvox2/background/automation_util_test.extjs', |
176 #'cvox2/background/automation_util_test.extjs', | 176 'cvox2/background/background_test.extjs', |
177 #'cvox2/background/background_test.extjs', | 177 'cvox2/background/cursors_test.extjs', |
178 #'cvox2/background/cursors_test.extjs', | 178 'cvox2/background/output_test.extjs', |
179 #'cvox2/background/output_test.extjs', | |
180 'host/chrome/braille_display_manager_test.unitjs', | 179 'host/chrome/braille_display_manager_test.unitjs', |
181 'host/chrome/braille_input_handler_test.unitjs', | 180 'host/chrome/braille_input_handler_test.unitjs', |
182 'host/chrome/braille_integration_test.unitjs', | 181 'host/chrome/braille_integration_test.unitjs', |
183 'host/chrome/braille_table_test.extjs', | 182 'host/chrome/braille_table_test.extjs', |
184 'host/chrome/expanding_braille_translator_test.unitjs', | 183 'host/chrome/expanding_braille_translator_test.unitjs', |
185 'host/chrome/tts_background_test.extjs', | 184 'host/chrome/tts_background_test.extjs', |
186 'liblouis_nacl/liblouis_test.extjs', | 185 'liblouis_nacl/liblouis_test.extjs', |
187 'walkers/character_walker_test.unitjs', | 186 'walkers/character_walker_test.unitjs', |
188 'walkers/group_walker_test.unitjs', | 187 'walkers/group_walker_test.unitjs', |
189 'walkers/object_walker_test.unitjs', | 188 'walkers/object_walker_test.unitjs', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 '<@(js_files)', | 253 '<@(js_files)', |
255 ], | 254 ], |
256 }, | 255 }, |
257 ], | 256 ], |
258 'dependencies': [ | 257 'dependencies': [ |
259 'chromevox_test_messages_js', | 258 'chromevox_test_messages_js', |
260 ], | 259 ], |
261 }, # target chromevox_test_deps_js | 260 }, # target chromevox_test_deps_js |
262 ], | 261 ], |
263 } | 262 } |
OLD | NEW |