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

Unified Diff: chrome/browser/resources/chromeos/switch_access/BUILD.gn

Issue 2777203006: Added auto-scan, made some small changes to how prefs are stored, refactored. (Closed)
Patch Set: Responding to comments. Refactored tree_walker. Removed testable_tree_walker. Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/switch_access/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/switch_access/BUILD.gn b/chrome/browser/resources/chromeos/switch_access/BUILD.gn
index cdfec47557fe795c488ac730cef87f4bda9328cb..7ac565b00f0d95018a15ea34566681463c5f1ad2 100644
--- a/chrome/browser/resources/chromeos/switch_access/BUILD.gn
+++ b/chrome/browser/resources/chromeos/switch_access/BUILD.gn
@@ -25,12 +25,15 @@ run_jsbundler("switch_access_copied_files") {
mode = "copy"
dest_dir = switch_access_dir
sources = [
+ "auto_scan_manager.js",
"background.js",
+ "keyboard_handler.js",
"options.css",
"options.html",
"options.js",
"prefs.js",
"switch_access.js",
+ "tree_walker.js",
]
rewrite_rules = [
rebase_path(".", root_build_dir) + ":",
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698