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

Unified Diff: testing/android/proguard_for_test.flags

Issue 2935503002: List Java Instru Test Information From JUnit Runner (Closed)
Patch Set: minor fix 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
Index: testing/android/proguard_for_test.flags
diff --git a/testing/android/proguard_for_test.flags b/testing/android/proguard_for_test.flags
index 45895d09233b800064c5cd567323fe1ff9708e69..54a8a81adc7e1d387533dc5aa7b0eac96144470f 100644
--- a/testing/android/proguard_for_test.flags
+++ b/testing/android/proguard_for_test.flags
@@ -23,6 +23,13 @@
*;
}
+# 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.**
+
# We have some "library class WebView depends on program class SslCertificate"
# warnings, and they don't affect us.
-dontwarn android.webkit.WebView*

Powered by Google App Engine
This is Rietveld 408576698