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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/android/proguard.cfg ('k') | components/cronet/tools/generate_proguard_file.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 42b6d93bbc666b668f02355238ad98bf59586a1d..f3f906c85366870cf6db659df768f52fc2bf2ba5 100644
--- a/components/cronet/android/sample/javatests/proguard.cfg
+++ b/components/cronet/android/sample/javatests/proguard.cfg
@@ -3,10 +3,5 @@
*;
}
-# Test package uses classes from org.chromium.base.
--keep class org.chromium.base.** {
- @**.VisibleForTesting *;
-}
-
# TODO(jbudorick): Remove when crbug.com/488192 is fixed.
-dontwarn org.apache.http.**
« 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