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

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

Issue 1182053012: Rename editing2/ and theme2/ to editing/ and theme/. (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/home.dart ('k') | sky/sdk/lib/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",
11 "bin/init.dart", 10 "bin/init.dart",
12 "lib/animation/animated_value.dart", 11 "lib/animation/animated_value.dart",
13 "lib/animation/curves.dart", 12 "lib/animation/curves.dart",
14 "lib/animation/fling_curve.dart", 13 "lib/animation/fling_curve.dart",
15 "lib/animation/generators.dart", 14 "lib/animation/generators.dart",
16 "lib/animation/mechanics.dart", 15 "lib/animation/mechanics.dart",
17 "lib/animation/scroll_behavior.dart", 16 "lib/animation/scroll_behavior.dart",
18 "lib/assets/.gitignore", 17 "lib/assets/.gitignore",
19 "lib/assets/material-design-icons.sha1", 18 "lib/assets/material-design-icons.sha1",
20 "lib/base/debug.dart", 19 "lib/base/debug.dart",
21 "lib/base/hit_test.dart", 20 "lib/base/hit_test.dart",
22 "lib/base/node.dart", 21 "lib/base/node.dart",
23 "lib/base/scheduler.dart", 22 "lib/base/scheduler.dart",
24 "lib/download_material_design_icons", 23 "lib/download_material_design_icons",
25 "lib/editing2/editable_string.dart", 24 "lib/editing/editable_string.dart",
26 "lib/editing2/editable_text.dart", 25 "lib/editing/editable_text.dart",
27 "lib/editing2/input.dart", 26 "lib/editing/input.dart",
28 "lib/editing2/keyboard.dart", 27 "lib/editing/keyboard.dart",
29 "lib/framework/README.md",
30 "lib/framework/animation/animated_value.dart", 28 "lib/framework/animation/animated_value.dart",
31 "lib/framework/animation/curves.dart", 29 "lib/framework/animation/curves.dart",
32 "lib/framework/animation/fling_curve.dart", 30 "lib/framework/animation/fling_curve.dart",
33 "lib/framework/animation/generators.dart", 31 "lib/framework/animation/generators.dart",
34 "lib/framework/animation/mechanics.dart", 32 "lib/framework/animation/mechanics.dart",
35 "lib/framework/animation/scroll_behavior.dart", 33 "lib/framework/animation/scroll_behavior.dart",
36 "lib/framework/components/animated_component.dart", 34 "lib/framework/components/animated_component.dart",
37 "lib/framework/components/button.dart", 35 "lib/framework/components/button.dart",
38 "lib/framework/components/button_base.dart", 36 "lib/framework/components/button_base.dart",
39 "lib/framework/components/checkbox.dart", 37 "lib/framework/components/checkbox.dart",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "lib/painting/shadows.dart", 79 "lib/painting/shadows.dart",
82 "lib/painting/text_style.dart", 80 "lib/painting/text_style.dart",
83 "lib/rendering/block.dart", 81 "lib/rendering/block.dart",
84 "lib/rendering/box.dart", 82 "lib/rendering/box.dart",
85 "lib/rendering/flex.dart", 83 "lib/rendering/flex.dart",
86 "lib/rendering/object.dart", 84 "lib/rendering/object.dart",
87 "lib/rendering/paragraph.dart", 85 "lib/rendering/paragraph.dart",
88 "lib/rendering/sky_binding.dart", 86 "lib/rendering/sky_binding.dart",
89 "lib/rendering/stack.dart", 87 "lib/rendering/stack.dart",
90 "lib/sky_tool", 88 "lib/sky_tool",
91 "lib/theme2/colors.dart", 89 "lib/theme/colors.dart",
92 "lib/theme2/edges.dart", 90 "lib/theme/edges.dart",
93 "lib/theme2/shadows.dart", 91 "lib/theme/shadows.dart",
94 "lib/theme2/typography.dart", 92 "lib/theme/typography.dart",
95 "lib/theme2/view_configuration.dart", 93 "lib/theme/view_configuration.dart",
96 "lib/widgets/animated_component.dart", 94 "lib/widgets/animated_component.dart",
97 "lib/widgets/basic.dart", 95 "lib/widgets/basic.dart",
98 "lib/widgets/button_base.dart", 96 "lib/widgets/button_base.dart",
99 "lib/widgets/checkbox.dart", 97 "lib/widgets/checkbox.dart",
100 "lib/widgets/dialog.dart", 98 "lib/widgets/dialog.dart",
101 "lib/widgets/drawer.dart", 99 "lib/widgets/drawer.dart",
102 "lib/widgets/drawer_header.dart", 100 "lib/widgets/drawer_header.dart",
103 "lib/widgets/fixed_height_scrollable.dart", 101 "lib/widgets/fixed_height_scrollable.dart",
104 "lib/widgets/flat_button.dart", 102 "lib/widgets/flat_button.dart",
105 "lib/widgets/floating_action_button.dart", 103 "lib/widgets/floating_action_button.dart",
(...skipping 24 matching lines...) Expand all
130 "//sky/services/viewport", 128 "//sky/services/viewport",
131 ] 129 ]
132 130
133 datadeps = [ 131 datadeps = [
134 "//sky/services/testing:bindings", 132 "//sky/services/testing:bindings",
135 "//sky/engine/bindings", 133 "//sky/engine/bindings",
136 ] 134 ]
137 135
138 sdk_ext_directory = "$root_gen_dir/sky/bindings" 136 sdk_ext_directory = "$root_gen_dir/sky/bindings"
139 } 137 }
OLDNEW
« no previous file with comments | « sky/home.dart ('k') | sky/sdk/lib/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698