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

Unified Diff: ui/gfx/BUILD.gn

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 | « cc/blink/web_transform_animation_curve_impl.cc ('k') | ui/gfx/animation/cubic_bezier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « cc/blink/web_transform_animation_curve_impl.cc ('k') | ui/gfx/animation/cubic_bezier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698