Chromium Code Reviews| 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" ] |
| + } |
| } |
| } |