| 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 f2e1f803d8a66a17aed972aae41e32228ff1e299..6e61c2d594b96e67cb44beda109ecdc90b07043e 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -6,7 +6,7 @@ import("//build/config/android/rules.gni")
|
| import("//chrome/common/features.gni")
|
| import("//testing/test.gni")
|
|
|
| -assert(enable_vr_shell && android_java_ui)
|
| +assert((enable_vr_shell || enable_webvr) && android_java_ui)
|
|
|
| static_library("vr_shell") {
|
| sources = [
|
|
|