Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 7d95ac69a7f2859e53659147e096aa7b5b5c2a20..a399708870d72a7d936075f72a370c42bcd64b81 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -61,6 +61,8 @@ |
| 'base/animation/animation_container.h', |
| 'base/animation/animation_container_element.h', |
| 'base/animation/animation_container_observer.h', |
| + 'base/animation/animation_container_test_helper.cc', |
|
Daniel Erat
2012/12/10 23:56:12
Got a compile error while trying to build Chrome w
Denis Kuznetsov (DE-MUC)
2012/12/11 13:27:57
moved to the test_support_base section (missed tha
|
| + 'base/animation/animation_container_test_helper.h', |
| 'base/animation/animation_delegate.h', |
| 'base/animation/linear_animation.cc', |
| 'base/animation/linear_animation.h', |