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

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

Issue 8247009: Explicit animation support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added new preemption strategy: replace queued animations. 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..1f422914dd2e666ea6311874b195fa413abbeb06 100644
--- a/ui/gfx/compositor/compositor.gyp
+++ b/ui/gfx/compositor/compositor.gyp
@@ -44,9 +44,13 @@
'compositor_win.cc',
'layer.cc',
'layer.h',
+ 'layer_animation_delegate.h',
+ 'layer_animation_element.cc',
+ 'layer_animation_element.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"', {
@@ -94,6 +98,7 @@
'compositor',
],
'sources': [
+ 'layer_animation_unittest.cc',
'layer_unittest.cc',
'run_all_unittests.cc',
'test_compositor.cc',

Powered by Google App Engine
This is Rietveld 408576698