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

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

Issue 938623003: Fix ChromeVox next tests to fail instead of timing out where applicable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify async callback handling in the tests. Created 5 years, 9 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'external_v8': 'n', 106 'external_v8': 'n',
107 }], 107 }],
108 ], 108 ],
109 }, 109 },
110 'inputs': [ 110 'inputs': [
111 '<(gypv8sh)', 111 '<(gypv8sh)',
112 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', 112 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
113 '<(mock_js)', 113 '<(mock_js)',
114 '<(test_api_js)', 114 '<(test_api_js)',
115 '<(js2gtest)', 115 '<(js2gtest)',
116 'testing/callback_helper.js',
116 'testing/chromevox_e2e_test_base.js', 117 'testing/chromevox_e2e_test_base.js',
118 'testing/chromevox_next_e2e_test_base.js',
117 'testing/assert_additions.js', 119 'testing/assert_additions.js',
118 ], 120 ],
119 'outputs': [ 121 'outputs': [
120 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc ', 122 '<(INTERMEDIATE_DIR)/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT)-gen.cc ',
121 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).extjs', 123 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/chromeos/chromevo x/<(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).extjs',
122 ], 124 ],
123 'process_outputs_as_sources': 1, 125 'process_outputs_as_sources': 1,
124 'action': [ 126 'action': [
125 'python', 127 'python',
126 '<(gypv8sh)', 128 '<(gypv8sh)',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '<@(js_files)', 257 '<@(js_files)',
256 ], 258 ],
257 }, 259 },
258 ], 260 ],
259 'dependencies': [ 261 'dependencies': [
260 'chromevox_test_messages_js', 262 'chromevox_test_messages_js',
261 ], 263 ],
262 }, # target chromevox_test_deps_js 264 }, # target chromevox_test_deps_js
263 ], 265 ],
264 } 266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698