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

Unified Diff: third_party/cardboard-java/BUILD.gn

Issue 1158413004: Added carboard-java library to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@protobuf_roll
Patch Set: Created 5 years, 7 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 | « DEPS ('k') | third_party/cardboard-java/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cardboard-java/BUILD.gn
diff --git a/third_party/android_swipe_refresh/BUILD.gn b/third_party/cardboard-java/BUILD.gn
similarity index 50%
copy from third_party/android_swipe_refresh/BUILD.gn
copy to third_party/cardboard-java/BUILD.gn
index c7939b07e621e16135bffec0cbdfae030423447f..509e60154570dbe12fd48d0a5d94b170d2c43ced 100644
--- a/third_party/android_swipe_refresh/BUILD.gn
+++ b/third_party/cardboard-java/BUILD.gn
@@ -4,11 +4,10 @@
import("//build/config/android/rules.gni")
-assert(is_android)
-
-android_library("android_swipe_refresh_java") {
- DEPRECATED_java_in_dir = "java/src"
+# GYP: //third_party/cardboard-java/cardboard.gyp:cardboard_jar
+java_prebuilt("cardboard_java") {
brettw 2015/06/16 17:55:08 In GN generally the target name should match the d
+ jar_path = "src/CardboardSample/libs/cardboard.jar"
deps = [
- "//third_party/android_tools:android_support_v13_java",
+ "../android_protobuf/android_protobuf.gyp:protobuf_nano_javalib",
brettw 2015/06/16 17:55:08 Can you do absolute paths here (so "//third_party/
]
}
« no previous file with comments | « DEPS ('k') | third_party/cardboard-java/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698