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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gni

Issue 2238613002: Support output for Chrome's native find in ChromeVox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@text_markers
Patch Set: Created 4 years, 4 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
OLDNEW
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 # Common variables shared amongst all ChromeVox targets. 4 # Common variables shared amongst all ChromeVox targets.
5 5
6 assert(is_chromeos) 6 assert(is_chromeos)
7 7
8 # TODO(plundblad): Move the below variables to BUILD.gn when crbug.com/395883 8 # TODO(plundblad): Move the below variables to BUILD.gn when crbug.com/395883
9 # is resolved. 9 # is resolved.
10 10
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "cvox2/background/automation_util.js", 127 "cvox2/background/automation_util.js",
128 "cvox2/background/background.js", 128 "cvox2/background/background.js",
129 "cvox2/background/base_automation_handler.js", 129 "cvox2/background/base_automation_handler.js",
130 "cvox2/background/chromevox_state.js", 130 "cvox2/background/chromevox_state.js",
131 "cvox2/background/command_handler.js", 131 "cvox2/background/command_handler.js",
132 "cvox2/background/constants.js", 132 "cvox2/background/constants.js",
133 "cvox2/background/cursors.js", 133 "cvox2/background/cursors.js",
134 "cvox2/background/desktop_automation_handler.js", 134 "cvox2/background/desktop_automation_handler.js",
135 "cvox2/background/earcon_engine.js", 135 "cvox2/background/earcon_engine.js",
136 "cvox2/background/editing.js", 136 "cvox2/background/editing.js",
137 "cvox2/background/find_handler.js",
137 "cvox2/background/i_search.js", 138 "cvox2/background/i_search.js",
138 "cvox2/background/keyboard_handler.js", 139 "cvox2/background/keyboard_handler.js",
139 "cvox2/background/live_regions.js", 140 "cvox2/background/live_regions.js",
140 "cvox2/background/next_earcons.js", 141 "cvox2/background/next_earcons.js",
141 "cvox2/background/notifications.js", 142 "cvox2/background/notifications.js",
142 "cvox2/background/output.js", 143 "cvox2/background/output.js",
143 "cvox2/background/panel.js", 144 "cvox2/background/panel.js",
144 "cvox2/background/panel_command.js", 145 "cvox2/background/panel_command.js",
145 "cvox2/background/panel_menu.js", 146 "cvox2/background/panel_menu.js",
146 "cvox2/background/panel_menu_item.js", 147 "cvox2/background/panel_menu_item.js",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "string/string.js", 216 "string/string.js",
216 "dom/nodetype.js", 217 "dom/nodetype.js",
217 "base.js", 218 "base.js",
218 "asserts/asserts.js", 219 "asserts/asserts.js",
219 "debug/error.js", 220 "debug/error.js",
220 "object/object.js", 221 "object/object.js",
221 ] 222 ]
222 223
223 closure_library_modules = 224 closure_library_modules =
224 rebase_path(relative_closure_library_modules, ".", closure_library_dir) 225 rebase_path(relative_closure_library_modules, ".", closure_library_dir)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698