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

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

Issue 1295773002: Make testDone unavailable for chromevox tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: n Created 5 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'common/math_semantic_tree_test.unitjs', 45 'common/math_semantic_tree_test.unitjs',
46 'common/page_selection_test.unitjs', 46 'common/page_selection_test.unitjs',
47 'common/selection_util_test.unitjs', 47 'common/selection_util_test.unitjs',
48 'common/spannable_test.unitjs', 48 'common/spannable_test.unitjs',
49 'common/string_util_test.unitjs', 49 'common/string_util_test.unitjs',
50 'chromevox/injected/event_watcher_test.unitjs', 50 'chromevox/injected/event_watcher_test.unitjs',
51 'chromevox/injected/live_regions_test.unitjs', 51 'chromevox/injected/live_regions_test.unitjs',
52 'chromevox/injected/user_commands_test.unitjs', 52 'chromevox/injected/user_commands_test.unitjs',
53 'chromevox/injected/navigation_manager_test.unitjs', 53 'chromevox/injected/navigation_manager_test.unitjs',
54 'host/chrome/braille_integration_test.unitjs', 54 'host/chrome/braille_integration_test.unitjs',
55 'testing/mock_feedback_test.unitjs',
55 'walkers/character_walker_test.unitjs', 56 'walkers/character_walker_test.unitjs',
56 'walkers/group_walker_test.unitjs', 57 'walkers/group_walker_test.unitjs',
57 'walkers/object_walker_test.unitjs', 58 'walkers/object_walker_test.unitjs',
58 'walkers/layout_line_walker_test.unitjs', 59 'walkers/layout_line_walker_test.unitjs',
59 'walkers/math_shifter_test.unitjs', 60 'walkers/math_shifter_test.unitjs',
60 'walkers/sentence_walker_test.unitjs', 61 'walkers/sentence_walker_test.unitjs',
61 'walkers/structural_line_walker_test.unitjs', 62 'walkers/structural_line_walker_test.unitjs',
62 'walkers/table_walker_test.unitjs', 63 'walkers/table_walker_test.unitjs',
63 'walkers/word_walker_test.unitjs', 64 'walkers/word_walker_test.unitjs',
64 ], 65 ],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'inputs': [ 181 'inputs': [
181 '<(gypv8sh)', 182 '<(gypv8sh)',
182 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 183 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
183 '<(mock_js)', 184 '<(mock_js)',
184 '<(test_api_js)', 185 '<(test_api_js)',
185 '<(js2gtest)', 186 '<(js2gtest)',
186 'testing/callback_helper.js', 187 'testing/callback_helper.js',
187 'testing/chromevox_e2e_test_base.js', 188 'testing/chromevox_e2e_test_base.js',
188 'testing/chromevox_next_e2e_test_base.js', 189 'testing/chromevox_next_e2e_test_base.js',
189 'testing/assert_additions.js', 190 'testing/assert_additions.js',
191 'testing/mock_feedback.js',
190 ], 192 ],
191 'outputs': [ 193 'outputs': [
192 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc ', 194 '<(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', 195 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).extjs',
194 ], 196 ],
195 'process_outputs_as_sources': 1, 197 'process_outputs_as_sources': 1,
196 'action': [ 198 'action': [
197 'python', 199 'python',
198 '<(gypv8sh)', 200 '<(gypv8sh)',
199 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 201 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '<@(js_files)', 275 '<@(js_files)',
274 ], 276 ],
275 }, 277 },
276 ], 278 ],
277 'dependencies': [ 279 'dependencies': [
278 'chromevox_test_messages_js', 280 'chromevox_test_messages_js',
279 ], 281 ],
280 }, # target chromevox_test_deps_js 282 }, # target chromevox_test_deps_js
281 ], 283 ],
282 } 284 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698