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

Unified Diff: mash/init/BUILD.gn

Issue 2119963002: Move mus to //services/ui (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 | « mash/example/window_type_launcher/window_type_launcher.cc ('k') | mash/login/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/BUILD.gn
diff --git a/mash/init/BUILD.gn b/mash/init/BUILD.gn
index 8d9cd128e35389611ea5c2aa5c378dbafd3beeff..64ad2730613b562fee59dd30bc11a7c391135b47 100644
--- a/mash/init/BUILD.gn
+++ b/mash/init/BUILD.gn
@@ -18,13 +18,13 @@ mojo_native_application("init") {
deps = [
"//base",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
"//mash/init/public/interfaces",
"//mash/login/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
+ "//services/ui/public/cpp",
+ "//services/ui/public/interfaces",
]
data_deps = [
« no previous file with comments | « mash/example/window_type_launcher/window_type_launcher.cc ('k') | mash/login/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698