Chromium Code Reviews| 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") { |