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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'testing/chromevox_next_e2e_test_base.js', | 76 'testing/chromevox_next_e2e_test_base.js', |
77 'testing/mock_feedback.js', | 77 'testing/mock_feedback.js', |
78 ], | 78 ], |
79 'chromevox_tests_extjs_sources': [ | 79 'chromevox_tests_extjs_sources': [ |
80 'braille/braille_table_test.extjs', | 80 'braille/braille_table_test.extjs', |
81 'braille/braille_translator_manager_test.extjs', | 81 'braille/braille_translator_manager_test.extjs', |
82 'braille/liblouis_test.extjs', | 82 'braille/liblouis_test.extjs', |
83 'cvox2/background/automation_util_test.extjs', | 83 'cvox2/background/automation_util_test.extjs', |
84 'cvox2/background/background_test.extjs', | 84 'cvox2/background/background_test.extjs', |
85 'cvox2/background/cursors_test.extjs', | 85 'cvox2/background/cursors_test.extjs', |
| 86 'cvox2/background/live_regions_test.extjs', |
86 'cvox2/background/output_test.extjs', | 87 'cvox2/background/output_test.extjs', |
87 'host/chrome/tts_background_test.extjs', | 88 'host/chrome/tts_background_test.extjs', |
88 ], | 89 ], |
89 }, | 90 }, |
90 'targets': [ | 91 'targets': [ |
91 { | 92 { |
92 'target_name': 'chromevox_tests', | 93 'target_name': 'chromevox_tests', |
93 'type': 'executable', | 94 'type': 'executable', |
94 'dependencies': [ | 95 'dependencies': [ |
95 '<(DEPTH)/base/base.gyp:base', | 96 '<(DEPTH)/base/base.gyp:base', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 '<@(js_files)', | 290 '<@(js_files)', |
290 ], | 291 ], |
291 }, | 292 }, |
292 ], | 293 ], |
293 'dependencies': [ | 294 'dependencies': [ |
294 'chromevox_test_messages_js', | 295 'chromevox_test_messages_js', |
295 ], | 296 ], |
296 }, # target chromevox_test_deps_js | 297 }, # target chromevox_test_deps_js |
297 ], | 298 ], |
298 } | 299 } |
OLD | NEW |