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

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

Issue 1215703010: Move home.dart into example/demo_launcher (Closed) Base URL: git@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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/example/BUILD.gn ('k') | sky/sdk/example/demo_launcher/assets/game_thumbnail.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/demo_launcher/BUILD.gn
diff --git a/sky/sdk/example/stocks/BUILD.gn b/sky/sdk/example/demo_launcher/BUILD.gn
similarity index 70%
copy from sky/sdk/example/stocks/BUILD.gn
copy to sky/sdk/example/demo_launcher/BUILD.gn
index 0173673ef4912182d386bf0eb288c02979188769..aec71dc7fe7dfac959054419cf844fe3e0782a88 100644
--- a/sky/sdk/example/stocks/BUILD.gn
+++ b/sky/sdk/example/demo_launcher/BUILD.gn
@@ -2,12 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-assert(is_android)
+import("//sky/build/skyx.gni")
-import("//sky/apk/rules.gni")
-
-sky_app("stocks") {
- apk_name = "Stocks"
+skyx("demo_launcher") {
main_dart = "lib/main.dart"
manifest = "sky.yaml"
}
« no previous file with comments | « sky/sdk/example/BUILD.gn ('k') | sky/sdk/example/demo_launcher/assets/game_thumbnail.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698