| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 43f4ac311943088b9c56aa61e3d2c61fa0ad5d92..4f54fadcbf4f3912cbdc7ae729456d8ccc44d9c1 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -23,7 +23,8 @@
|
| 'animation/ink_drop_animation_controller_factory.h',
|
| 'animation/ink_drop_animation_controller_impl.cc',
|
| 'animation/ink_drop_animation_controller_impl.h',
|
| - 'animation/ink_drop_animation_observer.cc',
|
| + 'animation/ink_drop_animation_ended_reason.cc',
|
| + 'animation/ink_drop_animation_ended_reason.h',
|
| 'animation/ink_drop_animation_observer.h',
|
| 'animation/ink_drop_delegate.h',
|
| 'animation/ink_drop_host.h',
|
| @@ -496,6 +497,7 @@
|
| 'animation/test/square_ink_drop_animation_test_api.h',
|
| 'animation/test/test_ink_drop_animation_observer.cc',
|
| 'animation/test/test_ink_drop_animation_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_delegate.cc',
|
|
|