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

Unified Diff: ui/views/views.gyp

Issue 2034963002: Rename InkDropHover to InkDropHighlight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relative patchset Created 4 years, 7 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 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',
« ui/views/animation/test/test_ink_drop_host.cc ('K') | « ui/views/controls/button/label_button.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698