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

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

Issue 1223173003: Rename .sdkext to _sdkext and fix sky_tool (Closed) Base URL: https://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/dart/lib/_sdkext ('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",
11 "lib/.sdkext", 11 "lib/_sdkext",
12 "lib/animation/animated_value.dart", 12 "lib/animation/animated_value.dart",
13 "lib/animation/animation_performance.dart", 13 "lib/animation/animation_performance.dart",
14 "lib/animation/curves.dart", 14 "lib/animation/curves.dart",
15 "lib/animation/fling_curve.dart", 15 "lib/animation/fling_curve.dart",
16 "lib/animation/generators.dart", 16 "lib/animation/generators.dart",
17 "lib/animation/mechanics.dart", 17 "lib/animation/mechanics.dart",
18 "lib/animation/scroll_behavior.dart", 18 "lib/animation/scroll_behavior.dart",
19 "lib/assets/.gitignore", 19 "lib/assets/.gitignore",
20 "lib/assets/material-design-icons.sha1", 20 "lib/assets/material-design-icons.sha1",
21 "lib/base/debug.dart", 21 "lib/base/debug.dart",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ":sky", 136 ":sky",
137 ] 137 ]
138 } 138 }
139 139
140 group("sdk") { 140 group("sdk") {
141 deps = [ 141 deps = [
142 ":sky", 142 ":sky",
143 ":material_design_icons", 143 ":material_design_icons",
144 ] 144 ]
145 } 145 }
OLDNEW
« no previous file with comments | « mojo/public/dart/lib/_sdkext ('k') | sky/sdk/lib/.sdkext » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698