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

Unified Diff: third_party/gvr-android-sdk/BUILD.gn

Issue 2826273002: Add automated VR controller emulator (Closed)
Patch Set: New library version + proguard config Created 3 years, 8 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 | « third_party/.gitignore ('k') | third_party/gvr-android-sdk/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gvr-android-sdk/BUILD.gn
diff --git a/third_party/gvr-android-sdk/BUILD.gn b/third_party/gvr-android-sdk/BUILD.gn
index 4540008589af1c94779f5bcd51b08367a7ed1c7b..37067797eab9b5397a1e5453cefcf4d8a04b41d5 100644
--- a/third_party/gvr-android-sdk/BUILD.gn
+++ b/third_party/gvr-android-sdk/BUILD.gn
@@ -4,6 +4,11 @@
import("//build/config/android/rules.gni")
+android_aar_prebuilt("controller_test_api_java") {
+ aar_path = "test-libraries/controller_test_api.aar"
+ proguard_configs = [ "test-libraries/proguard.txt" ]
+}
+
android_aar_prebuilt("gvr_common_java") {
aar_path = "common_library.aar"
proguard_configs = [ "src/proguard-gvr.txt" ]
« no previous file with comments | « third_party/.gitignore ('k') | third_party/gvr-android-sdk/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698