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

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

Issue 2738683002: WebVR compositor bypass via BrowserMain context + mailbox (Closed)
Patch Set: Less hacked up version 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/non_presenting_gvr_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fd7b38e99d8cd9fbb1e242c66d934b3a0eb209da..5c123783688411fde895048dff67fa8801eb2c7d 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -44,10 +44,14 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"vr_omnibox.h",
"vr_shell.cc",
"vr_shell.h",
+ "vr_shell_command_buffer_gl.cc",
+ "vr_shell_command_buffer_gl.h",
"vr_shell_delegate.cc",
"vr_shell_delegate.h",
"vr_shell_gl.cc",
"vr_shell_gl.h",
+ "vr_shell_gpu_renderer.cc",
+ "vr_shell_gpu_renderer.h",
"vr_shell_renderer.cc",
"vr_shell_renderer.h",
"vr_usage_monitor.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/non_presenting_gvr_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698