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

Unified Diff: ui/compositor/compositor.gyp

Issue 1369393002: Added a CallbackLayerAnimationObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed concerns from patch set 8. Created 5 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/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index c6890f9e029f10e5952705890eebb6679a642d86..ebb71a8021bd0d4db1011ac0eb0ec234e9ed98a5 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -25,6 +25,8 @@
'COMPOSITOR_IMPLEMENTATION',
],
'sources': [
+ 'callback_layer_animation_observer.cc',
+ 'callback_layer_animation_observer.h',
'canvas_painter.cc',
'canvas_painter.h',
'clip_transform_recorder.cc',
@@ -120,6 +122,8 @@
'test/in_process_context_factory.h',
'test/in_process_context_provider.cc',
'test/in_process_context_provider.h',
+ 'test/layer_animation_observer_test_api.cc',
+ 'test/layer_animation_observer_test_api.h',
'test/layer_animator_test_controller.cc',
'test/layer_animator_test_controller.h',
'test/test_compositor_host.h',
@@ -167,6 +171,7 @@
'compositor_test_support',
],
'sources': [
+ 'callback_layer_animation_observer_unittest.cc',
'compositor_unittest.cc',
'layer_animation_element_unittest.cc',
'layer_animation_sequence_unittest.cc',
« no previous file with comments | « ui/compositor/callback_layer_animation_observer_unittest.cc ('k') | ui/compositor/layer_animation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698