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

Unified Diff: ui/views/views.gyp

Issue 1937353002: Rename of InkDropAnimationController classes to InkDrop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master. Created 4 years, 8 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 dc3183b387d0a3943ad46ae8562f37b8e901d3d9..62bc2b1b630045e8aecf1c16d0913cb9f2c00f6f 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -18,11 +18,11 @@
'animation/button_ink_drop_delegate.h',
'animation/ink_drop_ripple.cc',
'animation/ink_drop_ripple.h',
- 'animation/ink_drop_animation_controller.h',
- 'animation/ink_drop_animation_controller_factory.cc',
- 'animation/ink_drop_animation_controller_factory.h',
- 'animation/ink_drop_animation_controller_impl.cc',
- 'animation/ink_drop_animation_controller_impl.h',
+ 'animation/ink_drop.h',
tdanderson 2016/05/04 14:19:24 Any changes needed for GN?
bruthig 2016/05/04 17:55:13 Negative, the gn scripts pull this list from the .
+ 'animation/ink_drop_factory.cc',
+ 'animation/ink_drop_factory.h',
+ 'animation/ink_drop_impl.cc',
+ 'animation/ink_drop_impl.h',
'animation/ink_drop_animation_ended_reason.cc',
'animation/ink_drop_animation_ended_reason.h',
'animation/ink_drop_ripple_observer.h',
@@ -495,8 +495,8 @@
'animation/test/flood_fill_ink_drop_ripple_test_api.h',
'animation/test/ink_drop_ripple_test_api.cc',
'animation/test/ink_drop_ripple_test_api.h',
- 'animation/test/ink_drop_animation_controller_impl_test_api.cc',
- 'animation/test/ink_drop_animation_controller_impl_test_api.h',
+ 'animation/test/ink_drop_impl_test_api.cc',
+ 'animation/test/ink_drop_impl_test_api.h',
'animation/test/ink_drop_hover_test_api.cc',
'animation/test/ink_drop_hover_test_api.h',
'animation/test/square_ink_drop_ripple_test_api.cc',
@@ -570,8 +570,8 @@
'accessibility/native_view_accessibility_win_unittest.cc',
'accessible_pane_view_unittest.cc',
'animation/bounds_animator_unittest.cc',
- 'animation/ink_drop_animation_controller_factory_unittest.cc',
- 'animation/ink_drop_animation_controller_impl_unittest.cc',
+ 'animation/ink_drop_factory_unittest.cc',
+ 'animation/ink_drop_impl_unittest.cc',
'animation/ink_drop_ripple_unittest.cc',
'animation/ink_drop_hover_unittest.cc',
'animation/square_ink_drop_ripple_unittest.cc',
« ui/views/animation/ink_drop_factory.cc ('K') | « ui/views/animation/test/ink_drop_impl_test_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698