| Index: mash/wm/BUILD.gn
|
| diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn
|
| index abd1412c43fbe22e47d981903aac40ad40cd7bd4..84e9c50865e6610eab2d46feb17cc4bbdcb16ca2 100644
|
| --- a/mash/wm/BUILD.gn
|
| +++ b/mash/wm/BUILD.gn
|
| @@ -90,12 +90,12 @@ source_set("lib") {
|
| "//mash/wm/public/interfaces",
|
| "//mash/wm/resources",
|
| "//mojo/common:common_base",
|
| - "//mojo/converters/input_events",
|
| "//services/shell/public/cpp",
|
| "//services/tracing/public/cpp",
|
| "//skia",
|
| "//ui/aura",
|
| "//ui/events",
|
| + "//ui/events/mojo",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/gfx/geometry/mojo",
|
| @@ -184,7 +184,6 @@ source_set("unittests") {
|
| "//components/mus/public/cpp/tests:unittest_support",
|
| "//components/mus/public/interfaces",
|
| "//mash/wm/public/interfaces",
|
| - "//mojo/converters/input_events",
|
| "//mojo/edk/system",
|
| "//mojo/public/cpp/system",
|
| "//services/shell/public/cpp:shell_test_support",
|
| @@ -193,6 +192,7 @@ source_set("unittests") {
|
| "//ui/base",
|
| "//ui/display",
|
| "//ui/events",
|
| + "//ui/events/mojo",
|
| "//ui/gfx:test_support",
|
| "//ui/gfx/geometry",
|
| "//ui/gfx/geometry/mojo",
|
|
|