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

Unified Diff: chrome/browser/BUILD.gn

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/android/java/AndroidManifest.xml ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 7e0a6021a4fde27f9b692c5ea633f70d0bc93589..703f89e236d472c508acd9f36e4177eb36e0bd2c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3484,11 +3484,7 @@ split_static_library("browser") {
]
}
- if (enable_vr_shell || enable_webvr) {
- if (enable_vr_shell) {
- defines += [ "ENABLE_VR_SHELL" ]
- }
-
+ if (enable_webvr) {
deps += [ "android/vr_shell:vr_common" ]
configs += [ "//third_party/gvr-android-sdk:libgvr_config" ]
}
« no previous file with comments | « chrome/android/java/AndroidManifest.xml ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698