diff options
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 6943a98..265e273 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -144,6 +144,8 @@ 'wm/toplevel_window_event_filter.h', 'wm/window_frame.cc', 'wm/window_frame.h', + 'wm/window_modality_controller.cc', + 'wm/window_modality_controller.h', 'wm/window_properties.cc', 'wm/window_properties.h', 'wm/window_util.cc', @@ -210,6 +212,7 @@ 'wm/shelf_layout_manager_unittest.cc', 'wm/toplevel_layout_manager_unittest.cc', 'wm/toplevel_window_event_filter_unittest.cc', + 'wm/window_modality_controller_unittest.cc', 'wm/workspace_controller_unittest.cc', 'wm/workspace/workspace_manager_unittest.cc', |