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

Unified Diff: ui/views/views.gyp

Issue 1373983002: Enhanced the InkDropRippleImpl to create/destroy InkDropAnimations as needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Based diff delta on dependant branch. 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/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 2f6034968288ec8e04fdd937c2c12e5ddb2b0829..8bc243ddf3f12922f5c32fd9410f1b76d8a376fc 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -21,7 +21,10 @@
'animation/ink_drop_animation_controller_factory.h',
'animation/ink_drop_animation_controller_impl.cc',
'animation/ink_drop_animation_controller_impl.h',
+ 'animation/ink_drop_animation_observer.cc',
+ 'animation/ink_drop_animation_observer.h',
'animation/ink_drop_host.h',
+ 'animation/ink_drop_state.cc',
'animation/ink_drop_state.h',
'animation/scroll_animator.cc',
'animation/scroll_animator.h',
« ui/views/animation/ink_drop_state.h ('K') | « ui/views/animation/ink_drop_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698