Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: ash/wm/common/ash_wm_common.gyp

Issue 2001623003: Splits ToplevelWindowEventHandler into two (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/BUILD.gn ('k') | ash/wm/common/wm_display_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/ash_wm_common.gyp
diff --git a/ash/wm/common/ash_wm_common.gyp b/ash/wm/common/ash_wm_common.gyp
index 9e56d91ba86ed8899ea53135a38bf0c95ddae1da..6539a4b70157f0dc1740268651f1c0a075458f91 100644
--- a/ash/wm/common/ash_wm_common.gyp
+++ b/ash/wm/common/ash_wm_common.gyp
@@ -17,6 +17,7 @@
'../../../ui/compositor/compositor.gyp:compositor',
'../../../ui/display/display.gyp:display',
'../../../ui/events/events.gyp:events',
+ '../../../ui/events/events.gyp:events_base',
'../../../ui/gfx/gfx.gyp:gfx',
'../../../ui/gfx/gfx.gyp:gfx_geometry',
'../../../ui/keyboard/keyboard.gyp:keyboard',
@@ -93,6 +94,8 @@
'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',
« no previous file with comments | « ash/wm/common/BUILD.gn ('k') | ash/wm/common/wm_display_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698