| 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",
|
|
|