summaryrefslogtreecommitdiff
path: root/chromium/third_party/gvr-android-sdk/README.chromium
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 10:33:36 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:45:12 +0000
commitbe59a35641616a4cf23c4a13fa0632624b021c1b (patch)
tree9da183258bdf9cc413f7562079d25ace6955467f /chromium/third_party/gvr-android-sdk/README.chromium
parentd702e4b6a64574e97fc7df8fe3238cde70242080 (diff)
downloadqtwebengine-chromium-be59a35641616a4cf23c4a13fa0632624b021c1b.tar.gz
BASELINE: Update Chromium to 62.0.3202.101
Change-Id: I2d5eca8117600df6d331f6166ab24d943d9814ac Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/third_party/gvr-android-sdk/README.chromium')
-rw-r--r--chromium/third_party/gvr-android-sdk/README.chromium16
1 files changed, 6 insertions, 10 deletions
diff --git a/chromium/third_party/gvr-android-sdk/README.chromium b/chromium/third_party/gvr-android-sdk/README.chromium
index 47a8431faca..12aa13c3b82 100644
--- a/chromium/third_party/gvr-android-sdk/README.chromium
+++ b/chromium/third_party/gvr-android-sdk/README.chromium
@@ -1,9 +1,9 @@
Name: Google VR SDK
Short Name: gvr
URL: https://github.com/googlevr/gvr-android-sdk
-Version: 1.60.1
-Date: 06 June 2017
-Revision: a27f768b13682189c23eed69656319db5ef7cbfc
+Version: 1.80.0
+Date: 29 August 2017
+Revision: ee5cb1c6138d0be57e82ddafc1b54d7d3e3e5560
License: Apache 2.0
License File: LICENSE
Security Critical: yes
@@ -14,13 +14,9 @@ simple API used for creating apps inserted into Cardboard viewers, and the more
complex API for supporting Daydream-ready phones and the Daydream controller.
Local Modifications:
-Only header files in NDK are used. Due to binary size concern, we have decided
-to use a static shim library instead of the shared library that comes with
-this checkout. The static libraries are downloaded from a public storage through
-gclient sync. Currently, the static libraries needs a newer version of
-common_library.aar than the one provided by this checkout. So we also download
-it from the same public storage. Once the version on github catches up, we will
-remove common_library.aar.
+Due to binary size concern, we have decided to use a static shim library instead
+of the shared library that comes with this checkout. The static libraries are
+downloaded from a public storage through gclient sync.
For Version 1.10.0, we have two date: 6 Dec 2016 and 10 Feb 2017. The latter
version cherrypick a CL that fix a crash on K and L.
All JNI calls in the static library also needs to be manually registered. So