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': [ | 12 'chromevox_tests_sources': [ |
13 '../../../../browser/extensions/browsertest_util.cc', | 13 '../../../../browser/extensions/browsertest_util.cc', |
14 '../../../../browser/extensions/browsertest_util.h', | 14 '../../../../browser/extensions/browsertest_util.h', |
15 '../../../../browser/ui/webui/web_ui_test_handler.cc', | 15 '../../../../browser/ui/webui/web_ui_test_handler.cc', |
16 '../../../../browser/ui/webui/web_ui_test_handler.h', | 16 '../../../../browser/ui/webui/web_ui_test_handler.h', |
17 '../../../../test/base/browser_tests_main.cc', | 17 '../../../../test/base/browser_tests_main.cc', |
18 '../../../../test/base/extension_js_browser_test.cc', | 18 '../../../../test/base/extension_js_browser_test.cc', |
19 '../../../../test/base/extension_js_browser_test.h', | 19 '../../../../test/base/extension_js_browser_test.h', |
20 '../../../../test/base/extension_load_waiter_one_shot.cc', | 20 '../../../../test/base/extension_load_waiter_one_shot.cc', |
21 '../../../../test/base/extension_load_waiter_one_shot.h', | 21 '../../../../test/base/extension_load_waiter_one_shot.h', |
22 '../../../../test/base/javascript_browser_test.cc', | 22 '../../../../test/base/javascript_browser_test.cc', |
23 '../../../../test/base/javascript_browser_test.h', | 23 '../../../../test/base/javascript_browser_test.h', |
24 '../../../../test/base/test_chrome_web_ui_controller_factory.cc', | 24 '../../../../test/base/test_chrome_web_ui_controller_factory.cc', |
25 '../../../../test/base/test_chrome_web_ui_controller_factory.h', | 25 '../../../../test/base/test_chrome_web_ui_controller_factory.h', |
26 '../../../../test/base/web_ui_browser_test.cc', | 26 '../../../../test/base/web_ui_browser_test.cc', |
27 '../../../../test/base/web_ui_browser_test.h', | 27 '../../../../test/base/web_ui_browser_test.h', |
28 ], | 28 ], |
| 29 'chromevox_tests_unit_gen_include_sources': [ |
| 30 'testing/assert_additions.js', |
| 31 'testing/callback_helper.js', |
| 32 'testing/chromevox_unittest_base.js', |
| 33 'testing/mock_feedback.js', |
| 34 ], |
29 'chromevox_tests_unitjs_sources': [ | 35 'chromevox_tests_unitjs_sources': [ |
30 'braille/braille_display_manager_test.unitjs', | 36 'braille/braille_display_manager_test.unitjs', |
31 'braille/braille_input_handler_test.unitjs', | 37 'braille/braille_input_handler_test.unitjs', |
32 'braille/expanding_braille_translator_test.unitjs', | 38 'braille/expanding_braille_translator_test.unitjs', |
33 'braille/pan_strategy_test.unitjs', | 39 'braille/pan_strategy_test.unitjs', |
34 'common/aria_util_test.unitjs', | 40 'common/aria_util_test.unitjs', |
35 'common/braille_text_handler_test.unitjs', | 41 'common/braille_text_handler_test.unitjs', |
36 'common/braille_util_test.unitjs', | 42 'common/braille_util_test.unitjs', |
37 'common/command_store_test.unitjs', | 43 'common/command_store_test.unitjs', |
38 'common/content_editable_extractor_test.unitjs', | 44 'common/content_editable_extractor_test.unitjs', |
39 'common/cursor_selection_test.unitjs', | 45 'common/cursor_selection_test.unitjs', |
40 'common/dom_util_test.unitjs', | 46 'common/dom_util_test.unitjs', |
41 'common/editable_text_area_shadow_test.unitjs', | 47 'common/editable_text_area_shadow_test.unitjs', |
42 'common/editable_text_test.unitjs', | 48 'common/editable_text_test.unitjs', |
43 'common/find_util_test.unitjs', | 49 'common/find_util_test.unitjs', |
44 'common/key_sequence_test.unitjs', | 50 'common/key_sequence_test.unitjs', |
45 'common/math_semantic_tree_test.unitjs', | 51 'common/math_semantic_tree_test.unitjs', |
46 'common/page_selection_test.unitjs', | 52 'common/page_selection_test.unitjs', |
47 'common/selection_util_test.unitjs', | 53 'common/selection_util_test.unitjs', |
48 'common/spannable_test.unitjs', | 54 'common/spannable_test.unitjs', |
49 'common/string_util_test.unitjs', | 55 'common/string_util_test.unitjs', |
50 'chromevox/injected/event_watcher_test.unitjs', | 56 'chromevox/injected/event_watcher_test.unitjs', |
51 'chromevox/injected/live_regions_test.unitjs', | 57 'chromevox/injected/live_regions_test.unitjs', |
52 'chromevox/injected/user_commands_test.unitjs', | 58 'chromevox/injected/user_commands_test.unitjs', |
53 'chromevox/injected/navigation_manager_test.unitjs', | 59 'chromevox/injected/navigation_manager_test.unitjs', |
54 'host/chrome/braille_integration_test.unitjs', | 60 'host/chrome/braille_integration_test.unitjs', |
| 61 'testing/mock_feedback_test.unitjs', |
55 'walkers/character_walker_test.unitjs', | 62 'walkers/character_walker_test.unitjs', |
56 'walkers/group_walker_test.unitjs', | 63 'walkers/group_walker_test.unitjs', |
57 'walkers/object_walker_test.unitjs', | 64 'walkers/object_walker_test.unitjs', |
58 'walkers/layout_line_walker_test.unitjs', | 65 'walkers/layout_line_walker_test.unitjs', |
59 'walkers/math_shifter_test.unitjs', | 66 'walkers/math_shifter_test.unitjs', |
60 'walkers/sentence_walker_test.unitjs', | 67 'walkers/sentence_walker_test.unitjs', |
61 'walkers/structural_line_walker_test.unitjs', | 68 'walkers/structural_line_walker_test.unitjs', |
62 'walkers/table_walker_test.unitjs', | 69 'walkers/table_walker_test.unitjs', |
63 'walkers/word_walker_test.unitjs', | 70 'walkers/word_walker_test.unitjs', |
64 ], | 71 ], |
| 72 'chromevox_tests_ext_gen_include_sources': [ |
| 73 'testing/assert_additions.js', |
| 74 'testing/callback_helper.js', |
| 75 'testing/chromevox_e2e_test_base.js', |
| 76 'testing/chromevox_next_e2e_test_base.js', |
| 77 'testing/mock_feedback.js', |
| 78 ], |
65 'chromevox_tests_extjs_sources': [ | 79 'chromevox_tests_extjs_sources': [ |
66 'braille/braille_table_test.extjs', | 80 'braille/braille_table_test.extjs', |
67 'braille/braille_translator_manager_test.extjs', | 81 'braille/braille_translator_manager_test.extjs', |
68 'braille/liblouis_test.extjs', | 82 'braille/liblouis_test.extjs', |
69 'cvox2/background/automation_util_test.extjs', | 83 'cvox2/background/automation_util_test.extjs', |
70 'cvox2/background/background_test.extjs', | 84 'cvox2/background/background_test.extjs', |
71 'cvox2/background/cursors_test.extjs', | 85 'cvox2/background/cursors_test.extjs', |
72 'cvox2/background/output_test.extjs', | 86 'cvox2/background/output_test.extjs', |
73 'host/chrome/tts_background_test.extjs', | 87 'host/chrome/tts_background_test.extjs', |
74 ], | 88 ], |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 }], | 146 }], |
133 ], | 147 ], |
134 }, | 148 }, |
135 'inputs': [ | 149 'inputs': [ |
136 '<(gypv8sh)', | 150 '<(gypv8sh)', |
137 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 151 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
138 '<(mock_js)', | 152 '<(mock_js)', |
139 '<(test_api_js)', | 153 '<(test_api_js)', |
140 '<(js2gtest)', | 154 '<(js2gtest)', |
141 '<(chromevox_test_deps_js_file)', | 155 '<(chromevox_test_deps_js_file)', |
142 'testing/assert_additions.js', | 156 '<@(chromevox_tests_unit_gen_include_sources)', |
143 'testing/chromevox_unittest_base.js', | |
144 ], | 157 ], |
145 'outputs': [ | 158 'outputs': [ |
146 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', | 159 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', |
147 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', | 160 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', |
148 ], | 161 ], |
149 'process_outputs_as_sources': 1, | 162 'process_outputs_as_sources': 1, |
150 'action': [ | 163 'action': [ |
151 'python', | 164 'python', |
152 '<(gypv8sh)', | 165 '<(gypv8sh)', |
153 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 166 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
(...skipping 22 matching lines...) Expand all Loading... |
176 'external_v8': 'n', | 189 'external_v8': 'n', |
177 }], | 190 }], |
178 ], | 191 ], |
179 }, | 192 }, |
180 'inputs': [ | 193 'inputs': [ |
181 '<(gypv8sh)', | 194 '<(gypv8sh)', |
182 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 195 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
183 '<(mock_js)', | 196 '<(mock_js)', |
184 '<(test_api_js)', | 197 '<(test_api_js)', |
185 '<(js2gtest)', | 198 '<(js2gtest)', |
186 'testing/callback_helper.js', | 199 '<@(chromevox_tests_ext_gen_include_sources)', |
187 'testing/chromevox_e2e_test_base.js', | |
188 'testing/chromevox_next_e2e_test_base.js', | |
189 'testing/assert_additions.js', | |
190 ], | 200 ], |
191 'outputs': [ | 201 'outputs': [ |
192 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', | 202 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', |
193 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).extjs', | 203 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).extjs', |
194 ], | 204 ], |
195 'process_outputs_as_sources': 1, | 205 'process_outputs_as_sources': 1, |
196 'action': [ | 206 'action': [ |
197 'python', | 207 'python', |
198 '<(gypv8sh)', | 208 '<(gypv8sh)', |
199 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 209 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 '<@(js_files)', | 283 '<@(js_files)', |
274 ], | 284 ], |
275 }, | 285 }, |
276 ], | 286 ], |
277 'dependencies': [ | 287 'dependencies': [ |
278 'chromevox_test_messages_js', | 288 'chromevox_test_messages_js', |
279 ], | 289 ], |
280 }, # target chromevox_test_deps_js | 290 }, # target chromevox_test_deps_js |
281 ], | 291 ], |
282 } | 292 } |
OLD | NEW |