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

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

Issue 1227973002: Build skyx packages by default (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: typo 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
« no previous file with comments | « sky/build/skyx.gni ('k') | sky/sdk/example/BUILD.gn » ('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("sky") { 7 dart_pkg("sky") {
8 sources = [ 8 sources = [
9 "CHANGELOG.md", 9 "CHANGELOG.md",
10 "bin/init.dart", 10 "bin/init.dart",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "lib/widgets/task_description.dart", 85 "lib/widgets/task_description.dart",
86 "lib/widgets/theme.dart", 86 "lib/widgets/theme.dart",
87 "lib/widgets/toggleable.dart", 87 "lib/widgets/toggleable.dart",
88 "lib/widgets/tool_bar.dart", 88 "lib/widgets/tool_bar.dart",
89 "lib/widgets/widget.dart", 89 "lib/widgets/widget.dart",
90 "pubspec.yaml", 90 "pubspec.yaml",
91 ] 91 ]
92 92
93 # List of mojom targets that the sky pkg exports 93 # List of mojom targets that the sky pkg exports
94 deps = [ 94 deps = [
95 "//sky/services/engine", 95 "//sky/services/engine:interfaces",
96 "//sky/services/activity:interfaces",
96 ] 97 ]
97 98
98 datadeps = [ 99 datadeps = [
99 "//mojo/dart/mojo_services", 100 "//mojo/dart/mojo_services",
100 "//mojo/dart/mojom", 101 "//mojo/dart/mojom",
101 "//mojo/public/dart:mojo", 102 "//mojo/public/dart:mojo",
102 "//sky/engine/bindings", 103 "//sky/engine/bindings",
103 "//sky/services/testing", 104 "//sky/services/testing:interfaces",
105 "//sky/services/media:interfaces",
104 "//third_party/dart-pkg", 106 "//third_party/dart-pkg",
105 ] 107 ]
106 108
107 sdk_ext_directory = "$root_gen_dir/sky/bindings" 109 sdk_ext_directory = "$root_gen_dir/sky/bindings"
108 sdk_ext_files = [ 110 sdk_ext_files = [
109 "//sky/engine/bindings/sky_internals.dart", 111 "//sky/engine/bindings/sky_internals.dart",
110 "//sky/engine/bindings/builtin_natives.dart", 112 "//sky/engine/bindings/builtin_natives.dart",
111 ] 113 ]
112 } 114 }
113 115
(...skipping 22 matching lines...) Expand all
136 ":sky", 138 ":sky",
137 ] 139 ]
138 } 140 }
139 141
140 group("sdk") { 142 group("sdk") {
141 deps = [ 143 deps = [
142 ":sky", 144 ":sky",
143 ":material_design_icons", 145 ":material_design_icons",
144 ] 146 ]
145 } 147 }
OLDNEW
« no previous file with comments | « sky/build/skyx.gni ('k') | sky/sdk/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698