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

Unified Diff: chrome/android/BUILD.gn

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 | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | chrome/common/features.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index da3e6882753d2f7173ce61f2f3b6f566b9d642d1..3a81e2dcece7bfb09e3734f0e59ed02ed4d9e7aa 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -46,6 +46,9 @@ jinja_template("chrome_public_apk_manifest") {
"min_sdk_version=16",
"target_sdk_version=23",
]
+ if (enable_vr_shell) {
+ variables += [ "enable_vr_shell=1" ]
+ }
}
# GYP: //chrome/android/chrome_apk.gyp:chrome_sync_shell_apk_manifest
« no previous file with comments | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | chrome/common/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698