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

Unified Diff: chrome/browser/chromeos/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
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 73f462ec26c5aba4250e29128e7bf633c5f7f824..154bc734545b14c1ab788397742d958fd2974657 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -36,6 +36,7 @@ source_set("chromeos") {
":device_policy_proto",
"//ash",
"//ash:ash_with_content",
+ "//ash/autoclick/mus/public/interfaces",
"//ash/public/interfaces",
"//ash/public/interfaces",
"//build/linux:fontconfig",
@@ -128,6 +129,10 @@ source_set("chromeos") {
"//v8",
]
+ data_deps = [
+ "//ash/autoclick/mus:accessibility_autoclick",
+ ]
+
allow_circular_includes_from = [ "//chrome/browser/extensions" ]
sources = [
« no previous file with comments | « chrome/app/mojo/chrome_manifest.json ('k') | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698