Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: ash/ash.gyp

Issue 975943002: Implemented screen rotation animation experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed outstanding comments from Patch set 1 & 2. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index cd614a6002fe71daaf1e7117b4a912ef28463546..ae06e0f472aa08e7a6434695211ef948de330dc2 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -166,8 +166,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',

Powered by Google App Engine
This is Rietveld 408576698