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

Side by Side Diff: third_party/gvr-android-sdk/README.chromium

Issue 2826273002: Add automated VR controller emulator (Closed)
Patch Set: New library version + proguard config Created 3 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 unified diff | Download patch
OLDNEW
1 Name: Google VR SDK 1 Name: Google VR SDK
2 Short Name: gvr 2 Short Name: gvr
3 URL: https://github.com/googlevr/gvr-android-sdk 3 URL: https://github.com/googlevr/gvr-android-sdk
4 Version: 1.10.0 4 Version: 1.10.0
5 Date: 10 Feb 2017 5 Date: 10 Feb 2017
6 Revision: 8d1395957283ee13ebe2bc672ba24e5ca4ec343f 6 Revision: 8d1395957283ee13ebe2bc672ba24e5ca4ec343f
7 License: Apache 2.0 7 License: Apache 2.0
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: yes 9 Security Critical: yes
10 10
(...skipping 15 matching lines...) Expand all
26 All JNI calls in the static library also needs to be manually registered. So 26 All JNI calls in the static library also needs to be manually registered. So
27 we have 3 jni related files. These files were generated by 27 we have 3 jni related files. These files were generated by
28 base/android/jni_generator/jni_generator.py from Java files. Modifications to 28 base/android/jni_generator/jni_generator.py from Java files. Modifications to
29 these generated files are documented in the files. 29 these generated files are documented in the files.
30 In order to run automated end-to-end tests on VR features, VR Services 30 In order to run automated end-to-end tests on VR features, VR Services
31 (com.google.vr.vrcore) and in some cases Daydream Home 31 (com.google.vr.vrcore) and in some cases Daydream Home
32 (com.google.android.vr.home) need to be installed before running tests. These 32 (com.google.android.vr.home) need to be installed before running tests. These
33 are downloaded into test-apks/vr_services and test-apks/daydream_home, 33 are downloaded into test-apks/vr_services and test-apks/daydream_home,
34 respectively. The downloaded APKs are the release APKs that are or were 34 respectively. The downloaded APKs are the release APKs that are or were
35 publicly available via the Play Store. 35 publicly available via the Play Store.
36 In order to run automated end-to-end tests that involve a Daydream controller,
37 controller_test_api.aar needs to be present. This allows us to send controller
38 events using broadcasts like a real controller sends them over Bluetooth. The
39 library is open-sourced similar to the other .aars, but since it's only useful
40 for Chromium at the moment, it is uploaded to storage instead of to GitHub like
41 the GVR SDK.
OLDNEW
« no previous file with comments | « third_party/gvr-android-sdk/BUILD.gn ('k') | third_party/gvr-android-sdk/test-libraries/controller_test_api.aar.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698