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

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2624633002: Remove Sync GetPose VRService call, implement VRVSyncProvider (Closed)
Patch Set: oops Created 3 years, 11 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: chrome/browser/android/vr_shell/BUILD.gn
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
index c25fb064f59fc7e657074423a6d2a5e1a989bb33..4e06340d04531c375ec95a746206aa082dbbde43 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -17,6 +17,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"animation.h",
"easing.cc",
"easing.h",
+ "non_presenting_gvr_delegate.cc",
+ "non_presenting_gvr_delegate.h",
"ui_elements.cc",
"ui_elements.h",
"ui_interface.cc",
@@ -28,6 +30,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"vr_controller.cc",
"vr_controller.h",
"vr_gesture.h",
+ "vr_gl_thread.cc",
+ "vr_gl_thread.h",
"vr_gl_util.cc",
"vr_gl_util.h",
"vr_input_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698