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

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

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Fix Ozone by only activating panel when fullscreen Created 4 years, 10 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "cvox2/background/constants.js", 130 "cvox2/background/constants.js",
131 "cvox2/background/cursors.js", 131 "cvox2/background/cursors.js",
132 "cvox2/background/desktop_automation_handler.js", 132 "cvox2/background/desktop_automation_handler.js",
133 "cvox2/background/earcon_engine.js", 133 "cvox2/background/earcon_engine.js",
134 "cvox2/background/editing.js", 134 "cvox2/background/editing.js",
135 "cvox2/background/live_regions.js", 135 "cvox2/background/live_regions.js",
136 "cvox2/background/next_earcons.js", 136 "cvox2/background/next_earcons.js",
137 "cvox2/background/output.js", 137 "cvox2/background/output.js",
138 "cvox2/background/panel.js", 138 "cvox2/background/panel.js",
139 "cvox2/background/panel_command.js", 139 "cvox2/background/panel_command.js",
140 "cvox2/background/panel_menu.js",
141 "cvox2/background/panel_menu_item.js",
140 "cvox2/background/tabs_automation_handler.js", 142 "cvox2/background/tabs_automation_handler.js",
141 "cvox2/background/tree_walker.js", 143 "cvox2/background/tree_walker.js",
142 "extensions/searchvox/abstract_result.js", 144 "extensions/searchvox/abstract_result.js",
143 "extensions/searchvox/constants.js", 145 "extensions/searchvox/constants.js",
144 "extensions/searchvox/context_menu.js", 146 "extensions/searchvox/context_menu.js",
145 "extensions/searchvox/loader.js", 147 "extensions/searchvox/loader.js",
146 "extensions/searchvox/results.js", 148 "extensions/searchvox/results.js",
147 "extensions/searchvox/search.js", 149 "extensions/searchvox/search.js",
148 "extensions/searchvox/search_tools.js", 150 "extensions/searchvox/search_tools.js",
149 "extensions/searchvox/util.js", 151 "extensions/searchvox/util.js",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "string/string.js", 206 "string/string.js",
205 "dom/nodetype.js", 207 "dom/nodetype.js",
206 "base.js", 208 "base.js",
207 "asserts/asserts.js", 209 "asserts/asserts.js",
208 "debug/error.js", 210 "debug/error.js",
209 "object/object.js", 211 "object/object.js",
210 ] 212 ]
211 213
212 closure_library_modules = 214 closure_library_modules =
213 rebase_path(relative_closure_library_modules, ".", closure_library_dir) 215 rebase_path(relative_closure_library_modules, ".", closure_library_dir)
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | chrome/browser/resources/chromeos/chromevox/chromevox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698