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

Unified Diff: chrome/common/features.gni

Issue 2559873002: Enable VR shell on Android builds (Closed)
Patch Set: rebase Created 4 years 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/test/android/javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java » ('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 4d4cec02c7fa96138a0d96ceff523027fe19c5d9..527f93ee7b7d0de9fdd41daa36bc15d6dcca074b 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -62,8 +62,10 @@ declare_args() {
enable_supervised_users = !is_ios && !is_chromecast
- # Enables vr shell.
- enable_vr_shell = false
+ # Enables vr shell (enabled on same architectures as webvr).
+ # TODO(amp): Collapse webvr and vr shell build flags into a single vr flag.
+ enable_vr_shell =
+ is_android && (current_cpu == "arm" || current_cpu == "arm64")
# Enables vr shell UI development on local or remote page.
enable_vr_shell_ui_dev = false
« no previous file with comments | « no previous file | chrome/test/android/javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698