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

Unified Diff: sky/sdk/example/rendering/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/mine_digger/sky.yaml ('k') | sky/sdk/example/stocks/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/rendering/BUILD.gn
diff --git a/apps/BUILD.gn b/sky/sdk/example/rendering/BUILD.gn
similarity index 57%
copy from apps/BUILD.gn
copy to sky/sdk/example/rendering/BUILD.gn
index 59db4eefb1910915c21789af1cd6f423cf602237..3cadbad52ad827f584d4aca94d881db5e74490fb 100644
--- a/apps/BUILD.gn
+++ b/sky/sdk/example/rendering/BUILD.gn
@@ -2,13 +2,16 @@
# 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("interactive_flex") {
+ main_dart = "interactive_flex.dart"
+}
+
+group("rendering") {
testonly = true
deps = [
- "//apps/moterm",
- "//apps/moterm:apptests",
- "//apps/moterm:gl_helper_test_app",
- "//apps/moterm:moterm_example_app",
+ ":interactive_flex",
]
}
« no previous file with comments | « sky/sdk/example/mine_digger/sky.yaml ('k') | sky/sdk/example/stocks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698