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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: MouseEvent; if 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
« no previous file with comments | « ash/autoclick/mus/public/interfaces/autoclick.mojom ('k') | chrome/app/mojo/chrome_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index a7972154ec8f3fc13c00158f732166a791446bf4..6611b7d23db00fc891f4fbb2c603ee2d9eb0fc5c 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -10,9 +10,7 @@ source_set("mash") {
"mash_runner.h",
]
deps = [
- "//ash/mus:lib",
"//ash/resources",
- "//ash/touch_hud/mus:lib",
"//base:i18n",
"//components/tracing:startup_tracing",
"//content/public/common",
@@ -40,6 +38,7 @@ service_manifest("manifest") {
name = "chrome_mash"
source = "chrome_mash_manifest.json"
deps = [
+ "//ash/autoclick/mus:manifest",
"//ash/mus:manifest",
"//ash/touch_hud/mus:manifest",
"//mash/app_driver:manifest",
@@ -50,6 +49,7 @@ service_manifest("manifest") {
"//services/ui/ime/test_ime_driver:manifest",
]
packaged_services = [
+ "accessibility_autoclick",
"app_driver",
"ash",
"mash_session",
« no previous file with comments | « ash/autoclick/mus/public/interfaces/autoclick.mojom ('k') | chrome/app/mojo/chrome_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698