| Index: device/vr/BUILD.gn
|
| diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
|
| index c7f16b2d4f5a40e7839179a5d177dba3ed5317da..860b4881ef3c6bf58d8bd54b8a6def9fd6ffc6e4 100644
|
| --- a/device/vr/BUILD.gn
|
| +++ b/device/vr/BUILD.gn
|
| @@ -40,10 +40,14 @@ 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/WebKit/public:blink_headers",
|
| "//third_party/gvr-android-sdk:libgvr",
|
| ]
|
| configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
|
|
|