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

Unified Diff: components/cronet/android/test/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
« no previous file with comments | « components/cronet/android/sample/javatests/proguard.cfg ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/test/proguard.cfg
diff --git a/components/cronet/android/test/proguard.cfg b/components/cronet/android/test/proguard.cfg
index 335913149a83c06b48cde82a591b14846457a9b0..6b5ce51a0d67baab38b6d19f895f8db276dcbd8f 100644
--- a/components/cronet/android/test/proguard.cfg
+++ b/components/cronet/android/test/proguard.cfg
@@ -8,9 +8,6 @@
-keep class org.chromium.net.smoke.ChromiumNativeTestSupport
-keep class org.chromium.net.smoke.ChromiumPlatformOnlyTestSupport
-# TODO(jbudorick): Remove when crbug.com/488192 is fixed.
--dontwarn org.apache.http.**
-
-dontwarn android.support.test.runner.MonitoringInstrumentation
# Do not obfuscate this class for testing since some of the tests check the class
@@ -22,4 +19,4 @@
# NOTE: make sure that only test classes are added to this list.
-keep class org.chromium.base.test.util.**
-keep class org.chromium.net.TestFilesInstaller
--keep class org.chromium.net.MetricsTestUtil
+-keep class org.chromium.net.MetricsTestUtil
« no previous file with comments | « components/cronet/android/sample/javatests/proguard.cfg ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698