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

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

Issue 1209423008: Make the TaskDescription background color match the ToolBar on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated per review 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "lib/widgets/popup_menu.dart", 74 "lib/widgets/popup_menu.dart",
75 "lib/widgets/popup_menu_item.dart", 75 "lib/widgets/popup_menu_item.dart",
76 "lib/widgets/radio.dart", 76 "lib/widgets/radio.dart",
77 "lib/widgets/raised_button.dart", 77 "lib/widgets/raised_button.dart",
78 "lib/widgets/scaffold.dart", 78 "lib/widgets/scaffold.dart",
79 "lib/widgets/scrollable.dart", 79 "lib/widgets/scrollable.dart",
80 "lib/widgets/scrollable_list.dart", 80 "lib/widgets/scrollable_list.dart",
81 "lib/widgets/snack_bar.dart", 81 "lib/widgets/snack_bar.dart",
82 "lib/widgets/switch.dart", 82 "lib/widgets/switch.dart",
83 "lib/widgets/tabs.dart", 83 "lib/widgets/tabs.dart",
84 "lib/widgets/task_description.dart",
84 "lib/widgets/theme.dart", 85 "lib/widgets/theme.dart",
85 "lib/widgets/toggleable.dart", 86 "lib/widgets/toggleable.dart",
86 "lib/widgets/tool_bar.dart", 87 "lib/widgets/tool_bar.dart",
87 "lib/widgets/widget.dart", 88 "lib/widgets/widget.dart",
88 "pubspec.yaml", 89 "pubspec.yaml",
89 ] 90 ]
90 91
91 # List of mojom targets that the sky pkg exports 92 # List of mojom targets that the sky pkg exports
92 deps = [ 93 deps = [
93 "//sky/services/engine", 94 "//sky/services/engine",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 ":sky", 131 ":sky",
131 ] 132 ]
132 } 133 }
133 134
134 group("sdk") { 135 group("sdk") {
135 deps = [ 136 deps = [
136 ":sky", 137 ":sky",
137 ":material_design_icons", 138 ":material_design_icons",
138 ] 139 ]
139 } 140 }
OLDNEW
« no previous file with comments | « no previous file | sky/sdk/example/stocks/lib/main.dart » ('j') | sky/sdk/lib/widgets/task_description.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698