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

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

Issue 1200953007: Move internals.dart out of 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
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 "bin/init.dart", 10 "bin/init.dart",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "lib/framework/fn.dart", 63 "lib/framework/fn.dart",
64 "lib/framework/layout.dart", 64 "lib/framework/layout.dart",
65 "lib/framework/net/fetch.dart", 65 "lib/framework/net/fetch.dart",
66 "lib/framework/node.dart", 66 "lib/framework/node.dart",
67 "lib/framework/reflect.dart", 67 "lib/framework/reflect.dart",
68 "lib/framework/shell.dart", 68 "lib/framework/shell.dart",
69 "lib/framework/theme/colors.dart", 69 "lib/framework/theme/colors.dart",
70 "lib/framework/theme/shadows.dart", 70 "lib/framework/theme/shadows.dart",
71 "lib/framework/theme/typography.dart", 71 "lib/framework/theme/typography.dart",
72 "lib/framework/theme/view_configuration.dart", 72 "lib/framework/theme/view_configuration.dart",
73 "lib/internals.dart",
74 "lib/mojo/asset_bundle.dart", 73 "lib/mojo/asset_bundle.dart",
75 "lib/mojo/embedder.dart", 74 "lib/mojo/embedder.dart",
76 "lib/mojo/net/fetch.dart", 75 "lib/mojo/net/fetch.dart",
77 "lib/mojo/net/image_cache.dart", 76 "lib/mojo/net/image_cache.dart",
78 "lib/mojo/shell.dart", 77 "lib/mojo/shell.dart",
79 "lib/painting/box_painter.dart", 78 "lib/painting/box_painter.dart",
80 "lib/painting/shadows.dart", 79 "lib/painting/shadows.dart",
81 "lib/painting/text_style.dart", 80 "lib/painting/text_style.dart",
82 "lib/rendering/block.dart", 81 "lib/rendering/block.dart",
83 "lib/rendering/box.dart", 82 "lib/rendering/box.dart",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "//sky/services/viewport", 131 "//sky/services/viewport",
133 ] 132 ]
134 133
135 datadeps = [ 134 datadeps = [
136 "//sky/services/testing:bindings", 135 "//sky/services/testing:bindings",
137 "//sky/engine/bindings", 136 "//sky/engine/bindings",
138 ] 137 ]
139 138
140 sdk_ext_directory = "$root_gen_dir/sky/bindings" 139 sdk_ext_directory = "$root_gen_dir/sky/bindings"
141 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698