diff options
author | bajones <bajones@chromium.org> | 2015-06-18 09:39:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-18 16:39:47 +0000 |
commit | 4ab52def6d1861a55fd9864b47f56c16e4b423a0 (patch) | |
tree | 264d5754c3cae805c8f19959f30e04dd88d5ed63 /third_party/cardboard-java | |
parent | 5d1fef66183dbe232abef3144bef2db8bf5dd7b8 (diff) | |
download | chromium_src-4ab52def6d1861a55fd9864b47f56c16e4b423a0.zip chromium_src-4ab52def6d1861a55fd9864b47f56c16e4b423a0.tar.gz chromium_src-4ab52def6d1861a55fd9864b47f56c16e4b423a0.tar.bz2 |
Adding Chrome-side WebVR interface and Cardboard implementation
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}
Diffstat (limited to 'third_party/cardboard-java')
-rw-r--r-- | third_party/cardboard-java/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/cardboard-java/BUILD.gn b/third_party/cardboard-java/BUILD.gn index a6ff1b6c..4effd70 100644 --- a/third_party/cardboard-java/BUILD.gn +++ b/third_party/cardboard-java/BUILD.gn @@ -5,9 +5,9 @@ import("//build/config/android/rules.gni") # GYP: //third_party/cardboard-java/cardboard.gyp:cardboard_jar -java_prebuilt("cardboard-java") { +android_java_prebuilt("cardboard-java") { jar_path = "src/CardboardSample/libs/cardboard.jar" deps = [ - "//third_party/android_protobuf/android_protobuf.gyp:protobuf_nano_javalib", + "//third_party/android_protobuf:protobuf_nano_javalib", ] } |