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

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: Added ash-screen-rotation-animation entry to histograms.xml. 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
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698