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

Side by Side Diff: components/cronet/android/sample/javatests/proguard.cfg

Issue 2214013002: [Cronet] add base proguard flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced to 0855f910f2561da7beb87578f4af99faa6db75ec Created 4 years, 3 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 5
6 # Test package uses classes from org.chromium.base.
7 -keep class org.chromium.base.** {
8 @**.VisibleForTesting *;
9 }
10
11 # TODO(jbudorick): Remove when crbug.com/488192 is fixed. 6 # TODO(jbudorick): Remove when crbug.com/488192 is fixed.
12 -dontwarn org.apache.http.** 7 -dontwarn org.apache.http.**
OLDNEW
« no previous file with comments | « components/cronet/android/proguard.cfg ('k') | components/cronet/tools/generate_proguard_file.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698