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

Unified Diff: ui/views/views.gyp

Issue 1280953003: Enhance the material design ripple API so the ripple's state can be controlled by it's owning View. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed minor typo. 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
« no previous file with comments | « ui/views/animation/ink_drop_host.h ('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 f1dc1c83a134d4fc12f7a1039e441a79e83421c0..303dd228e764124c381dcc375a4e3bed3660ecca 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -14,8 +14,14 @@
'accessible_pane_view.h',
'animation/bounds_animator.cc',
'animation/bounds_animator.h',
- 'animation/ink_drop_animation_controller.cc',
+ 'animation/ink_drop_animation_controller_impl.cc',
+ 'animation/ink_drop_animation_controller_impl.h',
'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_delegate.cc',
+ 'animation/ink_drop_delegate.h',
'animation/scroll_animator.cc',
'animation/scroll_animator.h',
'background.cc',
« no previous file with comments | « ui/views/animation/ink_drop_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698