Commit 9f04a28e authored by James Cook's avatar James Cook Committed by Commit Bot

cros: Allow ash to launch accessibility_autoclick under mash

The "accessibility_autoclick" service is a small mojo app that
implements the "automatically click when the mouse stops moving"
feature for users with difficulty clicking the mouse. It was
missing from ash's manifest file.

This fixes browser_tests AccessibilityFeatureaApiTest and
ChromeOSInfoPrivateTest.TestGetAndSet under mash.

Bug: 678687, 805713
Test: browser_tests --mash
Change-Id: I3611b80209809247a64987d339cc513e1caeee06
Reviewed-on: https://chromium-review.googlesource.com/889524
Commit-Queue: James Cook <jamescook@chromium.org>
Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532504}
parent 2dbb15c9
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
}, },
"requires": { "requires": {
"*": [ "accessibility", "app" ], "*": [ "accessibility", "app" ],
"accessibility_autoclick": [ "mash:launchable" ],
"ash_pref_connector": [ "pref_connector" ], "ash_pref_connector": [ "pref_connector" ],
"catalog": [ "directory" ], "catalog": [ "directory" ],
"local_state": [ "pref_client" ], "local_state": [ "pref_client" ],
......
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
# ChromeVoxPanel directly calls into ash to set panel height. # ChromeVoxPanel directly calls into ash to set panel height.
# http://crbug.com/628655 # http://crbug.com/628655
-AccessibilityFeatureaApiTestInstantiatePermission/AccessibilityFeaturesApiTest.Set*
-AccessibilityManagerTest.* -AccessibilityManagerTest.*
-ChromeOSInfoPrivateTest.TestGetAndSet
-PolicyTest.ScreenMagnifierTypeFull -PolicyTest.ScreenMagnifierTypeFull
-PolicyTest.ScreenMagnifierTypeNone -PolicyTest.ScreenMagnifierTypeNone
-PolicyTest.UnifiedDesktopEnabledByDefault -PolicyTest.UnifiedDesktopEnabledByDefault
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment