Chromium Code Reviews| 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,9 @@ |
| 'launcher/view_model.h', |
| 'launcher/view_model_utils.cc', |
| 'launcher/view_model_utils.h', |
| + 'modality_event_filter.cc', |
| + 'modality_event_filter.h', |
| + 'modality_event_filter_delegate.h', |
| 'property_util.cc', |
| 'property_util.h', |
| 'shelf_layout_controller.cc', |
| @@ -82,6 +85,8 @@ |
| 'toplevel_layout_manager.h', |
| 'toplevel_window_event_filter.cc', |
| 'toplevel_window_event_filter.h', |
| + 'modal_container_layout_manager.cc', |
|
sky
2011/11/16 17:40:46
nit: sort
|
| + 'modal_container_layout_manager.h', |
| 'window_frame.cc', |
| 'window_frame.h', |
| 'workspace_controller.cc', |
| @@ -131,6 +136,7 @@ |
| 'test/aura_shell_test_base.h', |
| 'toplevel_layout_manager_unittest.cc', |
| 'toplevel_window_event_filter_unittest.cc', |
| + 'modal_container_layout_manager_unittest.cc', |
|
sky
2011/11/16 17:40:46
nit: sort
|
| 'workspace_controller_unittest.cc', |
| 'workspace/workspace_manager_unittest.cc', |