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

Unified Diff: chrome/common/features.gni

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: Fix lint warnings generated by vr_shell's new pickier checks. 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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 8a1b30e0d29fd8b37ce1b5ce060b5b240a4ee29b..337732a3525f267e8b36d0bec6891dfa6fef8821 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -56,11 +56,6 @@ declare_args() {
enable_supervised_users = !is_ios && !is_chromecast
- # Enables vr shell (enabled on same architectures as webvr).
- # TODO(amp): Collapse webvr and vr shell build flags into a single vr flag.
- enable_vr_shell =
- is_android && (current_cpu == "arm" || current_cpu == "arm64")
-
# Enables vr shell UI development on local or remote page.
enable_vr_shell_ui_dev = false
@@ -93,7 +88,6 @@ chrome_grit_defines = [
"enable_print_preview=$enable_print_preview",
"enable_printing=$_enable_printing",
"enable_service_discovery=$enable_service_discovery",
- "enable_vr_shell=$enable_vr_shell",
"enable_webrtc=$enable_webrtc",
"enable_webvr=$enable_webvr",
"mac_views_browser=$mac_views_browser",
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698