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

Unified Diff: chrome/android/chrome_public_apk_tmpl.gni

Issue 2252103002: Introduce ChromeVR to Chrome on Android (behind a build flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more reviews Created 4 years, 4 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/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 87adb5cfaf82fb16fad1ed53c6f6544f12ab7c76..fb39884c3c0873bff87086901f734519350b68d3 100644
--- a/chrome/android/chrome_public_apk_tmpl.gni
+++ b/chrome/android/chrome_public_apk_tmpl.gni
@@ -54,7 +54,7 @@ template("chrome_public_apk_tmpl") {
"//base/android/base_proguard_config.flags",
"//base/android/release_proguard_config.flags",
]
- if (enable_webvr) {
+ if (enable_webvr || enable_vr_shell) {
proguard_configs +=
[ "//third_party/gvr-android-sdk/proguard/base.flags" ]
}

Powered by Google App Engine
This is Rietveld 408576698