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

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

Issue 2471433002: Implement WebVR presentation pausing for VR Shell Menu Mode (Closed)
Patch Set: rebase Created 4 years, 1 month 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 0b107389838c7c9f1717d09297cbfca7e2510755..cfae01f844f53830cf672575b29dfafd1adcf0e2 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -44,6 +44,9 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"vr_web_contents_observer.h",
]
+ if (enable_vr_shell) {
+ defines += [ "ENABLE_VR_SHELL" ]
+ }
if (enable_vr_shell_ui_dev) {
assert(enable_vr_shell)
defines += [ "ENABLE_VR_SHELL_UI_DEV" ]

Powered by Google App Engine
This is Rietveld 408576698