| Index: device/vr/BUILD.gn
|
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
|
| index c7f16b2d4f5a40e7839179a5d177dba3ed5317da..e55d046170d45cc48d6edf9e6445bf136addd0e6 100644
|
| --- a/device/vr/BUILD.gn
|
| +++ b/device/vr/BUILD.gn
|
| @@ -40,10 +40,13 @@ component("vr") {
|
| "android/gvr/gvr_device.h",
|
| "android/gvr/gvr_device_provider.cc",
|
| "android/gvr/gvr_device_provider.h",
|
| + "android/gvr/gvr_gamepad_data_fetcher.cc",
|
| + "android/gvr/gvr_gamepad_data_fetcher.h",
|
| ]
|
|
|
| deps += [
|
| ":jni_headers",
|
| + "//device/gamepad",
|
| "//third_party/gvr-android-sdk:libgvr",
|
| ]
|
| configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
|
|
|