| Index: mash/app_driver/BUILD.gn
|
| diff --git a/mash/app_driver/BUILD.gn b/mash/app_driver/BUILD.gn
|
| index b3121c197d6d752c97d7452807b27d7ce9374a9c..7aeaf1fa76b4ecda741391669addc5f8790fba7e 100644
|
| --- a/mash/app_driver/BUILD.gn
|
| +++ b/mash/app_driver/BUILD.gn
|
| @@ -15,19 +15,19 @@ source_set("lib") {
|
| ]
|
|
|
| deps = [
|
| - "//components/mus/common:mus_common",
|
| "//mash/public/interfaces",
|
| + "//services/ui/common:mus_common",
|
| ]
|
|
|
| public_deps = [
|
| "//base",
|
| - "//components/mus/public/interfaces",
|
| "//services/catalog/public/interfaces",
|
| "//services/shell/public/cpp:sources",
|
| + "//services/ui/public/interfaces",
|
| ]
|
|
|
| data_deps = [
|
| - "//components/mus",
|
| + "//services/ui",
|
| ]
|
| }
|
|
|
|
|