Chromium Code Reviews| Index: ui/views/views.gyp |
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
| index 303dd228e764124c381dcc375a4e3bed3660ecca..50071e19e1f97557cd595bf39c460e1a6d1c2d32 100644 |
| --- a/ui/views/views.gyp |
| +++ b/ui/views/views.gyp |
| @@ -19,9 +19,12 @@ |
| 'animation/ink_drop_animation_controller.h', |
| 'animation/ink_drop_animation_controller_factory.cc', |
| 'animation/ink_drop_animation_controller_factory.h', |
| - 'animation/ink_drop_host.h', |
| + 'animation/ink_drop_animation.cc', |
| + 'animation/ink_drop_animation.h', |
|
sadrul
2015/08/20 06:32:38
I think this should go after line 16?
bruthig
2015/08/20 12:16:21
Done, fixed other ordering as well.
|
| 'animation/ink_drop_delegate.cc', |
| 'animation/ink_drop_delegate.h', |
| + 'animation/ink_drop_host.h', |
| + 'animation/ink_drop_state.h', |
| 'animation/scroll_animator.cc', |
| 'animation/scroll_animator.h', |
| 'background.cc', |