| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index 1c477b688c0f1b7f04a3931f5170edd4b9ff4683..66a85db279ec9d54b0f82ec53f0331a7ec11daa2 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -40,12 +40,16 @@ component("gfx") {
|
| "animation/animation_container_element.h",
|
| "animation/animation_container_observer.h",
|
| "animation/animation_delegate.h",
|
| + "animation/cubic_bezier.h",
|
| + "animation/cubic_bezier.cc",
|
| "animation/linear_animation.cc",
|
| "animation/linear_animation.h",
|
| "animation/multi_animation.cc",
|
| "animation/multi_animation.h",
|
| "animation/slide_animation.cc",
|
| "animation/slide_animation.h",
|
| + "animation/steps.cc",
|
| + "animation/steps.h",
|
| "animation/throb_animation.cc",
|
| "animation/throb_animation.h",
|
| "animation/tween.cc",
|
| @@ -401,8 +405,9 @@ source_set("test_support") {
|
|
|
| test("gfx_unittests") {
|
| sources = [
|
| + "animation/cubic_bezier_unittest.cc",
|
| + "animation/steps_unittest.cc",
|
| "geometry/box_unittest.cc",
|
| - "geometry/cubic_bezier_unittest.cc",
|
| "geometry/insets_unittest.cc",
|
| "geometry/matrix3_unittest.cc",
|
| "geometry/point_unittest.cc",
|
|
|