Index: chrome/android/BUILD.gn |
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
index cf1ec91342b04831a43756cfc3bd54988c21d81e..e88bf3492d82c3e9f8a0afa28a1b562bf4a61359 100644 |
--- a/chrome/android/BUILD.gn |
+++ b/chrome/android/BUILD.gn |
@@ -541,10 +541,6 @@ 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" ] |
- } |
} |
} |