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

Unified Diff: ui/gfx/gfx.gyp

Issue 140253013: Define accelerated steps time function. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated patch: remove question about velocity Created 6 years, 3 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') | ui/gfx/gfx_tests.gyp » ('j') | 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 85ea5532060fcf86babbf2e3b2047f198ea95aa4..109526038adafdb36352793eda184a6f773399c2 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -19,8 +19,6 @@
'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',
@@ -116,12 +114,16 @@
'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.h',
+ 'animation/steps.cc',
'animation/throb_animation.cc',
'animation/throb_animation.h',
'animation/tween.cc',
« no previous file with comments | « ui/gfx/geometry/cubic_bezier_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698