Chromium Code Reviews| Index: ui/gfx/animation/BUILD.gn |
| diff --git a/ui/gfx/animation/BUILD.gn b/ui/gfx/animation/BUILD.gn |
| index d561028d158d22ca88cc11e915a488ed6bbd9a6a..28ae65352b8eaf1c75732a44dd0622a0c5a72432 100644 |
| --- a/ui/gfx/animation/BUILD.gn |
| +++ b/ui/gfx/animation/BUILD.gn |
| @@ -20,7 +20,9 @@ component("animation") { |
| "animation_delegate.h", |
| "animation_export.h", |
| "animation_mac.mm", |
| + "animation_test_api.cc", |
| "animation_win.cc", |
| + "animations_test_api.h", |
|
sky
2017/07/12 19:16:19
You have a misspelling here. Also, the test files
sky
2017/07/12 22:42:36
Put them in ui/gfx:test_support.
newcomer
2017/07/13 21:19:28
Done.
newcomer
2017/07/13 21:19:28
Acknowledged.
|
| "linear_animation.cc", |
| "linear_animation.h", |
| "multi_animation.cc", |