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

Unified Diff: mash/screenlock/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/quick_launch/quick_launch_application.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/screenlock/BUILD.gn
diff --git a/mash/screenlock/BUILD.gn b/mash/screenlock/BUILD.gn
index 8a8f16022374b455cd63bffe90e106605ee6a333..1987a981fb0c2655f70d89fd20885065dbfb72fa 100644
--- a/mash/screenlock/BUILD.gn
+++ b/mash/screenlock/BUILD.gn
@@ -18,13 +18,13 @@ mojo_native_application("screenlock") {
deps = [
"//ash/public/interfaces",
"//base",
- "//components/mus/public/cpp",
"//mash/session/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/shell/public/cpp:sources",
"//services/tracing/public/cpp",
+ "//services/ui/public/cpp",
"//ui/views",
"//ui/views/mus:for_mojo_application",
]
@@ -33,7 +33,7 @@ mojo_native_application("screenlock") {
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
}
« no previous file with comments | « mash/quick_launch/quick_launch_application.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698