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', |
11 'chromevox_test_messages_js_file': '<(PRODUCT_DIR)/test_data/chrome/browser/
resources/chromeos/chromevox/host/testing/test_messages.js', | 11 'chromevox_test_messages_js_file': '<(PRODUCT_DIR)/test_data/chrome/browser/
resources/chromeos/chromevox/host/testing/test_messages.js', |
| 12 'chromevox_tests_sources': [ |
| 13 '../../../../browser/extensions/browsertest_util.cc', |
| 14 '../../../../browser/extensions/browsertest_util.h', |
| 15 '../../../../browser/ui/webui/web_ui_test_handler.cc', |
| 16 '../../../../browser/ui/webui/web_ui_test_handler.h', |
| 17 '../../../../test/base/browser_tests_main.cc', |
| 18 '../../../../test/base/extension_js_browser_test.cc', |
| 19 '../../../../test/base/extension_js_browser_test.h', |
| 20 '../../../../test/base/extension_load_waiter_one_shot.cc', |
| 21 '../../../../test/base/extension_load_waiter_one_shot.h', |
| 22 '../../../../test/base/javascript_browser_test.cc', |
| 23 '../../../../test/base/javascript_browser_test.h', |
| 24 '../../../../test/base/test_chrome_web_ui_controller_factory.cc', |
| 25 '../../../../test/base/test_chrome_web_ui_controller_factory.h', |
| 26 '../../../../test/base/web_ui_browser_test.cc', |
| 27 '../../../../test/base/web_ui_browser_test.h', |
| 28 ], |
| 29 'chromevox_tests_unitjs_sources': [ |
| 30 'braille/braille_display_manager_test.unitjs', |
| 31 'braille/braille_input_handler_test.unitjs', |
| 32 'braille/expanding_braille_translator_test.unitjs', |
| 33 'braille/pan_strategy_test.unitjs', |
| 34 'common/aria_util_test.unitjs', |
| 35 'common/braille_text_handler_test.unitjs', |
| 36 'common/braille_util_test.unitjs', |
| 37 'common/command_store_test.unitjs', |
| 38 'common/content_editable_extractor_test.unitjs', |
| 39 'common/cursor_selection_test.unitjs', |
| 40 'common/dom_util_test.unitjs', |
| 41 'common/editable_text_area_shadow_test.unitjs', |
| 42 'common/editable_text_test.unitjs', |
| 43 'common/find_util_test.unitjs', |
| 44 'common/key_sequence_test.unitjs', |
| 45 'common/math_semantic_tree_test.unitjs', |
| 46 'common/page_selection_test.unitjs', |
| 47 'common/selection_util_test.unitjs', |
| 48 'common/spannable_test.unitjs', |
| 49 'common/string_util_test.unitjs', |
| 50 'chromevox/injected/event_watcher_test.unitjs', |
| 51 'chromevox/injected/live_regions_test.unitjs', |
| 52 'chromevox/injected/user_commands_test.unitjs', |
| 53 'chromevox/injected/navigation_manager_test.unitjs', |
| 54 'host/chrome/braille_integration_test.unitjs', |
| 55 'walkers/character_walker_test.unitjs', |
| 56 'walkers/group_walker_test.unitjs', |
| 57 'walkers/object_walker_test.unitjs', |
| 58 'walkers/layout_line_walker_test.unitjs', |
| 59 'walkers/math_shifter_test.unitjs', |
| 60 'walkers/sentence_walker_test.unitjs', |
| 61 'walkers/structural_line_walker_test.unitjs', |
| 62 'walkers/table_walker_test.unitjs', |
| 63 'walkers/word_walker_test.unitjs', |
| 64 ], |
| 65 'chromevox_tests_extjs_sources': [ |
| 66 'braille/braille_table_test.extjs', |
| 67 'braille/braille_translator_manager_test.extjs', |
| 68 'braille/liblouis_test.extjs', |
| 69 'cvox2/background/automation_util_test.extjs', |
| 70 'cvox2/background/background_test.extjs', |
| 71 'cvox2/background/cursors_test.extjs', |
| 72 'cvox2/background/output_test.extjs', |
| 73 'host/chrome/tts_background_test.extjs', |
| 74 ], |
12 }, | 75 }, |
13 'targets': [ | 76 'targets': [ |
14 { | 77 { |
15 'target_name': 'chromevox_tests', | 78 'target_name': 'chromevox_tests', |
16 'type': 'executable', | 79 'type': 'executable', |
17 'dependencies': [ | 80 'dependencies': [ |
18 '<(DEPTH)/base/base.gyp:base', | 81 '<(DEPTH)/base/base.gyp:base', |
19 '<(DEPTH)/base/base.gyp:base_i18n', | 82 '<(DEPTH)/base/base.gyp:base_i18n', |
20 '<(DEPTH)/base/base.gyp:test_support_base', | 83 '<(DEPTH)/base/base.gyp:test_support_base', |
21 '<(DEPTH)/chrome/chrome.gyp:browser', | 84 '<(DEPTH)/chrome/chrome.gyp:browser', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 '<(test_api_js)', | 195 '<(test_api_js)', |
133 '<(js2gtest)', | 196 '<(js2gtest)', |
134 'extension', | 197 'extension', |
135 '<(RULE_INPUT_PATH)', | 198 '<(RULE_INPUT_PATH)', |
136 'chrome/browser/resources/chromeos/chromevox/<(RULE_INPUT_DIRNAME)/<
(RULE_INPUT_ROOT).extjs', | 199 'chrome/browser/resources/chromeos/chromevox/<(RULE_INPUT_DIRNAME)/<
(RULE_INPUT_ROOT).extjs', |
137 '<@(_outputs)', | 200 '<@(_outputs)', |
138 ], | 201 ], |
139 }, | 202 }, |
140 ], | 203 ], |
141 'sources': [ | 204 'sources': [ |
142 '<(DEPTH)/chrome/browser/extensions/browsertest_util.cc', | 205 '<@(chromevox_tests_sources)', |
143 '<(DEPTH)/chrome/browser/extensions/browsertest_util.h', | 206 '<@(chromevox_tests_unitjs_sources)', |
144 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.cc', | 207 '<@(chromevox_tests_extjs_sources)', |
145 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.h', | |
146 '<(DEPTH)/chrome/test/base/browser_tests_main.cc', | |
147 '<(DEPTH)/chrome/test/base/extension_js_browser_test.cc', | |
148 '<(DEPTH)/chrome/test/base/extension_js_browser_test.h', | |
149 '<(DEPTH)/chrome/test/base/extension_load_waiter_one_shot.cc', | |
150 '<(DEPTH)/chrome/test/base/extension_load_waiter_one_shot.h', | |
151 '<(DEPTH)/chrome/test/base/javascript_browser_test.cc', | |
152 '<(DEPTH)/chrome/test/base/javascript_browser_test.h', | |
153 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.cc', | |
154 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h', | |
155 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc', | |
156 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h', | |
157 | |
158 'braille/braille_display_manager_test.unitjs', | |
159 'braille/braille_input_handler_test.unitjs', | |
160 'braille/braille_table_test.extjs', | |
161 'braille/braille_translator_manager_test.extjs', | |
162 'braille/expanding_braille_translator_test.unitjs', | |
163 'braille/liblouis_test.extjs', | |
164 'braille/pan_strategy_test.unitjs', | |
165 'common/aria_util_test.unitjs', | |
166 'common/braille_text_handler_test.unitjs', | |
167 'common/braille_util_test.unitjs', | |
168 'common/command_store_test.unitjs', | |
169 'common/content_editable_extractor_test.unitjs', | |
170 'common/cursor_selection_test.unitjs', | |
171 'common/dom_util_test.unitjs', | |
172 'common/editable_text_area_shadow_test.unitjs', | |
173 'common/editable_text_test.unitjs', | |
174 'common/find_util_test.unitjs', | |
175 'common/key_sequence_test.unitjs', | |
176 'common/math_semantic_tree_test.unitjs', | |
177 'common/page_selection_test.unitjs', | |
178 'common/selection_util_test.unitjs', | |
179 'common/spannable_test.unitjs', | |
180 'common/string_util_test.unitjs', | |
181 'chromevox/injected/event_watcher_test.unitjs', | |
182 'chromevox/injected/live_regions_test.unitjs', | |
183 'chromevox/injected/user_commands_test.unitjs', | |
184 'chromevox/injected/navigation_manager_test.unitjs', | |
185 'cvox2/background/automation_util_test.extjs', | |
186 'cvox2/background/background_test.extjs', | |
187 'cvox2/background/cursors_test.extjs', | |
188 'cvox2/background/output_test.extjs', | |
189 'host/chrome/braille_integration_test.unitjs', | |
190 'host/chrome/tts_background_test.extjs', | |
191 'walkers/character_walker_test.unitjs', | |
192 'walkers/group_walker_test.unitjs', | |
193 'walkers/object_walker_test.unitjs', | |
194 'walkers/layout_line_walker_test.unitjs', | |
195 'walkers/math_shifter_test.unitjs', | |
196 'walkers/sentence_walker_test.unitjs', | |
197 'walkers/structural_line_walker_test.unitjs', | |
198 'walkers/table_walker_test.unitjs', | |
199 'walkers/word_walker_test.unitjs', | |
200 ], | 208 ], |
201 }, # target chromevox_tests | 209 }, # target chromevox_tests |
202 { | 210 { |
203 'target_name': 'chromevox_test_messages_js', | 211 'target_name': 'chromevox_test_messages_js', |
204 'type': 'none', | 212 'type': 'none', |
205 'actions': [ | 213 'actions': [ |
206 { | 214 { |
207 'action_name': 'test_messages_js', | 215 'action_name': 'test_messages_js', |
208 'message': 'Generate <(_target_name)', | 216 'message': 'Generate <(_target_name)', |
209 'variables': { | 217 'variables': { |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '<@(js_files)', | 266 '<@(js_files)', |
259 ], | 267 ], |
260 }, | 268 }, |
261 ], | 269 ], |
262 'dependencies': [ | 270 'dependencies': [ |
263 'chromevox_test_messages_js', | 271 'chromevox_test_messages_js', |
264 ], | 272 ], |
265 }, # target chromevox_test_deps_js | 273 }, # target chromevox_test_deps_js |
266 ], | 274 ], |
267 } | 275 } |
OLD | NEW |