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

Unified Diff: sky/sdk/BUILD.gn

Issue 1211603003: Baby steps towards an odeon-like animation system. First victim: Drawer. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: better lerp Created 5 years, 6 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
Index: sky/sdk/BUILD.gn
diff --git a/sky/sdk/BUILD.gn b/sky/sdk/BUILD.gn
index 0c772b506625055ee1c33e1d1700c806c2205d5e..1e6118653994598bfa8d826c846254d4235cf07d 100644
--- a/sky/sdk/BUILD.gn
+++ b/sky/sdk/BUILD.gn
@@ -9,6 +9,7 @@ dart_pkg("sdk") {
"CHANGELOG.md",
"bin/init.dart",
"lib/animation/animated_value.dart",
+ "lib/animation/animation_performance.dart",
"lib/animation/curves.dart",
"lib/animation/fling_curve.dart",
"lib/animation/generators.dart",
@@ -18,6 +19,7 @@ dart_pkg("sdk") {
"lib/assets/material-design-icons.sha1",
"lib/base/debug.dart",
"lib/base/hit_test.dart",
+ "lib/base/lerp.dart",
"lib/base/node.dart",
"lib/base/scheduler.dart",
"lib/download_material_design_icons",

Powered by Google App Engine
This is Rietveld 408576698