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

Side by Side Diff: components/cronet/android/test/smoketests/proguard.cfg

Issue 2561803002: Cronet smoke tests (Closed)
Patch Set: Got rid of //base/android/proguard/chromium_apk.flags proguard config. Created 4 years 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 unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698