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

Unified Diff: third_party/mockito/proguard.flags

Issue 2790063006: [WIP] Adding Mockito support in Android instrumentation tests (Closed)
Patch Set: disable multidex for debug builds 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 | « third_party/mockito/lib/mockito-core-2.7.20.jar.sha1 ('k') | third_party/objenesis/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mockito/proguard.flags
diff --git a/third_party/mockito/proguard.flags b/third_party/mockito/proguard.flags
new file mode 100644
index 0000000000000000000000000000000000000000..b01c03e0bd0bdff76f3f5b75f9f23d9457c4e187
--- /dev/null
+++ b/third_party/mockito/proguard.flags
@@ -0,0 +1,6 @@
+-dontwarn org.mockito.**
+
+-dontshrink
agrieve 2017/04/06 00:04:44 Ah, okay, this is what you've done. These will ap
Zhiqiang Zhang (Slow) 2017/04/06 14:02:43 OK, I realize that the proguard rule is the combin
+-dontoptimize
+-dontobfuscate
+-dontpreverify
« no previous file with comments | « third_party/mockito/lib/mockito-core-2.7.20.jar.sha1 ('k') | third_party/objenesis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698