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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'common/key_sequence_test.unitjs', | 138 'common/key_sequence_test.unitjs', |
139 'common/math_semantic_tree_test.unitjs', | 139 'common/math_semantic_tree_test.unitjs', |
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 'liblouis_nacl/liblouis_test.extjs', |
148 ], | 149 ], |
149 'conditions': [ | 150 'conditions': [ |
150 ['use_chromevox_next==1', { | 151 ['use_chromevox_next==1', { |
151 'sources': ['../chromevox2/cvox2/background/background.extjs'], | 152 'sources': ['../chromevox2/cvox2/background/background.extjs'], |
152 }], | 153 }], |
153 ], | 154 ], |
154 }, # target chromevox_tests | 155 }, # target chromevox_tests |
155 { | 156 { |
156 'target_name': 'chromevox_test_messages_js', | 157 'target_name': 'chromevox_test_messages_js', |
157 'type': 'none', | 158 'type': 'none', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 '<@(js_files)', | 212 '<@(js_files)', |
212 ], | 213 ], |
213 }, | 214 }, |
214 ], | 215 ], |
215 'dependencies': [ | 216 'dependencies': [ |
216 'chromevox_test_messages_js', | 217 'chromevox_test_messages_js', |
217 ], | 218 ], |
218 }, # target chromevox_test_deps_js | 219 }, # target chromevox_test_deps_js |
219 ], | 220 ], |
220 } | 221 } |
OLD | NEW |