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

Unified Diff: ash/sysui/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 | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | ash/sysui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
index a038dd006be88fc27e9eb6ae8dfb5a255383efcd..f14fa2bd3056ae7a26e322bd1e4b0582f06cae3b 100644
--- a/ash/sysui/BUILD.gn
+++ b/ash/sysui/BUILD.gn
@@ -35,10 +35,6 @@ source_set("lib") {
"//ash/public/interfaces",
"//cc",
"//cc/surfaces",
- "//components/mus/common:mus_common",
- "//components/mus/public/cpp",
- "//components/mus/public/cpp/input_devices",
- "//components/mus/public/interfaces",
"//components/user_manager",
"//components/wallpaper",
"//device/bluetooth",
@@ -46,6 +42,10 @@ source_set("lib") {
"//services/catalog/public/cpp",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
+ "//services/ui/common:mus_common",
+ "//services/ui/public/cpp",
+ "//services/ui/public/cpp/input_devices",
+ "//services/ui/public/interfaces",
"//ui/app_list/presenter",
"//ui/app_list/presenter:mojom",
"//ui/aura",
@@ -94,7 +94,7 @@ mojo_native_application("sysui") {
data_deps = [
":manifest",
- "//components/mus",
+ "//services/ui",
]
resources = [
« no previous file with comments | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | ash/sysui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698