| Index: ash/sysui/BUILD.gn
|
| diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
|
| index 93462f9ab2cf4e29ab5f13462189721680d0ae00..943623c44db564915701c7498f0320195d41e148 100644
|
| --- a/ash/sysui/BUILD.gn
|
| +++ b/ash/sysui/BUILD.gn
|
| @@ -32,6 +32,7 @@ source_set("lib") {
|
|
|
| deps = [
|
| "//ash",
|
| + "//ash/public/interfaces",
|
| "//cc",
|
| "//cc/surfaces",
|
| "//components/mus/common:mus_common",
|
| @@ -40,7 +41,6 @@ source_set("lib") {
|
| "//components/user_manager",
|
| "//device/bluetooth",
|
| "//mash/shelf/public/interfaces",
|
| - "//mash/wm/public/interfaces",
|
| "//mojo/common:common_base",
|
| "//services/catalog/public/cpp",
|
| "//services/shell/public/cpp",
|
|
|