| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index e51e023e12d26c96f527bf4b8f782d33a7549b60..6548409c0b54a4433f16e24fa04be109e86e6672 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -73,7 +73,7 @@ source_set("lib") {
|
| "//components/mus/common:mus_common",
|
| "//components/mus/public/cpp",
|
| "//components/mus/public/interfaces",
|
| - "//mash/shell/public/interfaces",
|
| + "//mash/session/public/interfaces",
|
| "//mash/wm/public/interfaces",
|
| "//mash/wm/resources",
|
| "//mojo/common:common_base",
|
| @@ -107,7 +107,7 @@ mojo_native_application("wm") {
|
| "//mojo/shell/public/cpp",
|
| ]
|
|
|
| - # TODO(beng): This target relies on //mash/shell, but there is a cycle so we
|
| + # TODO(beng): This target relies on //mash/session, but there is a cycle so we
|
| # can't state that dependency here.
|
| data_deps = [
|
| ":manifest",
|
|
|