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

Unified Diff: ash/autoclick/mus/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/common/autoclick_controller_common_delegate.h ('k') | ash/autoclick/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/mus/BUILD.gn
diff --git a/ash/touch_hud/mus/BUILD.gn b/ash/autoclick/mus/BUILD.gn
similarity index 84%
copy from ash/touch_hud/mus/BUILD.gn
copy to ash/autoclick/mus/BUILD.gn
index 47aea01ebdb5dcc8b6312637c33c3978d921f244..140dd0e5f7395b1a1bb7810a393966f3f1b73af6 100644
--- a/ash/touch_hud/mus/BUILD.gn
+++ b/ash/autoclick/mus/BUILD.gn
@@ -9,13 +9,14 @@ import("//mojo/public/tools/bindings/mojom.gni")
source_set("lib") {
sources = [
- "touch_hud_application.cc",
- "touch_hud_application.h",
+ "autoclick_application.cc",
+ "autoclick_application.h",
]
deps = [
+ "//ash/autoclick/common:autoclick",
+ "//ash/autoclick/mus/public/interfaces",
"//ash/public/interfaces",
- "//ash/touch_hud",
"//base",
"//mash/public/interfaces",
"//mojo/common",
@@ -33,7 +34,7 @@ source_set("lib") {
]
}
-service("touch_hud") {
+service("accessibility_autoclick") {
sources = [
"main.cc",
]
@@ -55,6 +56,6 @@ service("touch_hud") {
}
service_manifest("manifest") {
- name = "touch_hud"
+ name = "accessibility_autoclick"
source = "manifest.json"
}
« no previous file with comments | « ash/autoclick/common/autoclick_controller_common_delegate.h ('k') | ash/autoclick/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698