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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'common/cursor_selection_test.unitjs', | 132 'common/cursor_selection_test.unitjs', |
131 'common/dom_util_test.unitjs', | 133 'common/dom_util_test.unitjs', |
132 'common/editable_text_area_shadow_test.unitjs', | 134 'common/editable_text_area_shadow_test.unitjs', |
133 'common/editable_text_test.unitjs', | 135 'common/editable_text_test.unitjs', |
134 'common/find_util_test.unitjs', | 136 'common/find_util_test.unitjs', |
135 'common/key_sequence_test.unitjs', | 137 'common/key_sequence_test.unitjs', |
136 'common/math_semantic_tree_test.unitjs', | 138 'common/math_semantic_tree_test.unitjs', |
137 'common/page_selection_test.unitjs', | 139 'common/page_selection_test.unitjs', |
138 'common/selection_util_test.unitjs', | 140 'common/selection_util_test.unitjs', |
139 'common/spannable_test.unitjs', | 141 'common/spannable_test.unitjs', |
| 142 'host/chrome/braille_display_manager_test.unitjs', |
| 143 'host/chrome/braille_input_handler_test.unitjs', |
| 144 'host/chrome/braille_integration_test.unitjs', |
| 145 'host/chrome/braille_table_test.extjs', |
| 146 'host/chrome/expanding_braille_translator_test.unitjs', |
140 ], | 147 ], |
141 'conditions': [ | 148 'conditions': [ |
142 ['use_chromevox_next==1', { | 149 ['use_chromevox_next==1', { |
143 'sources': ['../chromevox2/cvox2/background/background.extjs'], | 150 'sources': ['../chromevox2/cvox2/background/background.extjs'], |
144 }], | 151 }], |
145 ], | 152 ], |
146 }, # target chromevox_tests | 153 }, # target chromevox_tests |
147 { | 154 { |
148 'target_name': 'chromevox_test_messages_js', | 155 'target_name': 'chromevox_test_messages_js', |
149 'type': 'none', | 156 'type': 'none', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 '<@(js_files)', | 210 '<@(js_files)', |
204 ], | 211 ], |
205 }, | 212 }, |
206 ], | 213 ], |
207 'dependencies': [ | 214 'dependencies': [ |
208 'chromevox_test_messages_js', | 215 'chromevox_test_messages_js', |
209 ], | 216 ], |
210 }, # target chromevox_test_deps_js | 217 }, # target chromevox_test_deps_js |
211 ], | 218 ], |
212 } | 219 } |
OLD | NEW |