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

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: Attempt to refactor ink drop animations (moving more stuff into InkDropDelegate) 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/animation/ink_drop_host.h ('K') | « ui/views/view.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 e678ff90d6df4e783ea44568592bc71ad93f3e3f..b0ed9bb54c080abf1e5a9143247bd9ca5711cfdf 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -23,6 +23,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',
@@ -30,6 +31,8 @@
'animation/ink_drop_state.h',
'animation/scroll_animator.cc',
'animation/scroll_animator.h',
+ 'animation/toolbar_ink_drop_delegate.cc',
+ 'animation/toolbar_ink_drop_delegate.h',
'background.cc',
'background.h',
'border.cc',
« ui/views/animation/ink_drop_host.h ('K') | « ui/views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698