OLD | NEW |
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h', | 120 '<(DEPTH)/chrome/test/base/test_chrome_web_ui_controller_factory.h', |
121 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc', | 121 '<(DEPTH)/chrome/test/base/web_ui_browser_test.cc', |
122 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h', | 122 '<(DEPTH)/chrome/test/base/web_ui_browser_test.h', |
123 '<(DEPTH)/chrome/browser/extensions/browsertest_util.cc', | 123 '<(DEPTH)/chrome/browser/extensions/browsertest_util.cc', |
124 '<(DEPTH)/chrome/browser/extensions/browsertest_util.h', | 124 '<(DEPTH)/chrome/browser/extensions/browsertest_util.h', |
125 | 125 |
126 'common/aria_util_test.unitjs', | 126 'common/aria_util_test.unitjs', |
127 'common/braille_text_handler_test.unitjs', | 127 'common/braille_text_handler_test.unitjs', |
128 'common/braille_util_test.unitjs', | 128 'common/braille_util_test.unitjs', |
129 'common/command_store_test.unitjs', | 129 'common/command_store_test.unitjs', |
| 130 'common/content_editable_extractor_test.unitjs', |
130 'common/cursor_selection_test.unitjs', | 131 'common/cursor_selection_test.unitjs', |
131 'common/dom_util_test.unitjs', | 132 'common/dom_util_test.unitjs', |
132 'common/editable_text_area_shadow_test.unitjs', | 133 'common/editable_text_area_shadow_test.unitjs', |
133 'common/editable_text_test.unitjs', | 134 'common/editable_text_test.unitjs', |
134 'common/find_util_test.unitjs', | 135 'common/find_util_test.unitjs', |
135 'common/key_sequence_test.unitjs', | 136 'common/key_sequence_test.unitjs', |
136 'common/math_semantic_tree_test.unitjs', | 137 'common/math_semantic_tree_test.unitjs', |
137 'common/page_selection_test.unitjs', | 138 'common/page_selection_test.unitjs', |
138 'common/selection_util_test.unitjs', | 139 'common/selection_util_test.unitjs', |
139 'common/spannable_test.unitjs', | 140 'common/spannable_test.unitjs', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 '<@(js_files)', | 204 '<@(js_files)', |
204 ], | 205 ], |
205 }, | 206 }, |
206 ], | 207 ], |
207 'dependencies': [ | 208 'dependencies': [ |
208 'chromevox_test_messages_js', | 209 'chromevox_test_messages_js', |
209 ], | 210 ], |
210 }, # target chromevox_test_deps_js | 211 }, # target chromevox_test_deps_js |
211 ], | 212 ], |
212 } | 213 } |
OLD | NEW |