Index: ui/views/views.gyp |
diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
index 0f36d470babe584f69acb7a651eb522ef0194181..afc1c28e49df4a1fc246bba759d20da7c6e30b5d 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', |
@@ -573,9 +573,9 @@ |
'animation/bounds_animator_unittest.cc', |
'animation/flood_fill_ink_drop_ripple_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', |