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

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

Issue 1189523003: Fix two minor issues with sky/sdk (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 | « no previous file | sky/sdk/lib/framework/animation/generators.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "lib/framework/layout.dart", 77 "lib/framework/layout.dart",
78 "lib/framework/net/fetch.dart", 78 "lib/framework/net/fetch.dart",
79 "lib/framework/net/image_cache.dart", 79 "lib/framework/net/image_cache.dart",
80 "lib/framework/node.dart", 80 "lib/framework/node.dart",
81 "lib/framework/reflect.dart", 81 "lib/framework/reflect.dart",
82 "lib/framework/shell.dart", 82 "lib/framework/shell.dart",
83 "lib/framework/theme/colors.dart", 83 "lib/framework/theme/colors.dart",
84 "lib/framework/theme/shadows.dart", 84 "lib/framework/theme/shadows.dart",
85 "lib/framework/theme/typography.dart", 85 "lib/framework/theme/typography.dart",
86 "lib/framework/theme/view_configuration.dart", 86 "lib/framework/theme/view_configuration.dart",
87 "lib/internals.dart",
87 "lib/painting/box_painter.dart", 88 "lib/painting/box_painter.dart",
88 "lib/painting/shadows.dart", 89 "lib/painting/shadows.dart",
89 "lib/rendering/block.dart", 90 "lib/rendering/block.dart",
90 "lib/rendering/box.dart", 91 "lib/rendering/box.dart",
91 "lib/rendering/flex.dart", 92 "lib/rendering/flex.dart",
92 "lib/rendering/object.dart", 93 "lib/rendering/object.dart",
93 "lib/rendering/paragraph.dart", 94 "lib/rendering/paragraph.dart",
94 "lib/rendering/stack.dart", 95 "lib/rendering/stack.dart",
95 "lib/sky_tool", 96 "lib/sky_tool",
96 "lib/theme2/colors.dart", 97 "lib/theme2/colors.dart",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "//sky/services/viewport", 130 "//sky/services/viewport",
130 ] 131 ]
131 132
132 datadeps = [ 133 datadeps = [
133 "//sky/services/testing:bindings", 134 "//sky/services/testing:bindings",
134 "//sky/engine/bindings", 135 "//sky/engine/bindings",
135 ] 136 ]
136 137
137 sdk_ext_directory = "$root_gen_dir/sky/bindings" 138 sdk_ext_directory = "$root_gen_dir/sky/bindings"
138 } 139 }
OLDNEW
« no previous file with comments | « no previous file | sky/sdk/lib/framework/animation/generators.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698