summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/apk/java/proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/android_webview/apk/java/proguard.flags b/android_webview/apk/java/proguard.flags
index a2fe0c2..fcb8589 100644
--- a/android_webview/apk/java/proguard.flags
+++ b/android_webview/apk/java/proguard.flags
@@ -87,3 +87,7 @@
public static **[] values();
public static ** valueOf(java.lang.String);
}
+
+# Remove when ViewStructure is no longer duplicated (crbug.com/513229)
+-dontwarn android.view.*
+-dontwarn android.webkit.*