| OLD | NEW |
| 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/app/scheduler.dart", |
| 13 "lib/app/view.dart", |
| 12 "lib/assets/.gitignore", | 14 "lib/assets/.gitignore", |
| 13 "lib/assets/material-design-icons.sha1", | 15 "lib/assets/material-design-icons.sha1", |
| 14 "lib/download_material_design_icons", | 16 "lib/download_material_design_icons", |
| 17 "lib/editing2/editable_string.dart", |
| 18 "lib/editing2/editable_text.dart", |
| 19 "lib/editing2/input.dart", |
| 20 "lib/editing2/keyboard.dart", |
| 15 "lib/framework/README.md", | 21 "lib/framework/README.md", |
| 16 "lib/framework/animation/animated_value.dart", | 22 "lib/framework/animation/animated_value.dart", |
| 17 "lib/framework/animation/curves.dart", | 23 "lib/framework/animation/curves.dart", |
| 18 "lib/framework/animation/fling_curve.dart", | 24 "lib/framework/animation/fling_curve.dart", |
| 19 "lib/framework/animation/generators.dart", | 25 "lib/framework/animation/generators.dart", |
| 20 "lib/framework/animation/mechanics.dart", | 26 "lib/framework/animation/mechanics.dart", |
| 21 "lib/framework/animation/scroll_behavior.dart", | 27 "lib/framework/animation/scroll_behavior.dart", |
| 22 "lib/framework/app.dart", | |
| 23 "lib/framework/components/animated_component.dart", | 28 "lib/framework/components/animated_component.dart", |
| 24 "lib/framework/components/button.dart", | 29 "lib/framework/components/button.dart", |
| 25 "lib/framework/components/button_base.dart", | 30 "lib/framework/components/button_base.dart", |
| 26 "lib/framework/components/checkbox.dart", | 31 "lib/framework/components/checkbox.dart", |
| 27 "lib/framework/components/drawer.dart", | 32 "lib/framework/components/drawer.dart", |
| 28 "lib/framework/components/drawer_header.dart", | 33 "lib/framework/components/drawer_header.dart", |
| 29 "lib/framework/components/fixed_height_scrollable.dart", | 34 "lib/framework/components/fixed_height_scrollable.dart", |
| 30 "lib/framework/components/floating_action_button.dart", | 35 "lib/framework/components/floating_action_button.dart", |
| 31 "lib/framework/components/icon.dart", | 36 "lib/framework/components/icon.dart", |
| 32 "lib/framework/components/icon_button.dart", | 37 "lib/framework/components/icon_button.dart", |
| 33 "lib/framework/components/ink_splash.dart", | 38 "lib/framework/components/ink_splash.dart", |
| 34 "lib/framework/components/ink_well.dart", | 39 "lib/framework/components/ink_well.dart", |
| 35 "lib/framework/components/input.dart", | 40 "lib/framework/components/input.dart", |
| 36 "lib/framework/components/material.dart", | 41 "lib/framework/components/material.dart", |
| 37 "lib/framework/components/menu_divider.dart", | 42 "lib/framework/components/menu_divider.dart", |
| 38 "lib/framework/components/menu_item.dart", | 43 "lib/framework/components/menu_item.dart", |
| 39 "lib/framework/components/modal_overlay.dart", | 44 "lib/framework/components/modal_overlay.dart", |
| 40 "lib/framework/components/popup_menu.dart", | 45 "lib/framework/components/popup_menu.dart", |
| 41 "lib/framework/components/popup_menu_item.dart", | 46 "lib/framework/components/popup_menu_item.dart", |
| 42 "lib/framework/components/radio.dart", | 47 "lib/framework/components/radio.dart", |
| 43 "lib/framework/components/scaffold.dart", | 48 "lib/framework/components/scaffold.dart", |
| 44 "lib/framework/components/scrollable.dart", | 49 "lib/framework/components/scrollable.dart", |
| 45 "lib/framework/components/tool_bar.dart", | 50 "lib/framework/components/tool_bar.dart", |
| 46 "lib/framework/debug/shake-to-reload.sky", | 51 "lib/framework/debug/shake-to-reload.sky", |
| 47 "lib/framework/debug/tracing.dart", | 52 "lib/framework/debug/tracing.dart", |
| 48 "lib/framework/debug/utils.dart", | 53 "lib/framework/debug/utils.dart", |
| 49 "lib/framework/editing/editable_string.dart", | 54 "lib/framework/editing/editable_string.dart", |
| 50 "lib/framework/editing/editable_text.dart", | 55 "lib/framework/editing/editable_text.dart", |
| 51 "lib/framework/editing/keyboard.dart", | 56 "lib/framework/editing/keyboard.dart", |
| 52 "lib/framework/editing2/editable_string.dart", | |
| 53 "lib/framework/editing2/editable_text.dart", | |
| 54 "lib/framework/editing2/input.dart", | |
| 55 "lib/framework/editing2/keyboard.dart", | |
| 56 "lib/framework/elements/animation/controller.dart", | 57 "lib/framework/elements/animation/controller.dart", |
| 57 "lib/framework/elements/animation/timer.dart", | 58 "lib/framework/elements/animation/timer.dart", |
| 58 "lib/framework/elements/material-element.sky", | 59 "lib/framework/elements/material-element.sky", |
| 59 "lib/framework/elements/shadow.sky", | 60 "lib/framework/elements/shadow.sky", |
| 60 "lib/framework/elements/sky-box.sky", | 61 "lib/framework/elements/sky-box.sky", |
| 61 "lib/framework/elements/sky-button.sky", | 62 "lib/framework/elements/sky-button.sky", |
| 62 "lib/framework/elements/sky-checkbox.sky", | 63 "lib/framework/elements/sky-checkbox.sky", |
| 63 "lib/framework/elements/sky-drawer-header.sky", | 64 "lib/framework/elements/sky-drawer-header.sky", |
| 64 "lib/framework/elements/sky-drawer.sky", | 65 "lib/framework/elements/sky-drawer.sky", |
| 65 "lib/framework/elements/sky-element.sky", | 66 "lib/framework/elements/sky-element.sky", |
| 66 "lib/framework/elements/sky-icon.sky", | 67 "lib/framework/elements/sky-icon.sky", |
| 67 "lib/framework/elements/sky-ink-splash.sky", | 68 "lib/framework/elements/sky-ink-splash.sky", |
| 68 "lib/framework/elements/sky-input.sky", | 69 "lib/framework/elements/sky-input.sky", |
| 69 "lib/framework/elements/sky-menu-divider.sky", | 70 "lib/framework/elements/sky-menu-divider.sky", |
| 70 "lib/framework/elements/sky-menu-item.sky", | 71 "lib/framework/elements/sky-menu-item.sky", |
| 71 "lib/framework/elements/sky-radio.sky", | 72 "lib/framework/elements/sky-radio.sky", |
| 72 "lib/framework/elements/sky-scrollable.sky", | 73 "lib/framework/elements/sky-scrollable.sky", |
| 73 "lib/framework/elements/sky-toolbar.sky", | 74 "lib/framework/elements/sky-toolbar.sky", |
| 74 "lib/framework/embedder.dart", | 75 "lib/framework/embedder.dart", |
| 75 "lib/framework/fn.dart", | 76 "lib/framework/fn.dart", |
| 76 "lib/framework/layout.dart", | 77 "lib/framework/layout.dart", |
| 77 "lib/framework/net/fetch.dart", | 78 "lib/framework/net/fetch.dart", |
| 78 "lib/framework/net/image_cache.dart", | 79 "lib/framework/net/image_cache.dart", |
| 79 "lib/framework/node.dart", | 80 "lib/framework/node.dart", |
| 80 "lib/framework/painting/box_painter.dart", | |
| 81 "lib/framework/painting/shadows.dart", | |
| 82 "lib/framework/reflect.dart", | 81 "lib/framework/reflect.dart", |
| 83 "lib/framework/rendering/block.dart", | |
| 84 "lib/framework/rendering/box.dart", | |
| 85 "lib/framework/rendering/flex.dart", | |
| 86 "lib/framework/rendering/object.dart", | |
| 87 "lib/framework/rendering/paragraph.dart", | |
| 88 "lib/framework/rendering/stack.dart", | |
| 89 "lib/framework/scheduler.dart", | |
| 90 "lib/framework/shell.dart", | 82 "lib/framework/shell.dart", |
| 91 "lib/framework/theme/colors.dart", | 83 "lib/framework/theme/colors.dart", |
| 92 "lib/framework/theme/shadows.dart", | 84 "lib/framework/theme/shadows.dart", |
| 93 "lib/framework/theme/typography.dart", | 85 "lib/framework/theme/typography.dart", |
| 94 "lib/framework/theme/view_configuration.dart", | 86 "lib/framework/theme/view_configuration.dart", |
| 95 "lib/framework/theme2/colors.dart", | 87 "lib/painting/box_painter.dart", |
| 96 "lib/framework/theme2/edges.dart", | 88 "lib/painting/shadows.dart", |
| 97 "lib/framework/theme2/shadows.dart", | 89 "lib/rendering/block.dart", |
| 98 "lib/framework/theme2/typography.dart", | 90 "lib/rendering/box.dart", |
| 99 "lib/framework/theme2/view_configuration.dart", | 91 "lib/rendering/flex.dart", |
| 100 "lib/framework/widgets/animated_component.dart", | 92 "lib/rendering/object.dart", |
| 101 "lib/framework/widgets/basic.dart", | 93 "lib/rendering/paragraph.dart", |
| 102 "lib/framework/widgets/button_base.dart", | 94 "lib/rendering/stack.dart", |
| 103 "lib/framework/widgets/checkbox.dart", | |
| 104 "lib/framework/widgets/drawer.dart", | |
| 105 "lib/framework/widgets/drawer_header.dart", | |
| 106 "lib/framework/widgets/fixed_height_scrollable.dart", | |
| 107 "lib/framework/widgets/floating_action_button.dart", | |
| 108 "lib/framework/widgets/icon.dart", | |
| 109 "lib/framework/widgets/icon_button.dart", | |
| 110 "lib/framework/widgets/ink_well.dart", | |
| 111 "lib/framework/widgets/material.dart", | |
| 112 "lib/framework/widgets/menu_divider.dart", | |
| 113 "lib/framework/widgets/menu_item.dart", | |
| 114 "lib/framework/widgets/modal_overlay.dart", | |
| 115 "lib/framework/widgets/popup_menu.dart", | |
| 116 "lib/framework/widgets/popup_menu_item.dart", | |
| 117 "lib/framework/widgets/radio.dart", | |
| 118 "lib/framework/widgets/raised_button.dart", | |
| 119 "lib/framework/widgets/scaffold.dart", | |
| 120 "lib/framework/widgets/scrollable.dart", | |
| 121 "lib/framework/widgets/tool_bar.dart", | |
| 122 "lib/framework/widgets/ui_node.dart", | |
| 123 "lib/sky_tool", | 95 "lib/sky_tool", |
| 96 "lib/theme2/colors.dart", |
| 97 "lib/theme2/edges.dart", |
| 98 "lib/theme2/shadows.dart", |
| 99 "lib/theme2/typography.dart", |
| 100 "lib/theme2/view_configuration.dart", |
| 101 "lib/widgets/animated_component.dart", |
| 102 "lib/widgets/basic.dart", |
| 103 "lib/widgets/button_base.dart", |
| 104 "lib/widgets/checkbox.dart", |
| 105 "lib/widgets/drawer.dart", |
| 106 "lib/widgets/drawer_header.dart", |
| 107 "lib/widgets/fixed_height_scrollable.dart", |
| 108 "lib/widgets/floating_action_button.dart", |
| 109 "lib/widgets/icon.dart", |
| 110 "lib/widgets/icon_button.dart", |
| 111 "lib/widgets/ink_well.dart", |
| 112 "lib/widgets/material.dart", |
| 113 "lib/widgets/menu_divider.dart", |
| 114 "lib/widgets/menu_item.dart", |
| 115 "lib/widgets/modal_overlay.dart", |
| 116 "lib/widgets/popup_menu.dart", |
| 117 "lib/widgets/popup_menu_item.dart", |
| 118 "lib/widgets/radio.dart", |
| 119 "lib/widgets/raised_button.dart", |
| 120 "lib/widgets/scaffold.dart", |
| 121 "lib/widgets/scrollable.dart", |
| 122 "lib/widgets/tool_bar.dart", |
| 123 "lib/widgets/ui_node.dart", |
| 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 } |
| OLD | NEW |