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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'extension': 'unitjs', | 46 'extension': 'unitjs', |
47 'msvs_external_rule': 1, | 47 'msvs_external_rule': 1, |
48 'inputs': [ | 48 'inputs': [ |
49 '<(gypv8sh)', | 49 '<(gypv8sh)', |
50 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 50 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
51 '<(mock_js)', | 51 '<(mock_js)', |
52 '<(test_api_js)', | 52 '<(test_api_js)', |
53 '<(js2gtest)', | 53 '<(js2gtest)', |
54 '<(chromevox_test_deps_js_file)', | 54 '<(chromevox_test_deps_js_file)', |
55 'testing/chromevox_unittest_base.js', | 55 'testing/chromevox_unittest_base.js', |
| 56 'testing/assert_additions.js', |
56 ], | 57 ], |
57 'outputs': [ | 58 'outputs': [ |
58 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', | 59 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', |
59 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', | 60 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', |
60 ], | 61 ], |
61 'process_outputs_as_sources': 1, | 62 'process_outputs_as_sources': 1, |
62 'action': [ | 63 'action': [ |
63 'python', | 64 'python', |
64 '<(gypv8sh)', | 65 '<(gypv8sh)', |
65 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 66 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
(...skipping 12 matching lines...) Expand all Loading... |
78 # isolate. | 79 # isolate. |
79 'rule_name': 'js2extension', | 80 'rule_name': 'js2extension', |
80 'extension': 'extjs', | 81 'extension': 'extjs', |
81 'msvs_external_rule': 1, | 82 'msvs_external_rule': 1, |
82 'inputs': [ | 83 'inputs': [ |
83 '<(gypv8sh)', | 84 '<(gypv8sh)', |
84 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 85 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
85 '<(mock_js)', | 86 '<(mock_js)', |
86 '<(test_api_js)', | 87 '<(test_api_js)', |
87 '<(js2gtest)', | 88 '<(js2gtest)', |
88 'testing/chromevox_unittest_base.js', | 89 'testing/chromevox_e2e_test_base.js', |
| 90 'testing/assert_additions.js', |
89 ], | 91 ], |
90 'outputs': [ | 92 'outputs': [ |
91 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', | 93 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc
', |
92 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).extjs', | 94 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo
x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).extjs', |
93 ], | 95 ], |
94 'process_outputs_as_sources': 1, | 96 'process_outputs_as_sources': 1, |
95 'action': [ | 97 'action': [ |
96 'python', | 98 'python', |
97 '<(gypv8sh)', | 99 '<(gypv8sh)', |
98 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 100 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'common/cursor_selection_test.unitjs', | 133 'common/cursor_selection_test.unitjs', |
132 'common/dom_util_test.unitjs', | 134 'common/dom_util_test.unitjs', |
133 'common/editable_text_area_shadow_test.unitjs', | 135 'common/editable_text_area_shadow_test.unitjs', |
134 'common/editable_text_test.unitjs', | 136 'common/editable_text_test.unitjs', |
135 'common/find_util_test.unitjs', | 137 'common/find_util_test.unitjs', |
136 'common/key_sequence_test.unitjs', | 138 'common/key_sequence_test.unitjs', |
137 'common/math_semantic_tree_test.unitjs', | 139 'common/math_semantic_tree_test.unitjs', |
138 'common/page_selection_test.unitjs', | 140 'common/page_selection_test.unitjs', |
139 'common/selection_util_test.unitjs', | 141 'common/selection_util_test.unitjs', |
140 'common/spannable_test.unitjs', | 142 'common/spannable_test.unitjs', |
| 143 'host/chrome/braille_display_manager_test.unitjs', |
| 144 'host/chrome/braille_input_handler_test.unitjs', |
| 145 'host/chrome/braille_integration_test.unitjs', |
| 146 'host/chrome/braille_table_test.extjs', |
| 147 'host/chrome/expanding_braille_translator_test.unitjs', |
141 ], | 148 ], |
142 'conditions': [ | 149 'conditions': [ |
143 ['use_chromevox_next==1', { | 150 ['use_chromevox_next==1', { |
144 'sources': ['../chromevox2/cvox2/background/background.extjs'], | 151 'sources': ['../chromevox2/cvox2/background/background.extjs'], |
145 }], | 152 }], |
146 ], | 153 ], |
147 }, # target chromevox_tests | 154 }, # target chromevox_tests |
148 { | 155 { |
149 'target_name': 'chromevox_test_messages_js', | 156 'target_name': 'chromevox_test_messages_js', |
150 'type': 'none', | 157 'type': 'none', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 '<@(js_files)', | 211 '<@(js_files)', |
205 ], | 212 ], |
206 }, | 213 }, |
207 ], | 214 ], |
208 'dependencies': [ | 215 'dependencies': [ |
209 'chromevox_test_messages_js', | 216 'chromevox_test_messages_js', |
210 ], | 217 ], |
211 }, # target chromevox_test_deps_js | 218 }, # target chromevox_test_deps_js |
212 ], | 219 ], |
213 } | 220 } |
OLD | NEW |