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

Side by Side Diff: sky/sdk/BUILD.gn

Issue 1187393002: Cleanup of SkyBinding, and resultant yak shaving. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « sky/examples/widgets/spinning_mixed.dart ('k') | sky/sdk/lib/animation/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "README.md", 10 "README.md",
11 "bin/init.dart", 11 "bin/init.dart",
12 "lib/animation/animated_value.dart", 12 "lib/animation/animated_value.dart",
13 "lib/animation/curves.dart", 13 "lib/animation/curves.dart",
14 "lib/animation/fling_curve.dart", 14 "lib/animation/fling_curve.dart",
15 "lib/animation/generators.dart", 15 "lib/animation/generators.dart",
16 "lib/animation/mechanics.dart", 16 "lib/animation/mechanics.dart",
17 "lib/animation/scroll_behavior.dart", 17 "lib/animation/scroll_behavior.dart",
18 "lib/app/scheduler.dart",
19 "lib/assets/.gitignore", 18 "lib/assets/.gitignore",
20 "lib/assets/material-design-icons.sha1", 19 "lib/assets/material-design-icons.sha1",
21 "lib/debug/utils.dart", 20 "lib/base/debug.dart",
21 "lib/base/hit_test.dart",
22 "lib/base/node.dart",
23 "lib/base/scheduler.dart",
22 "lib/download_material_design_icons", 24 "lib/download_material_design_icons",
23 "lib/editing2/editable_string.dart", 25 "lib/editing2/editable_string.dart",
24 "lib/editing2/editable_text.dart", 26 "lib/editing2/editable_text.dart",
25 "lib/editing2/input.dart", 27 "lib/editing2/input.dart",
26 "lib/editing2/keyboard.dart", 28 "lib/editing2/keyboard.dart",
27 "lib/framework/README.md", 29 "lib/framework/README.md",
28 "lib/framework/animation/animated_value.dart", 30 "lib/framework/animation/animated_value.dart",
29 "lib/framework/animation/curves.dart", 31 "lib/framework/animation/curves.dart",
30 "lib/framework/animation/fling_curve.dart", 32 "lib/framework/animation/fling_curve.dart",
31 "lib/framework/animation/generators.dart", 33 "lib/framework/animation/generators.dart",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "//sky/services/viewport", 131 "//sky/services/viewport",
130 ] 132 ]
131 133
132 datadeps = [ 134 datadeps = [
133 "//sky/services/testing:bindings", 135 "//sky/services/testing:bindings",
134 "//sky/engine/bindings", 136 "//sky/engine/bindings",
135 ] 137 ]
136 138
137 sdk_ext_directory = "$root_gen_dir/sky/bindings" 139 sdk_ext_directory = "$root_gen_dir/sky/bindings"
138 } 140 }
OLDNEW
« no previous file with comments | « sky/examples/widgets/spinning_mixed.dart ('k') | sky/sdk/lib/animation/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698