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

Side by Side 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, 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Proguard config for apps that depend on cronet_impl_platform_java.jar. 1 # Proguard config for apps that depend on cronet_impl_platform_java.jar.
2 2
3 # https://android.googlesource.com/platform/sdk/+/marshmallow-mr1-release/files/ proguard-android.txt#54
4 -dontwarn android.support.**
5
3 # This constructor is called using the reflection from Cronet API (cronet_api.ja r). 6 # This constructor is called using the reflection from Cronet API (cronet_api.ja r).
4 -keep class org.chromium.net.impl.JavaCronetProvider { 7 -keep class org.chromium.net.impl.JavaCronetProvider {
5 public <init>(android.content.Context); 8 public <init>(android.content.Context);
6 } 9 }
10
11 # Generated for chrome apk and not included into cronet.
12 -dontwarn org.chromium.base.BuildConfig
13 -dontwarn org.chromium.base.library_loader.NativeLibraries
14 -dontwarn org.chromium.base.multidex.ChromiumMultiDexInstaller
OLDNEW
« 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