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

Unified Diff: ash/autoclick/common/BUILD.gn

Issue 2193563002: ash: Refactor autoclick common code to ash/autoclick/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deps Created 4 years, 4 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/autoclick_controller.cc ('k') | ash/autoclick/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/common/BUILD.gn
diff --git a/ash/touch_hud/BUILD.gn b/ash/autoclick/common/BUILD.gn
similarity index 57%
copy from ash/touch_hud/BUILD.gn
copy to ash/autoclick/common/BUILD.gn
index 8c509ef66d30a882fdec5ab41e3306da77e4b31e..b33fab57dbd76c7f6e76bf0253cc9e752e3aefb5 100644
--- a/ash/touch_hud/BUILD.gn
+++ b/ash/autoclick/common/BUILD.gn
@@ -4,22 +4,25 @@
import("//build/config/ui.gni")
-component("touch_hud") {
+source_set("autoclick") {
sources = [
- "ash_touch_hud_export.h",
- "touch_hud_renderer.cc",
- "touch_hud_renderer.h",
+ "autoclick_controller_common.cc",
+ "autoclick_controller_common.h",
+ "autoclick_controller_common_delegate.h",
+ "autoclick_ring_handler.cc",
+ "autoclick_ring_handler.h",
]
- defines = [ "ASH_TOUCH_HUD_IMPLEMENTATION" ]
-
deps = [
"//base",
"//skia",
+ "//ui/aura",
"//ui/compositor",
+ "//ui/display",
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/views",
+ "//ui/wm",
]
}
« no previous file with comments | « ash/autoclick/autoclick_controller.cc ('k') | ash/autoclick/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698