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

Unified Diff: mash/BUILD.gn

Issue 2576533003: Converts some services to use aura-mus (Closed)
Patch Set: remove log Created 4 years 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/touch_hud/mus/touch_hud_application.cc ('k') | mash/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 177a664ba6b35a036c4645922f72fd12801e74c0..b2d1da7e60e68a793c007493884d891a33066902 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -20,7 +20,11 @@ group("all") {
# Build on platforms that support ash.
if (is_chromeos) {
- deps += [ "//mash:mash_unittests" ]
+ deps += [
+ "//ash/autoclick/mus:accessibility_autoclick",
+ "//ash/touch_hud/mus:touch_hud",
+ "//mash:mash_unittests",
+ ]
}
}
« no previous file with comments | « ash/touch_hud/mus/touch_hud_application.cc ('k') | mash/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698