| 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 0b107389838c7c9f1717d09297cbfca7e2510755..cfae01f844f53830cf672575b29dfafd1adcf0e2 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -44,6 +44,9 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| "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" ]
|
|
|