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

Unified Diff: base/android/base_proguard_config.flags

Issue 2250963004: Use keepclassmembers for android.webkit.JavascriptInterface in proguard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « android_webview/apk/java/proguard.flags ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/base_proguard_config.flags
diff --git a/base/android/base_proguard_config.flags b/base/android/base_proguard_config.flags
index f69f09cfb4bc806df4a78a207cd448e6684b8e2e..7db46f7c4f58e2b8f4e4a651b17e44d08d2307c7 100644
--- a/base/android/base_proguard_config.flags
+++ b/base/android/base_proguard_config.flags
@@ -19,9 +19,6 @@
# Keeps for method level annotations.
-keepclasseswithmembers class * {
smaier 2016/08/17 19:15:41 I'd prefer you just change this to -keepclassmembe
xunjieli 2016/08/17 19:23:55 Done.
- @android.webkit.JavascriptInterface <methods>;
-}
--keepclasseswithmembers class * {
@org.chromium.base.annotations.AccessedByNative <fields>;
}
-keepclasseswithmembers,includedescriptorclasses class * {
« no previous file with comments | « android_webview/apk/java/proguard.flags ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698