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

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

Issue 582123002: Port live region ChromeVox tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromevox_keyboard_tests_again
Patch Set: 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'rule_name': 'js2webui', 45 'rule_name': 'js2webui',
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/assert_additions.js',
55 'testing/chromevox_unittest_base.js', 56 'testing/chromevox_unittest_base.js',
56 'testing/assert_additions.js', 57 'testing/spoken_list_builder.js',
Peter Lundblad 2014/09/19 08:14:58 This file doesn't need to be added here since it i
dmazzoni 2014/09/22 07:14:55 Done.
57 ], 58 ],
58 'outputs': [ 59 'outputs': [
59 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc ', 60 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc ',
60 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js', 61 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).js',
61 ], 62 ],
62 'process_outputs_as_sources': 1, 63 'process_outputs_as_sources': 1,
63 'action': [ 64 'action': [
64 'python', 65 'python',
65 '<(gypv8sh)', 66 '<(gypv8sh)',
66 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 67 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'common/cursor_selection_test.unitjs', 134 'common/cursor_selection_test.unitjs',
134 'common/dom_util_test.unitjs', 135 'common/dom_util_test.unitjs',
135 'common/editable_text_area_shadow_test.unitjs', 136 'common/editable_text_area_shadow_test.unitjs',
136 'common/editable_text_test.unitjs', 137 'common/editable_text_test.unitjs',
137 'common/find_util_test.unitjs', 138 'common/find_util_test.unitjs',
138 'common/key_sequence_test.unitjs', 139 'common/key_sequence_test.unitjs',
139 'common/math_semantic_tree_test.unitjs', 140 'common/math_semantic_tree_test.unitjs',
140 'common/page_selection_test.unitjs', 141 'common/page_selection_test.unitjs',
141 'common/selection_util_test.unitjs', 142 'common/selection_util_test.unitjs',
142 'common/spannable_test.unitjs', 143 'common/spannable_test.unitjs',
144 'chromevox/injected/live_regions_test.unitjs',
143 'host/chrome/braille_display_manager_test.unitjs', 145 'host/chrome/braille_display_manager_test.unitjs',
144 'host/chrome/braille_input_handler_test.unitjs', 146 'host/chrome/braille_input_handler_test.unitjs',
145 'host/chrome/braille_integration_test.unitjs', 147 'host/chrome/braille_integration_test.unitjs',
146 'host/chrome/braille_table_test.extjs', 148 'host/chrome/braille_table_test.extjs',
147 'host/chrome/expanding_braille_translator_test.unitjs', 149 'host/chrome/expanding_braille_translator_test.unitjs',
148 'host/chrome/tts_background_test.extjs', 150 'host/chrome/tts_background_test.extjs',
149 'liblouis_nacl/liblouis_test.extjs', 151 'liblouis_nacl/liblouis_test.extjs',
150 'walkers/character_walker_test.unitjs', 152 'walkers/character_walker_test.unitjs',
151 'walkers/group_walker_test.unitjs', 153 'walkers/group_walker_test.unitjs',
152 'walkers/object_walker_test.unitjs', 154 'walkers/object_walker_test.unitjs',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '<@(js_files)', 224 '<@(js_files)',
223 ], 225 ],
224 }, 226 },
225 ], 227 ],
226 'dependencies': [ 228 'dependencies': [
227 'chromevox_test_messages_js', 229 'chromevox_test_messages_js',
228 ], 230 ],
229 }, # target chromevox_test_deps_js 231 }, # target chromevox_test_deps_js
230 ], 232 ],
231 } 233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698