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

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

Issue 2540773003: [Cronet] Add proguard files for different Cronet packaging (Closed)
Patch Set: Created 4 years, 1 month 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/proguard_native.cfg
diff --git a/components/cronet/android/proguard.cfg b/components/cronet/android/proguard_native.cfg
similarity index 77%
rename from components/cronet/android/proguard.cfg
rename to components/cronet/android/proguard_native.cfg
index 1d6c8e1728b108ab14a808605c79343fb8976953..ac913d2bcb8743538bca02848ec702239efb882e 100644
--- a/components/cronet/android/proguard.cfg
+++ b/components/cronet/android/proguard_native.cfg
@@ -1,13 +1,6 @@
-keep class org.chromium.net.impl.CronetUrlRequest$HeadersList
-keep class org.chromium.net.impl.ChromiumUrlRequest$ResponseHeadersMap
-# This constructor is called by the reflection from Cronet API. It cannot be
-# annotated with @org.chromium.base.annotations.AccessedByNative in order to
-# avoid the dependency on Chromium-Base Java classes.
--keep class org.chromium.net.impl.CronetEngineBuilderImpl {
- public <init>(android.content.Context);
-}
-
# Suppress unnecessary warnings.
-dontnote org.chromium.net.ProxyChangeListener$ProxyReceiver
-dontnote org.chromium.net.AndroidKeyStore

Powered by Google App Engine
This is Rietveld 408576698