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

Unified Diff: components/cronet/android/test/smoketests/proguard.cfg

Issue 2561803002: Cronet smoke tests (Closed)
Patch Set: Renamed ChromiumQuicTestSupport to ChromiumNativeTestSupport 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 side-by-side diff with in-line comments
Download patch
Index: components/cronet/android/test/smoketests/proguard.cfg
diff --git a/components/cronet/android/test/smoketests/proguard.cfg b/components/cronet/android/test/smoketests/proguard.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..fda8754e632133718856e66065b2686ab03deff4
--- /dev/null
+++ b/components/cronet/android/test/smoketests/proguard.cfg
@@ -0,0 +1,9 @@
+-dontwarn io.netty.**
+-keepattributes Signature,InnerClasses
+-keep class org.chromium.net.smoke.ChromiumJavaOnlyTestSupport
+-keep class org.chromium.net.smoke.ChromiumNativeTestSupport
+
+# TODO(jbudorick): Remove when crbug.com/488192 is fixed.
+-dontwarn org.apache.http.**
+
+-keep class io.netty.** { *; }

Powered by Google App Engine
This is Rietveld 408576698