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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Proguard settings for CronetSampleTestApk. 1 # Proguard settings for CronetSampleTestApk.
2 -keep class org.chromium.cronet_sample_apk.CronetSampleActivity { 2 -keep class org.chromium.cronet_sample_apk.CronetSampleActivity {
3 *; 3 *;
4 } 4 }
5
6 # TODO(jbudorick): Remove when crbug.com/488192 is fixed.
7 -dontwarn org.apache.http.**
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698