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

Unified Diff: ui/views/views.gyp

Issue 1390113006: Added material design mouse hover feedback support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master. Created 4 years, 11 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 44dff7ed82c6f34a74a88abda8fe17663954837d..5c6efc6f679c64eab8d8d6b390a5a3eec667faaa 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -27,6 +27,8 @@
'animation/ink_drop_animation_observer.h',
'animation/ink_drop_delegate.h',
'animation/ink_drop_host.h',
+ 'animation/ink_drop_hover.cc',
+ 'animation/ink_drop_hover.h',
'animation/ink_drop_painted_layer_delegates.cc',
'animation/ink_drop_painted_layer_delegates.h',
'animation/ink_drop_state.cc',
@@ -545,6 +547,7 @@
'animation/bounds_animator_unittest.cc',
'animation/ink_drop_animation_controller_factory_unittest.cc',
'animation/ink_drop_animation_unittest.cc',
+ 'animation/ink_drop_hover_unittest.cc',
'bubble/bubble_border_unittest.cc',
'bubble/bubble_delegate_unittest.cc',
'bubble/bubble_frame_view_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698