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

Unified Diff: testing/android/proguard_for_test.flags

Issue 2935503002: List Java Instru Test Information From JUnit Runner (Closed)
Patch Set: address nyquist comments Created 3 years, 5 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/test/proguard.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/proguard_for_test.flags
diff --git a/testing/android/proguard_for_test.flags b/testing/android/proguard_for_test.flags
index e108f4f788695ade9023f5e55d623a8b949e8745..a5ae9521fa35aa33378903be8445bd6f38c7e8c1 100644
--- a/testing/android/proguard_for_test.flags
+++ b/testing/android/proguard_for_test.flags
@@ -30,6 +30,15 @@
public static ** valueOf(java.lang.String);
}
+# Keey any annotation used by tests for instrumentation runner to list out
+# test annotation information
+-keep @interface android.support.test.**
+-keep @interface org.chromium.base.test.**
+-keep @interface org.junit.**
+-keep @interface android.test.**
+
+-keepattributes *Annotation*
+
# We have some "library class WebView depends on program class SslCertificate"
# warnings, and they don't affect us.
-dontwarn android.webkit.WebView*
« no previous file with comments | « components/cronet/android/test/proguard.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698