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

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

Issue 1182983002: Rename widgets/wrappers.dart to widgets/basic.dart (Closed) Base URL: git@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/framework/editing2/editable_text.dart » ('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",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "lib/framework/theme/colors.dart", 91 "lib/framework/theme/colors.dart",
92 "lib/framework/theme/shadows.dart", 92 "lib/framework/theme/shadows.dart",
93 "lib/framework/theme/typography.dart", 93 "lib/framework/theme/typography.dart",
94 "lib/framework/theme/view_configuration.dart", 94 "lib/framework/theme/view_configuration.dart",
95 "lib/framework/theme2/colors.dart", 95 "lib/framework/theme2/colors.dart",
96 "lib/framework/theme2/edges.dart", 96 "lib/framework/theme2/edges.dart",
97 "lib/framework/theme2/shadows.dart", 97 "lib/framework/theme2/shadows.dart",
98 "lib/framework/theme2/typography.dart", 98 "lib/framework/theme2/typography.dart",
99 "lib/framework/theme2/view_configuration.dart", 99 "lib/framework/theme2/view_configuration.dart",
100 "lib/framework/widgets/animated_component.dart", 100 "lib/framework/widgets/animated_component.dart",
101 "lib/framework/widgets/basic.dart",
101 "lib/framework/widgets/button_base.dart", 102 "lib/framework/widgets/button_base.dart",
102 "lib/framework/widgets/checkbox.dart", 103 "lib/framework/widgets/checkbox.dart",
103 "lib/framework/widgets/drawer.dart", 104 "lib/framework/widgets/drawer.dart",
104 "lib/framework/widgets/drawer_header.dart", 105 "lib/framework/widgets/drawer_header.dart",
105 "lib/framework/widgets/fixed_height_scrollable.dart", 106 "lib/framework/widgets/fixed_height_scrollable.dart",
106 "lib/framework/widgets/floating_action_button.dart", 107 "lib/framework/widgets/floating_action_button.dart",
107 "lib/framework/widgets/icon.dart", 108 "lib/framework/widgets/icon.dart",
108 "lib/framework/widgets/icon_button.dart", 109 "lib/framework/widgets/icon_button.dart",
109 "lib/framework/widgets/ink_well.dart", 110 "lib/framework/widgets/ink_well.dart",
110 "lib/framework/widgets/material.dart", 111 "lib/framework/widgets/material.dart",
111 "lib/framework/widgets/menu_divider.dart", 112 "lib/framework/widgets/menu_divider.dart",
112 "lib/framework/widgets/menu_item.dart", 113 "lib/framework/widgets/menu_item.dart",
113 "lib/framework/widgets/modal_overlay.dart", 114 "lib/framework/widgets/modal_overlay.dart",
114 "lib/framework/widgets/popup_menu.dart", 115 "lib/framework/widgets/popup_menu.dart",
115 "lib/framework/widgets/popup_menu_item.dart", 116 "lib/framework/widgets/popup_menu_item.dart",
116 "lib/framework/widgets/radio.dart", 117 "lib/framework/widgets/radio.dart",
117 "lib/framework/widgets/raised_button.dart", 118 "lib/framework/widgets/raised_button.dart",
118 "lib/framework/widgets/scaffold.dart", 119 "lib/framework/widgets/scaffold.dart",
119 "lib/framework/widgets/scrollable.dart", 120 "lib/framework/widgets/scrollable.dart",
120 "lib/framework/widgets/tool_bar.dart", 121 "lib/framework/widgets/tool_bar.dart",
121 "lib/framework/widgets/ui_node.dart", 122 "lib/framework/widgets/ui_node.dart",
122 "lib/framework/widgets/wrappers.dart",
123 "lib/sky_tool", 123 "lib/sky_tool",
124 "pubspec.yaml", 124 "pubspec.yaml",
125 ] 125 ]
126 126
127 # List of mojom targets that the sky pkg exports 127 # List of mojom targets that the sky pkg exports
128 deps = [ 128 deps = [
129 "//sky/services/viewport", 129 "//sky/services/viewport",
130 ] 130 ]
131 131
132 datadeps = [ 132 datadeps = [
133 "//sky/services/testing:bindings", 133 "//sky/services/testing:bindings",
134 "//sky/engine/bindings", 134 "//sky/engine/bindings",
135 ] 135 ]
136 136
137 sdk_ext_directory = "$root_gen_dir/sky/bindings" 137 sdk_ext_directory = "$root_gen_dir/sky/bindings"
138 } 138 }
OLDNEW
« no previous file with comments | « sky/home.dart ('k') | sky/sdk/lib/framework/editing2/editable_text.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698