Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi

Issue 584313003: Enable runtime switching between ChromeVox and ChromeVox next via command line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make changes to exclude files/paths from webstore release. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'common/editable_text_area_shadow_test.unitjs', 135 'common/editable_text_area_shadow_test.unitjs',
136 'common/editable_text_test.unitjs', 136 'common/editable_text_test.unitjs',
137 'common/find_util_test.unitjs', 137 'common/find_util_test.unitjs',
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 'chromevox/injected/event_watcher_test.unitjs', 143 'chromevox/injected/event_watcher_test.unitjs',
144 'chromevox/injected/live_regions_test.unitjs', 144 'chromevox/injected/live_regions_test.unitjs',
145 'cvox2/background/background.extjs',
145 'host/chrome/braille_display_manager_test.unitjs', 146 'host/chrome/braille_display_manager_test.unitjs',
146 'host/chrome/braille_input_handler_test.unitjs', 147 'host/chrome/braille_input_handler_test.unitjs',
147 'host/chrome/braille_integration_test.unitjs', 148 'host/chrome/braille_integration_test.unitjs',
148 'host/chrome/braille_table_test.extjs', 149 'host/chrome/braille_table_test.extjs',
149 'host/chrome/expanding_braille_translator_test.unitjs', 150 'host/chrome/expanding_braille_translator_test.unitjs',
150 'host/chrome/tts_background_test.extjs', 151 'host/chrome/tts_background_test.extjs',
151 'liblouis_nacl/liblouis_test.extjs', 152 'liblouis_nacl/liblouis_test.extjs',
152 'walkers/character_walker_test.unitjs', 153 'walkers/character_walker_test.unitjs',
153 'walkers/group_walker_test.unitjs', 154 'walkers/group_walker_test.unitjs',
154 'walkers/object_walker_test.unitjs', 155 'walkers/object_walker_test.unitjs',
155 'walkers/layout_line_walker_test.unitjs', 156 'walkers/layout_line_walker_test.unitjs',
156 'walkers/math_shifter_test.unitjs', 157 'walkers/math_shifter_test.unitjs',
157 'walkers/sentence_walker_test.unitjs', 158 'walkers/sentence_walker_test.unitjs',
158 'walkers/structural_line_walker_test.unitjs', 159 'walkers/structural_line_walker_test.unitjs',
159 'walkers/table_walker_test.unitjs', 160 'walkers/table_walker_test.unitjs',
160 'walkers/word_walker_test.unitjs', 161 'walkers/word_walker_test.unitjs',
161 ], 162 ],
162 'conditions': [
163 ['use_chromevox_next==1', {
164 'sources': ['../chromevox2/cvox2/background/background.extjs'],
165 }],
166 ],
167 }, # target chromevox_tests 163 }, # target chromevox_tests
168 { 164 {
169 'target_name': 'chromevox_test_messages_js', 165 'target_name': 'chromevox_test_messages_js',
170 'type': 'none', 166 'type': 'none',
171 'actions': [ 167 'actions': [
172 { 168 {
173 'action_name': 'test_messages_js', 169 'action_name': 'test_messages_js',
174 'message': 'Generate <(_target_name)', 170 'message': 'Generate <(_target_name)',
175 'variables': { 171 'variables': {
176 'english_messages_file': '<(chromevox_dest_dir)/_locales/en/messages .json', 172 'english_messages_file': '<(chromevox_dest_dir)/_locales/en/messages .json',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 '<@(js_files)', 220 '<@(js_files)',
225 ], 221 ],
226 }, 222 },
227 ], 223 ],
228 'dependencies': [ 224 'dependencies': [
229 'chromevox_test_messages_js', 225 'chromevox_test_messages_js',
230 ], 226 ],
231 }, # target chromevox_test_deps_js 227 }, # target chromevox_test_deps_js
232 ], 228 ],
233 } 229 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698