Index: mash/browser/BUILD.gn |
diff --git a/mash/browser/BUILD.gn b/mash/browser/BUILD.gn |
index 5206b3168444bc7b61a9976a9ad5a4ea3e2d440e..85a8b5d4346d5a250fc5f855ad5fe733fb280e5e 100644 |
--- a/mash/browser/BUILD.gn |
+++ b/mash/browser/BUILD.gn |
@@ -19,7 +19,6 @@ source_set("lib") { |
deps = [ |
"//base", |
- "//components/mus/public/cpp", |
"//mash/public/interfaces", |
"//mojo/public/cpp/bindings", |
"//services/catalog/public/interfaces", |
@@ -28,6 +27,7 @@ source_set("lib") { |
"//services/shell/public/cpp", |
"//services/shell/public/interfaces", |
"//services/tracing/public/cpp", |
+ "//services/ui/public/cpp", |
"//ui/gfx/geometry/mojo", |
"//ui/native_theme", |
"//ui/views", |
@@ -56,7 +56,7 @@ mojo_native_application("browser") { |
data_deps = [ |
":manifest", |
- "//components/mus", |
+ "//services/ui", |
] |
} |