Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: device/vr/BUILD.gn

Issue 2825203004: Added support for OpenVR controllers (Closed)
Patch Set: Read pose by vr::TrackingUniverseSeated Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/gamepad/gamepad_pad_state_provider.h ('k') | device/vr/openvr/openvr_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 6afccbcbd3769989b84b6a0e78c96876e48e1da1..cb5bfafe8f44d3b2080b4d839596bd79343e7dad 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -86,12 +86,17 @@ component("vr") {
}
if (enable_openvr) {
- deps += [ "//third_party/openvr:openvr" ]
+ deps += [
+ "//device/gamepad",
+ "//third_party/openvr:openvr",
+ ]
sources += [
"openvr/openvr_device.cc",
"openvr/openvr_device.h",
"openvr/openvr_device_provider.cc",
"openvr/openvr_device_provider.h",
+ "openvr/openvr_gamepad_data_fetcher.cc",
+ "openvr/openvr_gamepad_data_fetcher.h",
]
}
}
« no previous file with comments | « device/gamepad/gamepad_pad_state_provider.h ('k') | device/vr/openvr/openvr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698