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

Unified Diff: sky/sdk/example/game/apk/BUILD.gn

Issue 1225103009: Fix Asteroids game to paint again and give it an icon. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: updated 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
Index: sky/sdk/example/game/apk/BUILD.gn
diff --git a/third_party/okhttp/BUILD.gn b/sky/sdk/example/game/apk/BUILD.gn
similarity index 55%
copy from third_party/okhttp/BUILD.gn
copy to sky/sdk/example/game/apk/BUILD.gn
index d84c51cad1601da0c35ff48ad86dda1106b1917e..4e64a21984e23802e563cc52c209b98039758869 100644
--- a/third_party/okhttp/BUILD.gn
+++ b/sky/sdk/example/game/apk/BUILD.gn
@@ -1,17 +1,12 @@
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+assert(is_android)
+import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-android_java_prebuilt("okio") {
- jar_path = "okio-1.2.0.jar"
-}
-
-android_java_prebuilt("okhttp") {
- jar_path = "okhttp-2.2.0.jar"
-
- deps = [
- ":okio",
- ]
+android_resources("resources") {
+ resource_dirs = [ "res" ]
+ android_manifest = "AndroidManifest.xml"
}
« no previous file with comments | « sky/sdk/example/game/apk/AndroidManifest.xml ('k') | sky/sdk/example/game/apk/res/mipmap-hdpi/ic_launcher.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698