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

Unified Diff: chrome/test/BUILD.gn

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: int, deps etc. Created 4 years, 3 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index c5c91d355727decf5c24b473cdca1be50cfd776d..8eafd49d4006e1316d6b36a6555fdd278f984676 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4955,6 +4955,7 @@ if (is_chromeos) {
source = "base/mash_browser_tests_manifest.json"
deps = [
+ "//ash/autoclick/mus:manifest",
"//ash/mus:manifest",
"//ash/touch_hud/mus:manifest",
"//mash/app_driver:manifest",
@@ -4965,6 +4966,7 @@ if (is_chromeos) {
"//services/ui/ime/test_ime_driver:manifest",
]
packaged_services = [
+ "accessibility_autoclick",
"app_driver",
"ash",
"mash_session",

Powered by Google App Engine
This is Rietveld 408576698