| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index 84e9c50865e6610eab2d46feb17cc4bbdcb16ca2..3142add4206e0a2d04fb0e9fe22d0b684c59e0b8 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -81,7 +81,7 @@ source_set("lib") {
|
| ]
|
|
|
| deps = [
|
| - "//ash/wm/common:ash_wm_common",
|
| + "//ash",
|
| "//base",
|
| "//components/mus/common:mus_common",
|
| "//components/mus/public/cpp",
|
| @@ -175,7 +175,7 @@ source_set("unittests") {
|
| deps = [
|
| ":lib",
|
| ":resources",
|
| - "//ash/wm/common:ash_wm_common",
|
| + "//ash",
|
| "//base",
|
| "//base/test:test_config",
|
| "//components/mus/common:mus_common",
|
|
|