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

Unified Diff: ui/views/views.gyp

Issue 1286693004: Extracted InkDropAnimator class from InkDropAnimationController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment with crbug number. Created 5 years, 4 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 303dd228e764124c381dcc375a4e3bed3660ecca..50071e19e1f97557cd595bf39c460e1a6d1c2d32 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -19,9 +19,12 @@
'animation/ink_drop_animation_controller.h',
'animation/ink_drop_animation_controller_factory.cc',
'animation/ink_drop_animation_controller_factory.h',
- 'animation/ink_drop_host.h',
+ 'animation/ink_drop_animation.cc',
+ 'animation/ink_drop_animation.h',
sadrul 2015/08/20 06:32:38 I think this should go after line 16?
bruthig 2015/08/20 12:16:21 Done, fixed other ordering as well.
'animation/ink_drop_delegate.cc',
'animation/ink_drop_delegate.h',
+ 'animation/ink_drop_host.h',
+ 'animation/ink_drop_state.h',
'animation/scroll_animator.cc',
'animation/scroll_animator.h',
'background.cc',
« ui/views/animation/ink_drop_animation.cc ('K') | « ui/views/animation/ink_drop_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698