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

Unified Diff: device/vr/BUILD.gn

Issue 2351573002: Added support for GVR controllers (Closed)
Patch Set: Added appropriate Webkit dep to device/vr/BUILD.gn Created 4 years, 3 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_provider.cc ('k') | device/vr/DEPS » ('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 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" ]
« no previous file with comments | « device/gamepad/gamepad_provider.cc ('k') | device/vr/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698