| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 57dd16b078865c0943aaa662ad3e5593ced51ecb..19a83d4164aaf535a93587baae39a46573d28b04 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -355,6 +355,8 @@
|
| 'common/wm/maximize_mode/workspace_backdrop_delegate.h',
|
| 'common/wm/mru_window_tracker.cc',
|
| 'common/wm/mru_window_tracker.h',
|
| + 'common/wm/overview/cleanup_animation_observer.cc',
|
| + 'common/wm/overview/cleanup_animation_observer.h',
|
| 'common/wm/overview/overview_animation_type.h',
|
| 'common/wm/overview/scoped_overview_animation_settings.h',
|
| 'common/wm/overview/scoped_overview_animation_settings_factory.cc',
|
| @@ -911,6 +913,7 @@
|
| 'common/system/tray/tray_details_view_unittest.cc',
|
| 'common/system/update/tray_update_unittest.cc',
|
| 'common/system/user/tray_user_unittest.cc',
|
| + 'common/wm/overview/cleanup_animation_observer_unittest.cc',
|
| 'content/display/screen_orientation_controller_chromeos_unittest.cc',
|
| 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
|
| 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
|
|
|