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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2316553003: mash: Add autoclick app. (Closed)
Patch Set: 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 4d4267e93a8ec6957b9e7c7e94b96bff49319efc..777bb9efcb11e145ec177ec052487c369cad3f49 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 = [

Powered by Google App Engine
This is Rietveld 408576698