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

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

Issue 1233703003: add initState, rename animated_container (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove print statement 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("sky") { 7 dart_pkg("sky") {
8 sources = [ 8 sources = [
9 "CHANGELOG.md", 9 "CHANGELOG.md",
10 "bin/init.dart", 10 "bin/init.dart",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "lib/rendering/paragraph.dart", 43 "lib/rendering/paragraph.dart",
44 "lib/rendering/sky_binding.dart", 44 "lib/rendering/sky_binding.dart",
45 "lib/rendering/stack.dart", 45 "lib/rendering/stack.dart",
46 "lib/sky_tool", 46 "lib/sky_tool",
47 "lib/theme/colors.dart", 47 "lib/theme/colors.dart",
48 "lib/theme/shadows.dart", 48 "lib/theme/shadows.dart",
49 "lib/theme/theme_data.dart", 49 "lib/theme/theme_data.dart",
50 "lib/theme/typography.dart", 50 "lib/theme/typography.dart",
51 "lib/theme/view_configuration.dart", 51 "lib/theme/view_configuration.dart",
52 "lib/widgets/animated_component.dart", 52 "lib/widgets/animated_component.dart",
53 "lib/widgets/animated_container.dart", 53 "lib/widgets/animation_builder.dart",
54 "lib/widgets/basic.dart", 54 "lib/widgets/basic.dart",
55 "lib/widgets/block_viewport.dart", 55 "lib/widgets/block_viewport.dart",
56 "lib/widgets/button_base.dart", 56 "lib/widgets/button_base.dart",
57 "lib/widgets/card.dart", 57 "lib/widgets/card.dart",
58 "lib/widgets/checkbox.dart", 58 "lib/widgets/checkbox.dart",
59 "lib/widgets/default_text_style.dart", 59 "lib/widgets/default_text_style.dart",
60 "lib/widgets/dialog.dart", 60 "lib/widgets/dialog.dart",
61 "lib/widgets/drawer.dart", 61 "lib/widgets/drawer.dart",
62 "lib/widgets/drawer_header.dart", 62 "lib/widgets/drawer_header.dart",
63 "lib/widgets/fixed_height_scrollable.dart", 63 "lib/widgets/fixed_height_scrollable.dart",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ":sky", 143 ":sky",
144 ] 144 ]
145 } 145 }
146 146
147 group("sdk") { 147 group("sdk") {
148 deps = [ 148 deps = [
149 ":sky", 149 ":sky",
150 ":material_design_icons", 150 ":material_design_icons",
151 ] 151 ]
152 } 152 }
OLDNEW
« no previous file with comments | « no previous file | sky/sdk/example/fitness/lib/home.dart » ('j') | sky/sdk/example/fitness/lib/main.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698