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

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

Issue 2239023002: Removing protobuf ProGuard keep (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 | « 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 cf546d1ba7ebc350d2eac18eebae58716d6d46b8..f53b0270be47196ded10b38fec7406c3a241fefe 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -8,15 +8,6 @@
-keep public class com.google.android.apps.chrome** extends android.app.Fragment
-keep public class org.chromium** extends android.app.Fragment
-# Keep protobuf code used via reflection
-# TODO(tonyg): Removing these -keeps results in new notes, but nothing seems to
-# break. This exclusion costs almost 100k of dex size so consider replacing it
-# with a -dontnote after more testing.
--keep class com.google.protobuf.** {
- *** newBuilder();
- *** parseFrom(java.io.InputStream);
-}
-
# Keep the client interfaces for cacheinvalidation as they are used as
# argument types for some of our code that we're keeping and proguard warns
# otherwise.
« 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