OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//chrome/common/features.gni") | 6 import("//chrome/common/features.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//chrome/test/base/js2gtest.gni") | 8 import("//chrome/test/base/js2gtest.gni") |
9 import("run_jsbundler.gni") | 9 import("run_jsbundler.gni") |
10 | 10 |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 "common/selection_util.js", | 113 "common/selection_util.js", |
114 "common/spannable.js", | 114 "common/spannable.js", |
115 "common/string_util.js", | 115 "common/string_util.js", |
116 "common/table_util.js", | 116 "common/table_util.js", |
117 "common/time_widget.js", | 117 "common/time_widget.js", |
118 "common/traverse_content.js", | 118 "common/traverse_content.js", |
119 "common/traverse_math.js", | 119 "common/traverse_math.js", |
120 "common/traverse_table.js", | 120 "common/traverse_table.js", |
121 "common/traverse_util.js", | 121 "common/traverse_util.js", |
122 "common/xpath_util.js", | 122 "common/xpath_util.js", |
| 123 "cvox2/background/automation_object_constructor_installer.js", |
123 "cvox2/background/automation_predicate.js", | 124 "cvox2/background/automation_predicate.js", |
124 "cvox2/background/automation_util.js", | 125 "cvox2/background/automation_util.js", |
125 "cvox2/background/background.js", | 126 "cvox2/background/background.js", |
126 "cvox2/background/base_automation_handler.js", | 127 "cvox2/background/base_automation_handler.js", |
127 "cvox2/background/braille_command_handler.js", | 128 "cvox2/background/braille_command_handler.js", |
128 "cvox2/background/chromevox_state.js", | 129 "cvox2/background/chromevox_state.js", |
129 "cvox2/background/command_handler.js", | 130 "cvox2/background/command_handler.js", |
130 "cvox2/background/constants.js", | 131 "cvox2/background/constants.js", |
131 "cvox2/background/cursors.js", | 132 "cvox2/background/cursors.js", |
132 "cvox2/background/custom_automation_event.js", | |
133 "cvox2/background/desktop_automation_handler.js", | 133 "cvox2/background/desktop_automation_handler.js", |
134 "cvox2/background/earcon_engine.js", | 134 "cvox2/background/earcon_engine.js", |
135 "cvox2/background/editing.js", | 135 "cvox2/background/editing.js", |
136 "cvox2/background/find_handler.js", | 136 "cvox2/background/find_handler.js", |
137 "cvox2/background/i_search.js", | 137 "cvox2/background/i_search.js", |
138 "cvox2/background/keyboard_handler.js", | 138 "cvox2/background/keyboard_handler.js", |
139 "cvox2/background/live_regions.js", | 139 "cvox2/background/live_regions.js", |
140 "cvox2/background/media_automation_handler.js", | 140 "cvox2/background/media_automation_handler.js", |
141 "cvox2/background/next_earcons.js", | 141 "cvox2/background/next_earcons.js", |
142 "cvox2/background/notifications.js", | 142 "cvox2/background/notifications.js", |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 ] | 683 ] |
684 gen_include_files = [ | 684 gen_include_files = [ |
685 "testing/assert_additions.js", | 685 "testing/assert_additions.js", |
686 "testing/callback_helper.js", | 686 "testing/callback_helper.js", |
687 "testing/chromevox_e2e_test_base.js", | 687 "testing/chromevox_e2e_test_base.js", |
688 "testing/chromevox_next_e2e_test_base.js", | 688 "testing/chromevox_next_e2e_test_base.js", |
689 "testing/mock_feedback.js", | 689 "testing/mock_feedback.js", |
690 ] | 690 ] |
691 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 691 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
692 } | 692 } |
OLD | NEW |