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

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

Issue 2660963002: Cronet: a framework to provide alternative Cronet implementations (Closed)
Patch Set: Created 3 years, 10 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
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 # This constructor is called using the reflection from the Cronet common 3 # This constructor is called using the reflection from Cronet API (cronet_api.ja r).
4 # implementation (cronet_impl_platform_java.jar). 4 -keep class org.chromium.net.impl.JavaCronetProvider {
5 -keep class org.chromium.net.impl.JavaCronetEngine { 5 public <init>(android.content.Context);
6 public <init>(java.lang.String);
7 } 6 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698