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

Unified Diff: ui/views/views.gyp

Issue 1897073002: Add MD Ink Drop Layers to InkDropHost only when a ripple/hover is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed InkDropHoverTests to use proper expectation comparisons. Created 4 years, 8 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/animation/test/test_ink_drop_hover_observer.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 d158ba5b2eaa705b3ca5ee1f64a1da69f5961717..55f6c52fbfb930926f60cd0ea2807a8b07c239f1 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -32,6 +32,7 @@
'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',
@@ -505,6 +506,8 @@
'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',
'controls/textfield/textfield_test_api.cc',
« no previous file with comments | « ui/views/animation/test/test_ink_drop_hover_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698