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

Unified Diff: ui/compositor/compositor.gyp

Issue 11316135: NOT READY FOR REVIEW - Add support for custom animation timers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | ui/compositor/layer_animation_timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index f29a2ec4ec51600117256815053ac61e5db501c7..bd7e809f2c40fa42cb1d9f472e49a5bf1d7d4aef 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -45,6 +45,7 @@
'layer_animation_observer.h',
'layer_animation_sequence.cc',
'layer_animation_sequence.h',
+ 'layer_animation_timer.h',
'layer_animator.cc',
'layer_animator.h',
'layer_delegate.h',
@@ -121,6 +122,8 @@
'test/test_layer_animation_delegate.h',
'test/test_layer_animation_observer.cc',
'test/test_layer_animation_observer.h',
+ 'test/test_layer_animation_timer.cc',
+ 'test/test_layer_animation_timer.h',
'test/test_suite.cc',
'test/test_suite.h',
'test/test_utils.cc',
« no previous file with comments | « no previous file | ui/compositor/layer_animation_timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698