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

Unified Diff: chrome/common/features.gni

Issue 2341803003: Add chrome://vr-shell-ui internal page (Closed)
Patch Set: review 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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index b9e911e86a375d7258930a95c8970114c118885b..045bb9f21b20b52b03b908f4bdbd95da7e65f530 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -39,6 +39,9 @@ declare_args() {
# Enables vr shell.
enable_vr_shell = false
+ # Enables vr shell UI development on local or remote page.
+ enable_vr_shell_ui_dev = false
+
# Enable native notifications via XPC services (mac only).
enable_xpc_notifications = false
@@ -54,5 +57,6 @@ chrome_grit_defines = [
"enable_background=$enable_background",
"enable_google_now=$enable_google_now",
"enable_hotwording=$enable_hotwording",
+ "enable_vr_shell=$enable_vr_shell",
"use_vulcanize=$use_vulcanize",
]
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698