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

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

Issue 1282593002: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes to accessibility_manager in this change Created 5 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "common/traverse_math.js", 122 "common/traverse_math.js",
123 "common/traverse_table.js", 123 "common/traverse_table.js",
124 "common/traverse_util.js", 124 "common/traverse_util.js",
125 "common/xpath_util.js", 125 "common/xpath_util.js",
126 "cvox2/background/automation_predicate.js", 126 "cvox2/background/automation_predicate.js",
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/classic_compatibility.js", 129 "cvox2/background/classic_compatibility.js",
130 "cvox2/background/cursors.js", 130 "cvox2/background/cursors.js",
131 "cvox2/background/output.js", 131 "cvox2/background/output.js",
132 "cvox2/background/panel.js",
133 "cvox2/background/panel_command.js",
132 "extensions/searchvox/abstract_result.js", 134 "extensions/searchvox/abstract_result.js",
133 "extensions/searchvox/constants.js", 135 "extensions/searchvox/constants.js",
134 "extensions/searchvox/context_menu.js", 136 "extensions/searchvox/context_menu.js",
135 "extensions/searchvox/loader.js", 137 "extensions/searchvox/loader.js",
136 "extensions/searchvox/results.js", 138 "extensions/searchvox/results.js",
137 "extensions/searchvox/search.js", 139 "extensions/searchvox/search.js",
138 "extensions/searchvox/search_tools.js", 140 "extensions/searchvox/search_tools.js",
139 "extensions/searchvox/util.js", 141 "extensions/searchvox/util.js",
140 "host/chrome/braille.js", 142 "host/chrome/braille.js",
141 "host/chrome/braille_background.js", 143 "host/chrome/braille_background.js",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "string/string.js", 197 "string/string.js",
196 "dom/nodetype.js", 198 "dom/nodetype.js",
197 "base.js", 199 "base.js",
198 "asserts/asserts.js", 200 "asserts/asserts.js",
199 "debug/error.js", 201 "debug/error.js",
200 "object/object.js", 202 "object/object.js",
201 ] 203 ]
202 204
203 closure_library_modules = 205 closure_library_modules =
204 rebase_path(relative_closure_library_modules, ".", closure_library_dir) 206 rebase_path(relative_closure_library_modules, ".", closure_library_dir)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698