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

Unified Diff: ash/mus/BUILD.gn

Issue 2116153002: Initialize DBus in mojo:ash on chrome os (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/window_manager_application.cc » ('j') | ash/mus/window_manager_application.cc » ('J')
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 97ff79b14f22fda7c8bff77d139a34c5fab4cc40..47e1c11fd63986506cb02f1eda575c141812c4db 100644
--- a/ash/mus/BUILD.gn
+++ b/ash/mus/BUILD.gn
@@ -104,6 +104,10 @@ source_set("lib") {
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
+
+ if (is_chromeos) {
+ deps += [ "//chromeos" ]
+ }
}
mojo_native_application("mus") {
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | ash/mus/window_manager_application.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698