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

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

Issue 8247009: Explicit animation support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix VS2010 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
« no previous file with comments | « ui/base/animation/tween.cc ('k') | ui/gfx/compositor/layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor.gyp
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
index d5e38b717cc5be34cd43db7c999aee139040bcc7..a9e3093e383ea57a8d6111d1c6c9ec3136fd4327 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_manager.cc',
+ 'layer_animation_manager.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 +100,9 @@
'compositor',
],
'sources': [
+ 'layer_animation_element_unittest.cc',
+ 'layer_animation_sequence_unittest.cc',
+ 'layer_animator_unittest.cc',
'layer_unittest.cc',
'run_all_unittests.cc',
'test_compositor.cc',
@@ -101,10 +110,14 @@
'test_compositor_host.h',
'test_compositor_host_linux.cc',
'test_compositor_host_win.cc',
+ 'test_layer_animation_delegate.cc',
+ 'test_layer_animation_delegate.h',
'test_suite.cc',
'test_suite.h',
'test_texture.cc',
'test_texture.h',
+ 'test_utils.cc',
+ 'test_utils.h',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
],
« no previous file with comments | « ui/base/animation/tween.cc ('k') | ui/gfx/compositor/layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698