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

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

Issue 2863613003: Implemented scanning by group (Closed)
Patch Set: Responded to comments Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/switch_access/automation_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 ee22609ad38c4ad3a0b207c5b242f9b64d042b4e..186155c3ef8a1a0f373c3c467c3c40a8188e3d14 100644
--- a/chrome/browser/resources/chromeos/switch_access/BUILD.gn
+++ b/chrome/browser/resources/chromeos/switch_access/BUILD.gn
@@ -27,6 +27,7 @@ run_jsbundler("switch_access_copied_files") {
sources = [
"auto_scan_manager.js",
"automation_manager.js",
+ "automation_predicate.js",
"background.js",
"keyboard_handler.js",
"options.css",
@@ -53,10 +54,12 @@ js2gtest("switch_access_webuijs_tests") {
test_type = "webui"
sources = [
"auto_scan_manager_unittest.gtestjs",
+ "automation_predicate_unittest.gtestjs",
"tree_walker_unittest.gtestjs",
]
extra_js_files = [
"auto_scan_manager.js",
+ "automation_predicate.js",
"tree_walker.js",
]
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/switch_access/automation_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698