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

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

Issue 2471433002: Implement WebVR presentation pausing for VR Shell Menu Mode (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_interface.h » ('j') | device/vr/vr_device_manager.cc » ('J')
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 3e090b6adc2d5f47e934369aad20299b59a485f9..eea164604dbde0e942c4a4c40a580a8cd5a1c162 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -43,6 +43,9 @@ static_library("vr_common") {
"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" ]
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_interface.h » ('j') | device/vr/vr_device_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698