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

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

Issue 2319863005: Implement new compositor and ContentViewCore reparenting for VR Shell. (Closed)
Patch Set: 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 258b7149ce86ad6e917aaa5ed34642372e3938e3..a451236c37477b9d2a449fb6addcea7c81f68861 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -9,6 +9,8 @@ assert(enable_vr_shell && android_java_ui)
static_library("vr_shell") {
sources = [
+ "simple_compositor_view.cc",
+ "simple_compositor_view.h",
"ui_elements.cc",
"ui_elements.h",
"vr_shell.cc",

Powered by Google App Engine
This is Rietveld 408576698