# Copyright 2015 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/android/rules.gni") # GYP: //third_party/cardboard-java/cardboard.gyp:cardboard_jar android_java_prebuilt("cardboard-java") { jar_path = "src/CardboardSample/libs/cardboard.jar" deps = [ "//third_party/android_protobuf:protobuf_nano_javalib", ] }