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

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

Issue 2626523003: Cronet: a framework for providing alternative Cronet implementations (Closed)
Patch Set: Addressed Paul's comments 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_common_java.jar. 1 # Proguard config for apps that depend on cronet_impl_common_java.jar.
2 2
3 # This constructor is called using the reflection from Cronet API (cronet_api.ja r).
4 -keep class org.chromium.net.impl.CronetEngineBuilderImpl {
5 public <init>(android.content.Context);
6 }
7
8 # This class should be explicitly kept to avoid failure if 3 # This class should be explicitly kept to avoid failure if
9 # class/merging/horizontal proguard optimization is enabled. 4 # class/merging/horizontal proguard optimization is enabled.
10 -keep class org.chromium.net.impl.ImplVersion 5 -keep class org.chromium.net.impl.ImplVersion
pauljensen 2017/01/23 19:42:21 Perhaps not the right question for this CL, but wh
kapishnikov 2017/01/23 22:14:55 That is a good point. Before, it failed to access
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698