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

Unified Diff: third_party/guava/proguard.flags

Issue 546973003: [android] Proguard out most of guava (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged in from master (clean merge) Created 6 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 | « third_party/guava/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/guava/proguard.flags
diff --git a/third_party/guava/proguard.flags b/third_party/guava/proguard.flags
index e97f99db26bba5788d5d6efa96e993937a17887f..5bcdb20492ee7ef048b820a0a866688b5691cd31 100644
--- a/third_party/guava/proguard.flags
+++ b/third_party/guava/proguard.flags
@@ -2,12 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
--keep class com.google.common.base.** {
- *;
-}
-
--keep class com.google.common.annotations.** {
- *;
+-keep class com.google.common.annotations.VisibleForTesting,
+ com.google.common.base.Preconditions,
+ com.google.common.base.Objects,
+ com.google.common.base.Strings,
+ com.google.common.base.Supplier {
+ *;
}
-keepattributes Signature
« no previous file with comments | « third_party/guava/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698