summaryrefslogtreecommitdiffstats
path: root/ui/wm/wm.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/wm/wm.gyp')
-rw-r--r--ui/wm/wm.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index 537f67a..1a86102 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -26,6 +26,14 @@
'WM_IMPLEMENTATION',
],
'sources': [
+ 'core/nested_accelerator_dispatcher_linux.cc',
+ 'core/nested_accelerator_dispatcher_win.cc',
+ 'core/nested_accelerator_dispatcher.cc',
+ 'core/nested_accelerator_dispatcher.h',
+ 'core/nested_accelerator_delegate.h',
+ 'core/nested_accelerator_controller.cc',
+ 'core/nested_accelerator_controller.h',
+ 'core/base_focus_rules.h',
'core/base_focus_rules.cc',
'core/base_focus_rules.h',
'core/capture_controller.cc',
@@ -121,6 +129,7 @@
'core/focus_controller_unittest.cc',
'core/input_method_event_filter_unittest.cc',
'core/image_grid_unittest.cc',
+ 'core/nested_accelerator_controller_unittest.cc',
'core/shadow_controller_unittest.cc',
'core/transient_window_manager_unittest.cc',
'core/transient_window_stacking_client_unittest.cc',