| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//mojo/public/dart/rules.gni") | 5 import("//mojo/public/dart/rules.gni") |
| 6 | 6 |
| 7 dart_pkg("sky") { | 7 dart_pkg("sky") { |
| 8 sources = [ | 8 sources = [ |
| 9 "CHANGELOG.md", | 9 "CHANGELOG.md", |
| 10 "bin/init.dart", | 10 "bin/init.dart", |
| 11 "lib/.sdkext", | 11 "lib/_sdkext", |
| 12 "lib/animation/animated_value.dart", | 12 "lib/animation/animated_value.dart", |
| 13 "lib/animation/animation_performance.dart", | 13 "lib/animation/animation_performance.dart", |
| 14 "lib/animation/curves.dart", | 14 "lib/animation/curves.dart", |
| 15 "lib/animation/fling_curve.dart", | 15 "lib/animation/fling_curve.dart", |
| 16 "lib/animation/generators.dart", | 16 "lib/animation/generators.dart", |
| 17 "lib/animation/mechanics.dart", | 17 "lib/animation/mechanics.dart", |
| 18 "lib/animation/scroll_behavior.dart", | 18 "lib/animation/scroll_behavior.dart", |
| 19 "lib/assets/.gitignore", | 19 "lib/assets/.gitignore", |
| 20 "lib/assets/material-design-icons.sha1", | 20 "lib/assets/material-design-icons.sha1", |
| 21 "lib/base/debug.dart", | 21 "lib/base/debug.dart", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 ":sky", | 136 ":sky", |
| 137 ] | 137 ] |
| 138 } | 138 } |
| 139 | 139 |
| 140 group("sdk") { | 140 group("sdk") { |
| 141 deps = [ | 141 deps = [ |
| 142 ":sky", | 142 ":sky", |
| 143 ":material_design_icons", | 143 ":material_design_icons", |
| 144 ] | 144 ] |
| 145 } | 145 } |
| OLD | NEW |