| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 1530505225a22f6c8920a2b2c19a2b217da0dbb8..3cf367be229e5d718161f35d94e12d56b258f58a 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',
|
| @@ -544,7 +546,9 @@
|
| 'accessible_pane_view_unittest.cc',
|
| 'animation/bounds_animator_unittest.cc',
|
| 'animation/ink_drop_animation_controller_factory_unittest.cc',
|
| + 'animation/ink_drop_animation_controller_impl_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',
|
|
|