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

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

Issue 1225923009: Add dart:sky.internals and dart:sky_builtin_natives to Sky sdk_ext (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « mojo/public/tools/dart_pkg.py ('k') | sky/sdk/lib/.sdkext » ('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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 datadeps = [ 97 datadeps = [
98 "//mojo/dart/mojo_services", 98 "//mojo/dart/mojo_services",
99 "//mojo/dart/mojom", 99 "//mojo/dart/mojom",
100 "//mojo/public/dart:mojo", 100 "//mojo/public/dart:mojo",
101 "//sky/engine/bindings", 101 "//sky/engine/bindings",
102 "//sky/services/testing", 102 "//sky/services/testing",
103 "//third_party/dart-pkg", 103 "//third_party/dart-pkg",
104 ] 104 ]
105 105
106 sdk_ext_directory = "$root_gen_dir/sky/bindings" 106 sdk_ext_directory = "$root_gen_dir/sky/bindings"
107 sdk_ext_files = [
108 "//sky/engine/bindings/sky_internals.dart",
109 "//sky/engine/bindings/builtin_natives.dart",
110 ]
107 } 111 }
108 112
109 action("material_design_icons") { 113 action("material_design_icons") {
110 input_dir = "lib/assets/material-design-icons" 114 input_dir = "lib/assets/material-design-icons"
111 output_dir = "$root_gen_dir/dart-pkg/sky/lib/assets" 115 output_dir = "$root_gen_dir/dart-pkg/sky/lib/assets"
112 stamp = "$target_gen_dir/material_design_icons_linked" 116 stamp = "$target_gen_dir/material_design_icons_linked"
113 117
114 sources = [ 118 sources = [
115 "lib/assets/material-design-icons.sha1", 119 "lib/assets/material-design-icons.sha1",
116 ] 120 ]
(...skipping 14 matching lines...) Expand all
131 ":sky", 135 ":sky",
132 ] 136 ]
133 } 137 }
134 138
135 group("sdk") { 139 group("sdk") {
136 deps = [ 140 deps = [
137 ":sky", 141 ":sky",
138 ":material_design_icons", 142 ":material_design_icons",
139 ] 143 ]
140 } 144 }
OLDNEW
« no previous file with comments | « mojo/public/tools/dart_pkg.py ('k') | sky/sdk/lib/.sdkext » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698