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

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

Issue 2561803002: Cronet smoke tests (Closed)
Patch Set: Got rid of //base/android/proguard/chromium_apk.flags proguard config. Created 4 years 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 531394aff20497ab627c552490360638f5ec6a11..9113d5c9aa1a82a391a384a89e83a4b397c0cc0d 100644
--- a/components/cronet/android/cronet_impl_common_proguard.cfg
+++ b/components/cronet/android/cronet_impl_common_proguard.cfg
@@ -3,4 +3,8 @@
# 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 proguad optimization is enabled.
mef 2016/12/20 20:17:45 nit: proguad -> proguard
kapishnikov 2016/12/22 19:21:13 Done.
+-keep class org.chromium.net.impl.ImplVersion

Powered by Google App Engine
This is Rietveld 408576698