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

Side by Side Diff: components/cronet/android/cronet_impl_platform_proguard.cfg

Issue 2540773003: [Cronet] Add proguard files for different Cronet packaging (Closed)
Patch Set: Changed proguard file names for better association with the corresponding jars Created 4 years 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
OLDNEW
(Empty)
1 # Proguard config for apps that depends on cronet_impl_platform_java.jar.
2
3 # This constructor is called using the reflection from the Cronet common
4 # implementation (cronet_impl_platform_java.jar).
5 -keep class org.chromium.net.impl.JavaCronetEngine {
6 public <init>(java.lang.String);
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698