| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 89369188a5d6f1f79b2b5ef5942733661c64f6a9..a66a7d10a7f3ded0c4fdf68c3f0cbaa4b114b85a 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -167,8 +167,12 @@
|
| 'root_window_controller.h',
|
| 'root_window_settings.cc',
|
| 'root_window_settings.h',
|
| - 'rotator/screen_rotation.cc',
|
| - 'rotator/screen_rotation.h',
|
| + 'rotator/screen_rotation_animation.cc',
|
| + 'rotator/screen_rotation_animation.h',
|
| + 'rotator/screen_rotation_animator.cc',
|
| + 'rotator/screen_rotation_animator.h',
|
| + 'rotator/window_rotation.cc',
|
| + 'rotator/window_rotation.h',
|
| 'scoped_target_root_window.cc',
|
| 'scoped_target_root_window.h',
|
| 'screen_util.cc',
|
|
|