| 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
|
|
|