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

Unified Diff: sky/build/sky_app.gni

Issue 1225883002: Make SkyDemo.apk start offline (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/apk/rules.gni ('k') | sky/sdk/example/demo_launcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/build/sky_app.gni
diff --git a/sky/apk/rules.gni b/sky/build/sky_app.gni
similarity index 71%
rename from sky/apk/rules.gni
rename to sky/build/sky_app.gni
index 1dbd905d5532cc181ffe314075ecd768cdae91d9..905a05bb83589dadb9ba6a61986a6b49e56f34d2 100644
--- a/sky/apk/rules.gni
+++ b/sky/build/sky_app.gni
@@ -2,27 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
import("//sky/build/skyx.gni")
-template("sky_apk") {
- android_apk(target_name) {
- apk_name = invoker.apk_name
- android_manifest = invoker.android_manifest
-
- native_libs = [ "libsky_shell.so" ]
- asset_location = "$root_build_dir/sky_shell/assets"
-
- deps = [
- "//base:base_java",
- "//sky/shell:assets",
- "//sky/shell:java",
- "//sky/shell:sky_shell",
- ] + invoker.deps
- }
-}
-
template("sky_app") {
skyx("app") {
main_dart = invoker.main_dart
« no previous file with comments | « sky/apk/rules.gni ('k') | sky/sdk/example/demo_launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698