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

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

Issue 2069313002: Removed keeps for unused member variables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test addding R.dex Created 4 years, 6 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 | « build/config/android/rules.gni ('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 a1751e9c18e25fb683731b13e5040135d4da799a..ab6a0db2572e12e13b9c186efa0a8bcde5786b8b 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -9,12 +9,6 @@
*;
}
-# Keep all the primitive and String constants for for the following two packages.
--keepclassmembers class com.google.android.apps.chrome.**,org.chromium.** {
- !private static final % *;
- !private static final java.lang.String *;
-}
-
# Keep code annotated with the following annotations.
-keep class com.google.android.apps.chrome.**,org.chromium.** {
@**.AccessedByNative <fields>;
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698