| 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,8 @@
|
| 'launcher/view_model.h',
|
| 'launcher/view_model_utils.cc',
|
| 'launcher/view_model_utils.h',
|
| + 'modality_event_filter.cc',
|
| + 'modality_event_filter.h',
|
| 'property_util.cc',
|
| 'property_util.h',
|
| 'shelf_layout_controller.cc',
|
| @@ -82,6 +84,8 @@
|
| 'toplevel_layout_manager.h',
|
| 'toplevel_window_event_filter.cc',
|
| 'toplevel_window_event_filter.h',
|
| + 'transient_container_layout_manager.cc',
|
| + 'transient_container_layout_manager.h',
|
| 'window_frame.cc',
|
| 'window_frame.h',
|
| 'workspace_controller.cc',
|
| @@ -131,6 +135,7 @@
|
| 'test/aura_shell_test_base.h',
|
| 'toplevel_layout_manager_unittest.cc',
|
| 'toplevel_window_event_filter_unittest.cc',
|
| + 'transient_container_layout_manager_unittest.cc',
|
| 'workspace_controller_unittest.cc',
|
| 'workspace/workspace_manager_unittest.cc',
|
|
|
|
|