| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 1a58df76e41b0f604151c4d27d4f4edbcfe8d8ba..dc3183b387d0a3943ad46ae8562f37b8e901d3d9 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -16,8 +16,8 @@
|
| '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_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',
|
| @@ -25,7 +25,7 @@
|
| 'animation/ink_drop_animation_controller_impl.h',
|
| 'animation/ink_drop_animation_ended_reason.cc',
|
| 'animation/ink_drop_animation_ended_reason.h',
|
| - 'animation/ink_drop_animation_observer.h',
|
| + 'animation/ink_drop_ripple_observer.h',
|
| 'animation/ink_drop_delegate.h',
|
| 'animation/ink_drop_host.h',
|
| 'animation/ink_drop_host_view.cc',
|
| @@ -39,10 +39,10 @@
|
| 'animation/ink_drop_state.h',
|
| 'animation/scroll_animator.cc',
|
| 'animation/scroll_animator.h',
|
| - 'animation/flood_fill_ink_drop_animation.cc',
|
| - 'animation/flood_fill_ink_drop_animation.h',
|
| - 'animation/square_ink_drop_animation.cc',
|
| - 'animation/square_ink_drop_animation.h',
|
| + 'animation/flood_fill_ink_drop_ripple.cc',
|
| + 'animation/flood_fill_ink_drop_ripple.h',
|
| + 'animation/square_ink_drop_ripple.cc',
|
| + 'animation/square_ink_drop_ripple.h',
|
| 'background.cc',
|
| 'background.h',
|
| 'border.cc',
|
| @@ -491,18 +491,18 @@
|
| 'widget/desktop_aura/desktop_window_tree_host_ozone.cc',
|
| ],
|
| 'views_test_support_sources': [
|
| - 'animation/test/flood_fill_ink_drop_animation_test_api.cc',
|
| - 'animation/test/flood_fill_ink_drop_animation_test_api.h',
|
| - 'animation/test/ink_drop_animation_test_api.cc',
|
| - 'animation/test/ink_drop_animation_test_api.h',
|
| + 'animation/test/flood_fill_ink_drop_ripple_test_api.cc',
|
| + '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_hover_test_api.cc',
|
| 'animation/test/ink_drop_hover_test_api.h',
|
| - 'animation/test/square_ink_drop_animation_test_api.cc',
|
| - 'animation/test/square_ink_drop_animation_test_api.h',
|
| - 'animation/test/test_ink_drop_animation_observer.cc',
|
| - 'animation/test/test_ink_drop_animation_observer.h',
|
| + 'animation/test/square_ink_drop_ripple_test_api.cc',
|
| + 'animation/test/square_ink_drop_ripple_test_api.h',
|
| + 'animation/test/test_ink_drop_ripple_observer.cc',
|
| + 'animation/test/test_ink_drop_ripple_observer.h',
|
| 'animation/test/test_ink_drop_animation_observer_helper.h',
|
| 'animation/test/test_ink_drop_host.cc',
|
| 'animation/test/test_ink_drop_host.h',
|
| @@ -572,9 +572,9 @@
|
| 'animation/bounds_animator_unittest.cc',
|
| 'animation/ink_drop_animation_controller_factory_unittest.cc',
|
| 'animation/ink_drop_animation_controller_impl_unittest.cc',
|
| - 'animation/ink_drop_animation_unittest.cc',
|
| + 'animation/ink_drop_ripple_unittest.cc',
|
| 'animation/ink_drop_hover_unittest.cc',
|
| - 'animation/square_ink_drop_animation_unittest.cc',
|
| + 'animation/square_ink_drop_ripple_unittest.cc',
|
| 'bubble/bubble_border_unittest.cc',
|
| 'bubble/bubble_dialog_delegate_unittest.cc',
|
| 'bubble/bubble_frame_view_unittest.cc',
|
|
|