| Index: athena/athena.gyp
|
| diff --git a/athena/athena.gyp b/athena/athena.gyp
|
| index 343a6e8af8a91016ed54b5462565a4207c136aff..51fde087559ea489c30cc0270001f65ef7a7dce7 100644
|
| --- a/athena/athena.gyp
|
| +++ b/athena/athena.gyp
|
| @@ -71,8 +71,6 @@
|
| 'system/system_ui_impl.cc',
|
| 'wm/bezel_controller.cc',
|
| 'wm/bezel_controller.h',
|
| - 'wm/mru_window_tracker.cc',
|
| - 'wm/mru_window_tracker.h',
|
| 'wm/overview_toolbar.cc',
|
| 'wm/overview_toolbar.h',
|
| 'wm/public/window_list_provider.h',
|
| @@ -82,6 +80,8 @@
|
| 'wm/split_view_controller.h',
|
| 'wm/title_drag_controller.cc',
|
| 'wm/title_drag_controller.h',
|
| + 'wm/window_list_provider_impl.cc',
|
| + 'wm/window_list_provider_impl.h',
|
| 'wm/window_manager_impl.cc',
|
| 'wm/window_overview_mode.cc',
|
| 'wm/window_overview_mode.h',
|
| @@ -176,6 +176,7 @@
|
| 'input/accelerator_manager_unittest.cc',
|
| 'screen/screen_manager_unittest.cc',
|
| 'wm/split_view_controller_unittest.cc',
|
| + 'wm/window_list_provider_impl_unittest.cc',
|
| 'wm/window_manager_unittest.cc',
|
| ],
|
| }
|
|
|