| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 5ecfc4ca02f8f7fe37dc9ccf8782223f726eb433..a74efab01e95ef0456cf40ddc40ee8e0d83180cf 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -31,6 +31,9 @@ declare_args() {
|
| # Set to true to bundle all the mash related mojo services into chrome.
|
| # Specify --mash to chrome to have chrome start the mash environment.
|
| enable_package_mash_services = is_chromeos
|
| +
|
| + # Enables vr shell.
|
| + enable_vr_shell = false
|
| }
|
|
|
| chrome_grit_defines = [
|
|
|