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

Unified Diff: ash/mus/BUILD.gn

Issue 1685313002: ash/mash: Fix launching ash as a mus-app in chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/mus/shell_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/BUILD.gn
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn
index 6791b67d8e5ea66ec8cbe97dc0d1d9bba722fb16..457bee7f49fbd4da4bd6df4d52a2822db9a2e789 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -44,6 +44,14 @@ source_set("lib") {
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
+
+ if (is_chromeos) {
+ deps += [
+ "//chromeos",
+ "//device/bluetooth",
+ "//ui/events/devices",
+ ]
+ }
}
mojo_native_application("mus") {
« no previous file with comments | « no previous file | ash/mus/shell_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698