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

Unified Diff: chrome/android/java/proguard.flags

Issue 1370363003: Fix a crash that proguard truncates the package name of gifplayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a more correct less hacky approach Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/proguard.flags
diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
index 79df662ea2e32baad0cda91121ad66d27ccf6687..42f25bd386af3b142244f0e99a7e320106a44153 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -113,6 +113,10 @@
*;
}
+-keepnames class jp.tomorrowkey.android.gifplayer.** {
+ public *;
+}
+
# Used in tests.
-keep class android.support.v4.view.ViewCompat {
public static int getLayoutDirection(android.view.View);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698