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

Unified Diff: chrome/common/features.gni

Issue 2192243002: Add enable_vr_shell build time flag and show icon in Daydream app luncher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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') | no next file » | 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 5ecfc4ca02f8f7fe37dc9ccf8782223f726eb433..8710824c4af8ba4e63894638af205e246359586f 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -31,6 +31,9 @@ declare_args() {
# Set to true to bundle all the mash related mojo services into chrome.
# Specify --mash to chrome to have chrome start the mash environment.
enable_package_mash_services = is_chromeos
+
+ # Enables vr shell.
+ enable_vr_shell = false && is_android
Ted C 2016/08/02 21:38:11 umm...while my gn foo is quite weak, this looks pa
bshe 2016/08/02 22:26:59 Good question. I was trying to restrice other plat
}
chrome_grit_defines = [
« no previous file with comments | « chrome/android/java/AndroidManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698