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

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

Issue 2343023002: Switch WebVR to handle GvrApi management through VrShellDelegate (Closed)
Patch Set: Rebase 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 2dabb502e2e13c0071df838d467f6b6cb6fa486e..9db569bf1bf109ad719e1d3b620357b334052a23 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -22,6 +22,8 @@ static_library("vr_shell") {
"vr_math.h",
"vr_shell.cc",
"vr_shell.h",
+ "vr_shell_delegate.cc",
+ "vr_shell_delegate.h",
"vr_shell_renderer.cc",
"vr_shell_renderer.h",
]
@@ -43,6 +45,7 @@ static_library("vr_shell") {
generate_jni("vr_shell_jni_headers") {
sources = [
"//chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShell.java",
+ "//chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellDelegate.java",
]
jni_package = "vr_shell"
}

Powered by Google App Engine
This is Rietveld 408576698