Chromium Code Reviews| 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', |