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

Unified Diff: components/cronet/android/sample/javatests/proguard.cfg

Issue 2793033003: [Android] Remove org.apache.http from proguard flags and gn. (Closed)
Patch Set: rebase and git cl format Created 3 years, 8 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/sample/javatests/proguard.cfg
diff --git a/components/cronet/android/sample/javatests/proguard.cfg b/components/cronet/android/sample/javatests/proguard.cfg
index f3f906c85366870cf6db659df768f52fc2bf2ba5..efce0ae10af090fe9a7a1a38c15aa115ac6b8659 100644
--- a/components/cronet/android/sample/javatests/proguard.cfg
+++ b/components/cronet/android/sample/javatests/proguard.cfg
@@ -2,6 +2,3 @@
-keep class org.chromium.cronet_sample_apk.CronetSampleActivity {
*;
}
-
-# TODO(jbudorick): Remove when crbug.com/488192 is fixed.
--dontwarn org.apache.http.**

Powered by Google App Engine
This is Rietveld 408576698