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

Unified Diff: chrome/android/chrome_public_apk_tmpl.gni

Issue 2451193002: Fix imcompatible app warning when insert to DayDream headset (Closed)
Patch Set: Add webvr flag check Created 4 years, 2 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/android/java/AndroidManifest.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/chrome_public_apk_tmpl.gni
diff --git a/chrome/android/chrome_public_apk_tmpl.gni b/chrome/android/chrome_public_apk_tmpl.gni
index c6f48fc4af73c02c014fbfbb16ae358af5cfca41..57492b242385fabd8aaf16eddffeccfb3a181a5a 100644
--- a/chrome/android/chrome_public_apk_tmpl.gni
+++ b/chrome/android/chrome_public_apk_tmpl.gni
@@ -31,6 +31,7 @@ default_chrome_public_jinja_variables = [
"channel=$android_channel",
"enable_leakcanary=$enable_leakcanary",
"enable_vr_shell=$enable_vr_shell",
+ "enable_webvr=$enable_webvr",
Maria 2016/10/26 20:10:27 What's the difference between enable_vr_shell and
bshe 2016/10/26 20:51:46 enable_webvr will enable WebVR related web API and
]
template("chrome_public_apk_tmpl") {
« no previous file with comments | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | chrome/android/java/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698