Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: ui/gfx/gfx.gyp

Issue 143413020: Use a bezier timing function for the overview mode animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/geometry/cubic_bezier_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « ui/gfx/geometry/cubic_bezier_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698