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

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

Issue 1211253004: Add MineDigger.apk that works offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: one more examples 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/BUILD.gn ('k') | sky/sdk/example/mine_digger/apk/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/mine_digger/BUILD.gn
diff --git a/services/intent_receiver/BUILD.gn b/sky/sdk/example/mine_digger/BUILD.gn
similarity index 55%
copy from services/intent_receiver/BUILD.gn
copy to sky/sdk/example/mine_digger/BUILD.gn
index 3284567a23d41353c42d3e25f0e28dcedbc7ea30..2af4e13fe491aba0e50c82eb56a04ac85440945f 100644
--- a/services/intent_receiver/BUILD.gn
+++ b/sky/sdk/example/mine_digger/BUILD.gn
@@ -2,10 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
+assert(is_android)
-mojom("bindings") {
- sources = [
- "intent_receiver.mojom",
- ]
+import("//sky/apk/rules.gni")
+
+sky_app("mine_digger") {
+ apk_name = "MineDigger"
+ main_dart = "lib/main.dart"
}
« no previous file with comments | « sky/sdk/example/BUILD.gn ('k') | sky/sdk/example/mine_digger/apk/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698