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

Unified Diff: chrome/common/BUILD.gn

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index dfd8f17eaa495ab2bf408357383e3acb1757047e..85a5f290c40c777cd4ae716898d67c149e7ca5d3 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -520,10 +520,6 @@ static_library("common") {
}
}
- if (enable_vr_shell) {
- defines += [ "ENABLE_VR_SHELL" ]
- }
-
if (is_linux) {
deps = [
"//sandbox/linux:sandbox_services",

Powered by Google App Engine
This is Rietveld 408576698