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

Unified Diff: ui/views/views.gyp

Issue 1411833006: Refactoring to make adding ink drop animations easier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor ink drop animations (more comments in ui/views/, test) Created 5 years, 1 month 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
« ui/views/scoped_target_handler.cc ('K') | « ui/views/view_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index d96e25952d326d06fb287f6a54fd1636cb60c8f4..e4cff4e5f2d563ad5dbdc096e7d8ed0de725bc8b 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -14,6 +14,8 @@
'accessible_pane_view.h',
'animation/bounds_animator.cc',
'animation/bounds_animator.h',
+ 'animation/button_ink_drop_delegate.cc',
+ 'animation/button_ink_drop_delegate.h',
'animation/ink_drop_animation.cc',
'animation/ink_drop_animation.h',
'animation/ink_drop_animation_controller.h',
@@ -23,6 +25,7 @@
'animation/ink_drop_animation_controller_impl.h',
'animation/ink_drop_animation_observer.cc',
'animation/ink_drop_animation_observer.h',
+ 'animation/ink_drop_delegate.h',
'animation/ink_drop_host.h',
'animation/ink_drop_painted_layer_delegates.cc',
'animation/ink_drop_painted_layer_delegates.h',
@@ -269,6 +272,8 @@
'repeat_controller.h',
'round_rect_painter.cc',
'round_rect_painter.h',
+ 'scoped_target_handler.cc',
+ 'scoped_target_handler.h',
'shadow_border.cc',
'shadow_border.h',
'style/mac/dialog_button_border_mac.cc',
« ui/views/scoped_target_handler.cc ('K') | « ui/views/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698