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

Unified Diff: mash/login/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/init/BUILD.gn ('k') | mash/login/login.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/BUILD.gn
diff --git a/mash/login/BUILD.gn b/mash/login/BUILD.gn
index e8fa14f60c90ed7989cec48a96f49716dca8d940..1261aa8aca5b5224e4a5996cda2db0c964f1186c 100644
--- a/mash/login/BUILD.gn
+++ b/mash/login/BUILD.gn
@@ -18,12 +18,12 @@ mojo_native_application("login") {
deps = [
"//ash/public/interfaces",
"//base",
- "//components/mus/public/cpp",
"//mash/init/public/interfaces",
"//mash/login/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
+ "//services/ui/public/cpp",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
@@ -32,7 +32,7 @@ mojo_native_application("login") {
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « mash/init/BUILD.gn ('k') | mash/login/login.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698