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

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

Issue 2562733002: Implement our own GLThread for VR Shell. (Closed)
Patch Set: sigh Created 4 years 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 6182fa39c8720be4bb68d6f89e1f1c0e0e4c5c44..619e5b3cf2c91220b37c2fc2f1d715613603463e 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -38,6 +38,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"vr_shell.h",
"vr_shell_delegate.cc",
"vr_shell_delegate.h",
+ "vr_shell_gl.cc",
+ "vr_shell_gl.h",
"vr_shell_renderer.cc",
"vr_shell_renderer.h",
"vr_usage_monitor.cc",

Powered by Google App Engine
This is Rietveld 408576698