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

Unified Diff: device/vr/BUILD.gn

Issue 2309523003: Plumbing through more WebVR presentation code (Closed)
Patch Set: Addressed Michael's feedack 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 | « no previous file | device/vr/android/gvr/gvr_api_manager.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 8752d2793f34f2e37f42b2bdb447ef1aa964af36..c7f16b2d4f5a40e7839179a5d177dba3ed5317da 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -34,8 +34,8 @@ component("vr") {
if (is_android) {
sources += [
- "android/gvr/gvr_api_manager.cc",
- "android/gvr/gvr_api_manager.h",
+ "android/gvr/gvr_delegate.cc",
+ "android/gvr/gvr_delegate.h",
"android/gvr/gvr_device.cc",
"android/gvr/gvr_device.h",
"android/gvr/gvr_device_provider.cc",
« no previous file with comments | « no previous file | device/vr/android/gvr/gvr_api_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698