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

Unified Diff: sky/sdk/example/widgets/BUILD.gn

Issue 1222673003: Add skyx packages for all the Sky demos (except game) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: re-upload 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/example/stocks/BUILD.gn ('k') | sky/sdk/home.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/widgets/BUILD.gn
diff --git a/apps/BUILD.gn b/sky/sdk/example/widgets/BUILD.gn
similarity index 53%
copy from apps/BUILD.gn
copy to sky/sdk/example/widgets/BUILD.gn
index 59db4eefb1910915c21789af1cd6f423cf602237..299ad5b520476de60a49a853a3aa66f81109dab9 100644
--- a/apps/BUILD.gn
+++ b/sky/sdk/example/widgets/BUILD.gn
@@ -2,13 +2,21 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("apps") {
+import("//sky/build/skyx.gni")
+
+skyx("sector") {
+ main_dart = "sector.dart"
+}
+
+skyx("piano") {
+ main_dart = "piano.dart"
+}
+
+group("widgets") {
testonly = true
deps = [
- "//apps/moterm",
- "//apps/moterm:apptests",
- "//apps/moterm:gl_helper_test_app",
- "//apps/moterm:moterm_example_app",
+ ":sector",
+ ":piano",
]
}
« no previous file with comments | « sky/sdk/example/stocks/BUILD.gn ('k') | sky/sdk/home.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698