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

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

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing feedback from mdempsky 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
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 @@
cpu_(ooo_6.6-7.5) 2015/05/15 23:28:07 adding a third party library is done in a separate
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") {
+ jar_path = "src/CardboardSample/libs/cardboard.jar"
deps = [
- "//third_party/android_tools:android_support_v13_java",
+ "../android_protobuf/android_protobuf.gyp:protobuf_nano_javalib",
]
}

Powered by Google App Engine
This is Rietveld 408576698