diff options
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index abb5715..fa12fdc 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -188,6 +188,8 @@ 'wm/default_window_resizer.h', 'wm/dialog_frame_view.cc', 'wm/dialog_frame_view.h', + 'wm/event_client_impl.cc', + 'wm/event_client_impl.h', 'wm/frame_painter.cc', 'wm/frame_painter.h', 'wm/image_grid.cc', @@ -426,9 +428,13 @@ 'shell/app_list.cc', 'shell/bubble.cc', 'shell/example_factory.h', + 'shell/launcher_delegate_impl.cc', + 'shell/launcher_delegate_impl.h', 'shell/lock_view.cc', 'shell/panel_window.cc', 'shell/panel_window.h', + 'shell/shell_delegate_impl.cc', + 'shell/shell_delegate_impl.h', 'shell/shell_main.cc', 'shell/shell_main_parts.cc', 'shell/shell_main_parts.h', @@ -438,6 +444,8 @@ 'shell/widgets.cc', 'shell/window_type_launcher.cc', 'shell/window_type_launcher.h', + 'shell/window_watcher.cc', + 'shell/window_watcher.h', '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc', '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |