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

Unified Diff: ui/gfx/compositor/compositor.gyp

Issue 8247009: Explicit animation support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated views desktop demo. Created 9 years, 2 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: ui/gfx/compositor/compositor.gyp
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
index d5e38b717cc5be34cd43db7c999aee139040bcc7..5d60080a03e27ae35ea0c46b745c1407536234c5 100644
--- a/ui/gfx/compositor/compositor.gyp
+++ b/ui/gfx/compositor/compositor.gyp
@@ -44,9 +44,15 @@
'compositor_win.cc',
'layer.cc',
'layer.h',
+ 'layer_animation_delegate.h',
+ 'layer_animation_element.cc',
+ 'layer_animation_element.h',
+ 'layer_animation_preemption_strategy.cc',
+ 'layer_animation_preemption_strategy.h',
+ 'layer_animation_sequence.cc',
+ 'layer_animation_sequence.h',
'layer_animator.cc',
'layer_animator.h',
- 'layer_animator_delegate.h',
],
'conditions': [
['os_posix == 1 and OS != "mac"', {
« no previous file with comments | « ui/base/animation/tween.cc ('k') | ui/gfx/compositor/layer.h » ('j') | ui/gfx/compositor/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698