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

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

Issue 1319093003: Use new earcons in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@automation_node_id_fix_2
Patch Set: Rebase Created 5 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "common/traverse_math.js", 121 "common/traverse_math.js",
122 "common/traverse_table.js", 122 "common/traverse_table.js",
123 "common/traverse_util.js", 123 "common/traverse_util.js",
124 "common/xpath_util.js", 124 "common/xpath_util.js",
125 "cvox2/background/automation_predicate.js", 125 "cvox2/background/automation_predicate.js",
126 "cvox2/background/automation_util.js", 126 "cvox2/background/automation_util.js",
127 "cvox2/background/background.js", 127 "cvox2/background/background.js",
128 "cvox2/background/classic_compatibility.js", 128 "cvox2/background/classic_compatibility.js",
129 "cvox2/background/cursors.js", 129 "cvox2/background/cursors.js",
130 "cvox2/background/earcon_engine.js", 130 "cvox2/background/earcon_engine.js",
131 "cvox2/background/next_earcons.js",
131 "cvox2/background/output.js", 132 "cvox2/background/output.js",
132 "extensions/searchvox/abstract_result.js", 133 "extensions/searchvox/abstract_result.js",
133 "extensions/searchvox/constants.js", 134 "extensions/searchvox/constants.js",
134 "extensions/searchvox/context_menu.js", 135 "extensions/searchvox/context_menu.js",
135 "extensions/searchvox/loader.js", 136 "extensions/searchvox/loader.js",
136 "extensions/searchvox/results.js", 137 "extensions/searchvox/results.js",
137 "extensions/searchvox/search.js", 138 "extensions/searchvox/search.js",
138 "extensions/searchvox/search_tools.js", 139 "extensions/searchvox/search_tools.js",
139 "extensions/searchvox/util.js", 140 "extensions/searchvox/util.js",
140 "host/chrome/braille.js", 141 "host/chrome/braille.js",
141 "host/chrome/braille_background.js", 142 "host/chrome/braille_background.js",
143 "host/chrome/classic_earcons.js",
142 "host/chrome/earcons.js", 144 "host/chrome/earcons.js",
143 "host/chrome/earcons_background.js",
144 "host/chrome/extension_bridge.js", 145 "host/chrome/extension_bridge.js",
145 "host/chrome/host.js", 146 "host/chrome/host.js",
146 "host/chrome/mathjax.js", 147 "host/chrome/mathjax.js",
147 "host/chrome/tts.js", 148 "host/chrome/tts.js",
148 "host/chrome/tts_background.js", 149 "host/chrome/tts_background.js",
149 "host/chrome/tts_base.js", 150 "host/chrome/tts_base.js",
150 "host/interface/abstract_earcons.js", 151 "host/interface/abstract_earcons.js",
151 "host/interface/abstract_host.js", 152 "host/interface/abstract_host.js",
152 "host/interface/abstract_mathjax.js", 153 "host/interface/abstract_mathjax.js",
153 "host/interface/abstract_tts.js", 154 "host/interface/abstract_tts.js",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 "string/string.js", 195 "string/string.js",
195 "dom/nodetype.js", 196 "dom/nodetype.js",
196 "base.js", 197 "base.js",
197 "asserts/asserts.js", 198 "asserts/asserts.js",
198 "debug/error.js", 199 "debug/error.js",
199 "object/object.js", 200 "object/object.js",
200 ] 201 ]
201 202
202 closure_library_modules = 203 closure_library_modules =
203 rebase_path(relative_closure_library_modules, ".", closure_library_dir) 204 rebase_path(relative_closure_library_modules, ".", closure_library_dir)
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698