| Index: device/vr/BUILD.gn
|
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
|
| index 0d74227e558e5655af266664963ae0fa66012aef..94f5afade66574e98e9bab3b1b061272c4e4f49f 100644
|
| --- a/device/vr/BUILD.gn
|
| +++ b/device/vr/BUILD.gn
|
| @@ -21,6 +21,7 @@ component("vr") {
|
| ]
|
|
|
| deps = [
|
| + ":mojo_bindings",
|
| "//base",
|
| "//mojo/edk/system",
|
| "//mojo/public/cpp/bindings",
|
| @@ -60,6 +61,12 @@ static_library("fakes") {
|
| ]
|
| }
|
|
|
| +mojom("mojo_bindings") {
|
| + sources = [
|
| + "vr_service.mojom",
|
| + ]
|
| +}
|
| +
|
| if (is_android) {
|
| java_sources_needing_jni =
|
| [ "android/java/src/org/chromium/device/vr/CardboardVRDevice.java" ]
|
|
|