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

Unified Diff: device/vr/BUILD.gn

Issue 2879973002: Expose Gamepad API instance for Cardboard button (Closed)
Patch Set: fix crash in tests Created 3 years, 7 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/android/gvr/cardboard_gamepad_data_fetcher.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 e7a3859a2410795e9b3f822a70b754558f1aaf90..be3ea9b7d32a410afeee731de9d443576e384fd4 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -45,6 +45,9 @@ if (enable_vr) {
if (is_android && (current_cpu == "arm" || current_cpu == "arm64")) {
sources += [
+ "android/gvr/cardboard_gamepad_data_fetcher.cc",
+ "android/gvr/cardboard_gamepad_data_fetcher.h",
+ "android/gvr/cardboard_gamepad_data_provider.h",
"android/gvr/gvr_delegate.cc",
"android/gvr/gvr_delegate.h",
"android/gvr/gvr_delegate_provider.cc",
« no previous file with comments | « device/gamepad/gamepad_pad_state_provider.h ('k') | device/vr/android/gvr/cardboard_gamepad_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698