diff options
Diffstat (limited to 'ui/aura_shell/aura_shell.gyp')
-rw-r--r-- | ui/aura_shell/aura_shell.gyp | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp index dd946b9..9a9fb01 100644 --- a/ui/aura_shell/aura_shell.gyp +++ b/ui/aura_shell/aura_shell.gyp @@ -39,6 +39,8 @@ 'default_container_layout_manager.h', 'desktop_background_view.cc', 'desktop_background_view.h', + 'desktop_event_filter.cc', + 'desktop_event_filter.h', 'desktop_layout_manager.cc', 'desktop_layout_manager.h', 'launcher/app_launcher_button.cc', @@ -68,6 +70,8 @@ 'shell_window_ids.h', 'show_state_controller.h', 'show_state_controller.cc', + 'stacking_controller.cc', + 'stacking_controller.h', 'status_area_view.cc', 'status_area_view.h', 'toplevel_frame_view.cc', @@ -112,16 +116,18 @@ ], 'sources': [ 'default_container_layout_manager_unittest.cc', + 'desktop_event_filter_unittest.cc', 'launcher/launcher_model_unittest.cc', 'launcher/view_model_unittest.cc', 'launcher/view_model_utils_unittest.cc', + 'run_all_unittests.cc', + 'stacking_controller_unittest.cc', + 'test_suite.cc', + 'test_suite.h', 'toplevel_layout_manager_unittest.cc', 'toplevel_window_event_filter_unittest.cc', 'workspace_controller_unittest.cc', 'workspace/workspace_manager_unittest.cc', - 'run_all_unittests.cc', - 'test_suite.cc', - 'test_suite.h', '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |