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

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

Issue 339923002: ChromeVox braille_util_test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js » ('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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 '<(DEPTH)/chrome/test/base/javascript_browser_test.cc', 115 '<(DEPTH)/chrome/test/base/javascript_browser_test.cc',
116 '<(DEPTH)/chrome/test/base/javascript_browser_test.h', 116 '<(DEPTH)/chrome/test/base/javascript_browser_test.h',
117 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.cc', 117 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.cc',
118 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h', 118 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h',
119 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc', 119 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc',
120 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h', 120 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h',
121 '<(DEPTH)/chrome/browser/extensions/browsertest_util.cc', 121 '<(DEPTH)/chrome/browser/extensions/browsertest_util.cc',
122 '<(DEPTH)/chrome/browser/extensions/browsertest_util.h', 122 '<(DEPTH)/chrome/browser/extensions/browsertest_util.h',
123 123
124 'common/aria_util_test.js', 124 'common/aria_util_test.js',
125 'common/braille_util_test.js',
125 'common/command_store_test.js', 126 'common/command_store_test.js',
126 'common/cursor_selection_test.js', 127 'common/cursor_selection_test.js',
127 'common/editable_text_area_shadow_test.js', 128 'common/editable_text_area_shadow_test.js',
128 'common/editable_text_test.js', 129 'common/editable_text_test.js',
129 'common/find_util_test.js', 130 'common/find_util_test.js',
130 'common/key_sequence_test.js', 131 'common/key_sequence_test.js',
131 'common/math_semantic_tree_test.js', 132 'common/math_semantic_tree_test.js',
132 'common/page_selection_test.js', 133 'common/page_selection_test.js',
133 'common/selection_util_test.js', 134 'common/selection_util_test.js',
134 'common/spannable_test.js', 135 'common/spannable_test.js',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 '-w', '<(DEPTH)/<(closure_dir):<(closure_dir)', 168 '-w', '<(DEPTH)/<(closure_dir):<(closure_dir)',
168 '-w', ':chrome/browser/resources/chromeos/chromevox', 169 '-w', ':chrome/browser/resources/chromeos/chromevox',
169 '-o', '<(chromevox_test_deps_js_file)', 170 '-o', '<(chromevox_test_deps_js_file)',
170 '<@(js_files)', 171 '<@(js_files)',
171 ], 172 ],
172 }, 173 },
173 ], 174 ],
174 }, 175 },
175 ], 176 ],
176 } 177 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698