| Index: sky/sdk/BUILD.gn
|
| diff --git a/sky/sdk/BUILD.gn b/sky/sdk/BUILD.gn
|
| index bb2663b23d51ea0816c2dd1e3ccc7128ca55b216..742be4b053b4fd016e39b57823c55151225181e5 100644
|
| --- a/sky/sdk/BUILD.gn
|
| +++ b/sky/sdk/BUILD.gn
|
| @@ -9,6 +9,7 @@ dart_pkg("sky") {
|
| "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("sky") {
|
| "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",
|
|
|