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

Unified Diff: components/cronet/android/cronet_impl_common_proguard.cfg

Issue 2660963002: Cronet: a framework to provide alternative Cronet implementations (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: components/cronet/android/cronet_impl_common_proguard.cfg
diff --git a/components/cronet/android/cronet_impl_common_proguard.cfg b/components/cronet/android/cronet_impl_common_proguard.cfg
index a4ecdcd3f588518b21c9fd9c8c443ab8f9e89042..1ea091b7c6f28d550b596ba1018732d7f97fd20a 100644
--- a/components/cronet/android/cronet_impl_common_proguard.cfg
+++ b/components/cronet/android/cronet_impl_common_proguard.cfg
@@ -1,10 +1 @@
# Proguard config for apps that depend on cronet_impl_common_java.jar.
-
-# This constructor is called using the reflection from Cronet API (cronet_api.jar).
--keep class org.chromium.net.impl.CronetEngineBuilderImpl {
- public <init>(android.content.Context);
-}
-
-# This class should be explicitly kept to avoid failure if
-# class/merging/horizontal proguard optimization is enabled.
--keep class org.chromium.net.impl.ImplVersion
« no previous file with comments | « components/cronet/android/api_version.txt ('k') | components/cronet/android/cronet_impl_native_proguard.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698