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

Unified Diff: components/cronet/android/cronet_impl_platform_proguard.cfg

Issue 2935503002: List Java Instru Test Information From JUnit Runner (Closed)
Patch Set: address nyquist comments Created 3 years, 5 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
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | components/cronet/android/test/proguard.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/cronet_impl_platform_proguard.cfg
diff --git a/components/cronet/android/cronet_impl_platform_proguard.cfg b/components/cronet/android/cronet_impl_platform_proguard.cfg
index eb53058082b462004be197599e070ba348705cc0..8aaa0b531e3127e46201955134e95369470b2c89 100644
--- a/components/cronet/android/cronet_impl_platform_proguard.cfg
+++ b/components/cronet/android/cronet_impl_platform_proguard.cfg
@@ -1,6 +1,14 @@
# Proguard config for apps that depend on cronet_impl_platform_java.jar.
+# https://android.googlesource.com/platform/sdk/+/marshmallow-mr1-release/files/proguard-android.txt#54
+-dontwarn android.support.**
+
# This constructor is called using the reflection from Cronet API (cronet_api.jar).
-keep class org.chromium.net.impl.JavaCronetProvider {
public <init>(android.content.Context);
-}
+}
+
+# Generated for chrome apk and not included into cronet.
+-dontwarn org.chromium.base.BuildConfig
+-dontwarn org.chromium.base.library_loader.NativeLibraries
+-dontwarn org.chromium.base.multidex.ChromiumMultiDexInstaller
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | components/cronet/android/test/proguard.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698