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

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

Issue 2626523003: Cronet: a framework for providing alternative Cronet implementations (Closed)
Patch Set: Addressed Paul's comments Created 3 years, 11 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 }
pauljensen 2017/01/23 19:42:22 nit: can we instead do this via @UsedByReflection
kapishnikov 2017/01/23 22:14:55 Only cronet_impl_native_proguard.cfg contains "-ke
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698