| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index b57a8158d635d32d2181e1450e808b6e4f810ae5..22f78420179d4e6ca4a3a1e69b61dd77e672f697 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -27,12 +27,12 @@
|
| 'animation/ink_drop_animation_ended_reason.h',
|
| 'animation/ink_drop_ripple_observer.h',
|
| 'animation/ink_drop_delegate.h',
|
| + 'animation/ink_drop_highlight.cc',
|
| + 'animation/ink_drop_highlight.h',
|
| + 'animation/ink_drop_highlight_observer.h',
|
| 'animation/ink_drop_host.h',
|
| 'animation/ink_drop_host_view.cc',
|
| 'animation/ink_drop_host_view.h',
|
| - 'animation/ink_drop_hover.cc',
|
| - 'animation/ink_drop_hover.h',
|
| - 'animation/ink_drop_hover_observer.h',
|
| 'animation/ink_drop_painted_layer_delegates.cc',
|
| 'animation/ink_drop_painted_layer_delegates.h',
|
| 'animation/ink_drop_state.cc',
|
| @@ -493,24 +493,24 @@
|
| 'views_test_support_sources': [
|
| '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_highlight_test_api.cc',
|
| + 'animation/test/ink_drop_highlight_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/ink_drop_ripple_test_api.cc',
|
| + 'animation/test/ink_drop_ripple_test_api.h',
|
| 'animation/test/ink_drop_utils.cc',
|
| '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',
|
| - 'animation/test/test_ink_drop_hover_observer.cc',
|
| - 'animation/test/test_ink_drop_hover_observer.h',
|
| 'animation/test/test_ink_drop_delegate.cc',
|
| 'animation/test/test_ink_drop_delegate.h',
|
| + 'animation/test/test_ink_drop_highlight_observer.cc',
|
| + 'animation/test/test_ink_drop_highlight_observer.h',
|
| + 'animation/test/test_ink_drop_host.cc',
|
| + 'animation/test/test_ink_drop_host.h',
|
| + 'animation/test/test_ink_drop_ripple_observer.cc',
|
| + 'animation/test/test_ink_drop_ripple_observer.h',
|
| 'controls/textfield/textfield_test_api.cc',
|
| 'controls/textfield/textfield_test_api.h',
|
| 'test/capture_tracking_view.cc',
|
| @@ -572,9 +572,9 @@
|
| 'accessible_pane_view_unittest.cc',
|
| 'animation/bounds_animator_unittest.cc',
|
| 'animation/ink_drop_factory_unittest.cc',
|
| + 'animation/ink_drop_highlight_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',
|
| 'bubble/bubble_border_unittest.cc',
|
| 'bubble/bubble_dialog_delegate_unittest.cc',
|
|
|