Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: Rename vr_shell_enabled_ Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 067601f802221959029c48458c489d8250b57f6f..b5573b77e4de63ab9cf122e75adc91b1d659dfc7 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 || enable_webvr)
+assert(enable_webvr)
if (current_cpu == "arm" || current_cpu == "arm64") {
static_library("vr_common") {
@@ -54,11 +54,7 @@ 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" ]
}

Powered by Google App Engine
This is Rietveld 408576698