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

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

Issue 298653011: More ChromeVox tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix style violations 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/cursor_selection_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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'sources': [ 75 'sources': [
76 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.cc', 76 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.cc',
77 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.h', 77 '<(DEPTH)/chrome/browser/ui/webui/web_ui_test_handler.h',
78 '<(DEPTH)/chrome/test/base/browser_tests_main.cc', 78 '<(DEPTH)/chrome/test/base/browser_tests_main.cc',
79 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.cc', 79 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.cc',
80 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h', 80 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h',
81 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc', 81 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc',
82 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h', 82 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h',
83 83
84 'common/aria_util_test.js', 84 'common/aria_util_test.js',
85 'common/cursor_selection_test.js',
86 'common/editable_text_area_shadow_test.js',
87 'common/key_sequence_test.js',
88 'common/math_semantic_tree_test.js',
89 'common/selection_util_test.js',
85 ], 90 ],
86 }, # target chromevox_tests 91 }, # target chromevox_tests
87 { 92 {
88 'target_name': 'chromevox_test_deps_js', 93 'target_name': 'chromevox_test_deps_js',
89 'type': 'none', 94 'type': 'none',
90 'actions': [ 95 'actions': [
91 { 96 {
92 'action_name': 'deps_js', 97 'action_name': 'deps_js',
93 'message': 'Generate <(_target_name)', 98 'message': 'Generate <(_target_name)',
94 'variables': { 99 'variables': {
(...skipping 17 matching lines...) Expand all
112 '-w', '<(DEPTH)/<(closure_dir):<(closure_dir)', 117 '-w', '<(DEPTH)/<(closure_dir):<(closure_dir)',
113 '-w', ':chrome/browser/resources/chromeos/chromevox', 118 '-w', ':chrome/browser/resources/chromeos/chromevox',
114 '-o', '<(chromevox_test_deps_js_file)', 119 '-o', '<(chromevox_test_deps_js_file)',
115 '<@(js_files)', 120 '<@(js_files)',
116 ], 121 ],
117 }, 122 },
118 ], 123 ],
119 }, 124 },
120 ], 125 ],
121 } 126 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/common/cursor_selection_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698