| 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 40a4aa3342c93be93d8e11c073d78cdb95122955..2b9da543ea13a794e5c30a33c5f199becd27076e 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -41,6 +41,9 @@ static_library("vr_common") {
|
| "vr_shell_renderer.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" ]
|
|
|