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

Unified Diff: third_party/junit/proguard.flags

Issue 2273553002: Create BaseJUnitClassRunner to run junit4 style tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not obfuscate junit Created 4 years, 2 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 | « third_party/junit/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/junit/proguard.flags
diff --git a/third_party/junit/proguard.flags b/third_party/junit/proguard.flags
new file mode 100644
index 0000000000000000000000000000000000000000..431ea616e4211f002beab4aea451a2e8f2f67615
--- /dev/null
+++ b/third_party/junit/proguard.flags
@@ -0,0 +1,8 @@
+-dontwarn com.google.common.**
+-dontwarn junit.**
+-dontwarn org.junit.**
+-dontwarn org.hamcrest.**
+
+-keepname,allowoptimization public class junit.framework.** {
+ *;
+}
« no previous file with comments | « third_party/junit/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698