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

Unified Diff: device/vr/BUILD.gn

Issue 2762003002: Refactor GVR controller gamepad API integration (Closed)
Patch Set: Fix comment, include gvr_types only for data provider Created 3 years, 9 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
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 54fb4a3affb86b8f6b49a2d6ea44812de7ff60cf..506bd51e26e749a0ee36c10f6e457cab85b47555 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -64,6 +64,7 @@ component("vr") {
"android/gvr/gvr_device_provider.h",
"android/gvr/gvr_gamepad_data_fetcher.cc",
"android/gvr/gvr_gamepad_data_fetcher.h",
+ "android/gvr/gvr_gamepad_data_provider.h",
]
deps += [

Powered by Google App Engine
This is Rietveld 408576698