Index: ui/aura_shell/aura_shell.gyp |
=================================================================== |
--- ui/aura_shell/aura_shell.gyp (revision 110305) |
+++ ui/aura_shell/aura_shell.gyp (working copy) |
@@ -61,6 +61,11 @@ |
'launcher/view_model.h', |
'launcher/view_model_utils.cc', |
'launcher/view_model_utils.h', |
+ 'modal_container_layout_manager.cc', |
+ 'modal_container_layout_manager.h', |
+ 'modality_event_filter.cc', |
+ 'modality_event_filter.h', |
+ 'modality_event_filter_delegate.h', |
'property_util.cc', |
'property_util.h', |
'shelf_layout_controller.cc', |
@@ -122,6 +127,7 @@ |
'launcher/launcher_model_unittest.cc', |
'launcher/view_model_unittest.cc', |
'launcher/view_model_utils_unittest.cc', |
+ 'modal_container_layout_manager_unittest.cc', |
'run_all_unittests.cc', |
'shell_unittest.cc', |
'stacking_controller_unittest.cc', |