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

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

Issue 1942683005: Refactor event handler classes to make it easier to add new event type listeners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "common/selection_util.js", 116 "common/selection_util.js",
117 "common/spannable.js", 117 "common/spannable.js",
118 "common/string_util.js", 118 "common/string_util.js",
119 "common/table_util.js", 119 "common/table_util.js",
120 "common/time_widget.js", 120 "common/time_widget.js",
121 "common/traverse_content.js", 121 "common/traverse_content.js",
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_object_constructor_installer.js",
126 "cvox2/background/automation_predicate.js", 127 "cvox2/background/automation_predicate.js",
127 "cvox2/background/automation_util.js", 128 "cvox2/background/automation_util.js",
128 "cvox2/background/background.js", 129 "cvox2/background/background.js",
129 "cvox2/background/base_automation_handler.js", 130 "cvox2/background/base_automation_handler.js",
130 "cvox2/background/chromevox_state.js", 131 "cvox2/background/chromevox_state.js",
131 "cvox2/background/constants.js", 132 "cvox2/background/constants.js",
132 "cvox2/background/cursors.js", 133 "cvox2/background/cursors.js",
133 "cvox2/background/desktop_automation_handler.js", 134 "cvox2/background/desktop_automation_handler.js",
134 "cvox2/background/earcon_engine.js", 135 "cvox2/background/earcon_engine.js",
135 "cvox2/background/editing.js", 136 "cvox2/background/editing.js",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "string/string.js", 209 "string/string.js",
209 "dom/nodetype.js", 210 "dom/nodetype.js",
210 "base.js", 211 "base.js",
211 "asserts/asserts.js", 212 "asserts/asserts.js",
212 "debug/error.js", 213 "debug/error.js",
213 "object/object.js", 214 "object/object.js",
214 ] 215 ]
215 216
216 closure_library_modules = 217 closure_library_modules =
217 rebase_path(relative_closure_library_modules, ".", closure_library_dir) 218 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