summaryrefslogtreecommitdiffstats
path: root/third_party/cardboard-java
Commit message (Collapse)AuthorAgeFilesLines
* Rolling Cardboard SDK to v0.5.5bajones2015-07-212-5/+5
| | | | | | | | BUG=389343 Review URL: https://codereview.chromium.org/1250723002 Cr-Commit-Position: refs/heads/master@{#339734}
* Revert "Adding Chrome-side WebVR interface and Cardboard implementation"bajones2015-06-191-2/+2
| | | | | | | | | | | | | | | This reverts commit 4ab52def6d1861a55fd9864b47f56c16e4b423a0. Commit broke Android M bots due to cardboard-java's use of android.util.FloatMath, which was deprecated in API level 22 (see http://developer.android.com/reference/android/util/FloatMath.html) BUG=389343 TBR=tsepez@chromium.org, mpearson@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/1198513003 Cr-Commit-Position: refs/heads/master@{#335349}
* Adding Chrome-side WebVR interface and Cardboard implementationbajones2015-06-181-2/+2
| | | | | | | | | | | | | | WebVR Spec: http://mozvr.github.io/webvr-spec/webvr.html For the Blink half of this CL, see https://codereview.chromium.org/848053002 Provides an Android-only, Cardboard-SDK-based implementation of the initial WebVR interface, as well as the basic plumbing required to get data from Javascript to the right place in the browser process and back. BUG=389343 Review URL: https://codereview.chromium.org/829803003 Cr-Commit-Position: refs/heads/master@{#335062}
* Added carboard-java library to third_partybajones2015-06-165-0/+246
Prerequsite for https://codereview.chromium.org/829803003/ Requires https://codereview.chromium.org/1149283005/ BUG=389343 Review URL: https://codereview.chromium.org/1158413004 Cr-Commit-Position: refs/heads/master@{#334658}