| Index: ui/aura_shell/aura_shell.gyp
|
| ===================================================================
|
| --- ui/aura_shell/aura_shell.gyp (revision 113260)
|
| +++ ui/aura_shell/aura_shell.gyp (working copy)
|
| @@ -43,10 +43,10 @@
|
| 'default_container_layout_manager.h',
|
| 'desktop_background_view.cc',
|
| 'desktop_background_view.h',
|
| - 'desktop_event_filter.cc',
|
| - 'desktop_event_filter.h',
|
| - 'desktop_layout_manager.cc',
|
| - 'desktop_layout_manager.h',
|
| + 'root_window_event_filter.cc',
|
| + 'root_window_event_filter.h',
|
| + 'root_window_layout_manager.cc',
|
| + 'root_window_layout_manager.h',
|
| 'drag_drop_controller.cc',
|
| 'drag_drop_controller.h',
|
| 'drag_image_view.cc',
|
| @@ -145,7 +145,7 @@
|
| ],
|
| 'sources': [
|
| 'default_container_layout_manager_unittest.cc',
|
| - 'desktop_event_filter_unittest.cc',
|
| + 'root_window_event_filter_unittest.cc',
|
| 'drag_drop_controller_unittest.cc',
|
| 'image_grid_unittest.cc',
|
| 'launcher/launcher_model_unittest.cc',
|
|
|