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

Unified Diff: chrome/android/BUILD.gn

Issue 2219203002: Migrate WebVR Cardboard implementation to GVR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gvr_third_party
Patch Set: Disabling WebVR on non-component builds 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/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 59740ba018eba7645265b81a4d769db5b8458f66..c7b9c6094f292ab0162d4afec16c7efaceb6e389 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -541,6 +541,10 @@ template("chrome_public_apk_tmpl_shared") {
":chrome_public_apk_resources",
"//base:base_java",
]
+
+ if (enable_webvr && !is_java_debug) {
+ proguard_configs = [ "//third_party/gvr-android-sdk/proguard/base.flags" ]
+ }
}
}
« build/config/features.gni ('K') | « build/config/features.gni ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698