| Index: ash/wm/common/BUILD.gn
|
| diff --git a/ash/wm/common/BUILD.gn b/ash/wm/common/BUILD.gn
|
| index 53921abb3d45cf7e4c4f4769a5dfcff0e6646f6b..ce387048d3255bf83a931414c69ddbf663393777 100644
|
| --- a/ash/wm/common/BUILD.gn
|
| +++ b/ash/wm/common/BUILD.gn
|
| @@ -81,6 +81,8 @@ component("ash_wm_common") {
|
| "wm_screen_util.h",
|
| "wm_snap_to_pixel_layout_manager.cc",
|
| "wm_snap_to_pixel_layout_manager.h",
|
| + "wm_toplevel_window_event_handler.cc",
|
| + "wm_toplevel_window_event_handler.h",
|
| "wm_types.cc",
|
| "wm_types.h",
|
| "wm_user_metrics_action.h",
|
| @@ -122,6 +124,7 @@ component("ash_wm_common") {
|
| "//ui/compositor",
|
| "//ui/display",
|
| "//ui/events",
|
| + "//ui/events:events_base",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/keyboard",
|
|
|