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

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: fix gyp file Created 4 years, 6 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
« no previous file with comments | « ui/views/controls/button/label_button.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « 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