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