| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index 595b9500bc7ac14c03d0f2c661544816df14e52a..911729cc4eb425c8fa89ec62e3f22133d9eb0303 100644
|
| --- a/ui/gfx/gfx.gyp
|
| +++ b/ui/gfx/gfx.gyp
|
| @@ -19,6 +19,8 @@
|
| 'sources': [
|
| 'geometry/box_f.cc',
|
| 'geometry/box_f.h',
|
| + 'geometry/cubic_bezier.h',
|
| + 'geometry/cubic_bezier.cc',
|
| 'geometry/insets.cc',
|
| 'geometry/insets.h',
|
| 'geometry/insets_base.h',
|
| @@ -77,6 +79,7 @@
|
| ],
|
| 'sources': [
|
| 'geometry/box_unittest.cc',
|
| + 'geometry/cubic_bezier_unittest.cc',
|
| 'geometry/insets_unittest.cc',
|
| 'geometry/matrix3_unittest.cc',
|
| 'geometry/point_unittest.cc',
|
|
|