Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 -keepattributes Signature,InnerClasses,SourceFile,LineNumberTable | |
|
mef
2016/12/20 20:17:45
nit: add file comment, maybe move it up to android
kapishnikov
2016/12/22 19:21:13
Good idea. Done. Also removed test/javaperftests/p
| |
| 2 -dontwarn io.netty.** | |
| 3 -keep class io.netty.** { *; } | |
| 4 -keep class org.chromium.net.smoke.ChromiumJavaOnlyTestSupport | |
| 5 -keep class org.chromium.net.smoke.ChromiumNativeTestSupport | |
| 6 | |
| 7 # TODO(jbudorick): Remove when crbug.com/488192 is fixed. | |
| 8 -dontwarn org.apache.http.** | |
| 9 | |
| 10 # These classes should be explicitly kept to avoid failure if | |
| 11 # class/merging/horizontal proguard optimization is enabled. | |
| 12 # NOTE: make sure that only test classes are added to this list. | |
| 13 -keep class org.chromium.base.test.util.** | |
| 14 -keep class org.chromium.net.TestFilesInstaller | |
| 15 -keep class org.chromium.net.MetricsTestUtil | |
| OLD | NEW |