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

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

Issue 1292313004: Update usage of Proguard in clank after moving Proguard to third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update proguard.flags. Created 5 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
« build/android/pylib/constants/__init__.py ('K') | « build/java_prebuilt.gypi ('k') | 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 7c30dddac2b0f33d1383e17e6ee56bdfcd330db1..a3385a5dcb35bcdc9396787fd8274fb8b8a0f770 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -31,7 +31,7 @@
-keepattributes RuntimeVisibleAnnotations
# Remove methods annotated with this if their return value is unused
--assumenosideeffects class * {
+-assumenosideeffects class com.google.android.apps.chrome.**,org.chromium.** {
Yaron 2015/08/25 16:57:35 Ya, I think just revert this for now
@org.chromium.base.annotations.RemovableInRelease <methods>;
}
« build/android/pylib/constants/__init__.py ('K') | « build/java_prebuilt.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698