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

Side by Side 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: . Created 5 years, 5 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 unified diff | Download patch
OLDNEW
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("sdk") { 7 dart_pkg("sdk") {
8 sources = [ 8 sources = [
9 "CHANGELOG.md", 9 "CHANGELOG.md",
10 "bin/init.dart", 10 "bin/init.dart",
11 "lib/animation/animated_value.dart", 11 "lib/animation/animated_value.dart",
12 "lib/animation/animation_performance.dart",
12 "lib/animation/curves.dart", 13 "lib/animation/curves.dart",
13 "lib/animation/fling_curve.dart", 14 "lib/animation/fling_curve.dart",
14 "lib/animation/generators.dart", 15 "lib/animation/generators.dart",
15 "lib/animation/mechanics.dart", 16 "lib/animation/mechanics.dart",
16 "lib/animation/scroll_behavior.dart", 17 "lib/animation/scroll_behavior.dart",
17 "lib/assets/.gitignore", 18 "lib/assets/.gitignore",
18 "lib/assets/material-design-icons.sha1", 19 "lib/assets/material-design-icons.sha1",
19 "lib/base/debug.dart", 20 "lib/base/debug.dart",
20 "lib/base/hit_test.dart", 21 "lib/base/hit_test.dart",
21 "lib/base/node.dart", 22 "lib/base/node.dart",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "//sky/services/viewport", 132 "//sky/services/viewport",
132 ] 133 ]
133 134
134 datadeps = [ 135 datadeps = [
135 "//sky/services/testing:bindings", 136 "//sky/services/testing:bindings",
136 "//sky/engine/bindings", 137 "//sky/engine/bindings",
137 ] 138 ]
138 139
139 sdk_ext_directory = "$root_gen_dir/sky/bindings" 140 sdk_ext_directory = "$root_gen_dir/sky/bindings"
140 } 141 }
OLDNEW
« no previous file with comments | « no previous file | sky/sdk/lib/animation/animation_performance.dart » ('j') | sky/sdk/lib/widgets/material.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698