| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index f4297ee27f8ff1789984767f4819c15a3bcdcce0..62d80218312ab732a0c218ad8b8b8ab44f7844c4 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -101,6 +101,8 @@
|
| 'common/wm/focus_rules.h',
|
| 'common/wm/fullscreen_window_finder.cc',
|
| 'common/wm/fullscreen_window_finder.h',
|
| + 'common/wm/mru_window_tracker.cc',
|
| + 'common/wm/mru_window_tracker.h',
|
| 'common/wm/panels/panel_layout_manager.cc',
|
| 'common/wm/panels/panel_layout_manager.h',
|
| 'common/wm/panels/panel_window_resizer.cc',
|
| @@ -676,8 +678,6 @@
|
| 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
|
| 'wm/maximize_mode/workspace_backdrop_delegate.cc',
|
| 'wm/maximize_mode/workspace_backdrop_delegate.h',
|
| - 'wm/mru_window_tracker.cc',
|
| - 'wm/mru_window_tracker.h',
|
| 'wm/overlay_event_filter.cc',
|
| 'wm/overlay_event_filter.h',
|
| 'wm/overview/overview_animation_type.h',
|
|
|