| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 69ea8e6b50326544fbf9383847574ab43ff4061c..bd69b63ab97c3ff59e413c1157755160e51a9991 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -19,8 +19,6 @@
|
| 'animation/ink_drop.h',
|
| 'animation/ink_drop_animation_ended_reason.cc',
|
| 'animation/ink_drop_animation_ended_reason.h',
|
| - 'animation/ink_drop_factory.cc',
|
| - 'animation/ink_drop_factory.h',
|
| 'animation/ink_drop_highlight.cc',
|
| 'animation/ink_drop_highlight.h',
|
| 'animation/ink_drop_highlight_observer.h',
|
| @@ -577,10 +575,10 @@
|
| 'accessible_pane_view_unittest.cc',
|
| '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_unittest.cc',
|
| 'animation/square_ink_drop_ripple_unittest.cc',
|
| 'border_unittest.cc',
|
| 'bubble/bubble_border_unittest.cc',
|
|
|