| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index fc179c15c74aa9d46fc2a13c9dc08c3912155d55..fffbd8944f13fe7429bf0c7f19dcf5b7d70b55ad 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',
|
|
|