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

Unified Diff: ash/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 | « no previous file | ash/autoclick/autoclick_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 687fd7e4c92dedab1e5d921c6699c453b970ac80..a2a3b3625bc446ff48c492aaab1e63c72ab8d6bb 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -26,6 +26,7 @@ component("ash") {
"//ash/resources",
]
deps = [
+ "//ash/autoclick/common:autoclick",
"//ash/touch_hud",
"//base",
"//base:i18n",
@@ -348,6 +349,7 @@ test("ash_unittests") {
":ash_with_content",
":test_support",
":test_support_with_content",
+ "//ash/autoclick/common:autoclick",
"//ash/common/strings",
"//ash/resources",
"//ash/touch_hud",
« no previous file with comments | « no previous file | ash/autoclick/autoclick_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698