| 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 2a495d5e3d39c1e4ca3e0bb9a39ab3307a2addad..94cf70ac688699bf8030484bf552e18dca0e5b38 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -82,7 +82,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
|
| }
|
| }
|
|
|
| -if (enable_vr_shell) {
|
| +if (enable_webvr) {
|
| test("vr_shell_unittests") {
|
| sources = [
|
| "ui_elements_unittest.cc",
|
|
|