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

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

Issue 2319863005: Implement new compositor and ContentViewCore reparenting for VR Shell. (Closed)
Patch Set: Address comments 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
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 3dfc8c6fb931b7ddcce342658924f071dd373f5f..d57f5994475c3786ff2d77888a9265740e3d34c5 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -11,6 +11,8 @@ static_library("vr_shell") {
sources = [
"ui_elements.cc",
"ui_elements.h",
+ "vr_compositor.cc",
+ "vr_compositor.h",
"vr_shell.cc",
"vr_shell.h",
"vr_shell_renderer.cc",

Powered by Google App Engine
This is Rietveld 408576698