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

Unified Diff: third_party/cardboard-java/cardboard.gyp

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/cardboard.gyp
diff --git a/third_party/android_swipe_refresh/android_swipe_refresh.gyp b/third_party/cardboard-java/cardboard.gyp
similarity index 50%
copy from third_party/android_swipe_refresh/android_swipe_refresh.gyp
copy to third_party/cardboard-java/cardboard.gyp
index c7f7e0f542ade3331e5c7aa1b606e67d03e04644..4953521faac510363fe225a270c79289f192a3f0 100644
--- a/third_party/android_swipe_refresh/android_swipe_refresh.gyp
+++ b/third_party/cardboard-java/cardboard.gyp
@@ -5,15 +5,19 @@
{
'targets': [
{
- 'target_name': 'android_swipe_refresh_java',
+ # GN: //third_party/cardboard-java:cardboard_java
+ 'target_name': 'cardboard_jar',
'type': 'none',
'dependencies': [
- '../android_tools/android_tools.gyp:android_support_v13_javalib',
+ '../android_protobuf/android_protobuf.gyp:protobuf_nano_javalib',
],
'variables': {
- 'java_in_dir': 'java',
+ 'jar_path': 'src/CardboardSample/libs/cardboard.jar',
},
- 'includes': [ '../../build/java.gypi' ],
+ 'includes': [
+ '../../build/java_prebuilt.gypi',
+ ]
},
],
}
+
« third_party/cardboard-java/BUILD.gn ('K') | « third_party/cardboard-java/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698