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

Side by Side Diff: third_party/guava/proguard.pro

Issue 23213002: Add support for proguard preprocessing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« build/java.gypi ('K') | « third_party/guava/guava.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
nyquist 2013/08/14 22:19:10 Nit: Unecessary newline.
nyquist 2013/08/14 23:24:12 Done.
2 -keep class com.google.common.base.** {
3 *;
4 }
5
6 -keep class com.google.common.annotations.** {
7 *;
8 }
9
10 -keep class com.google.common.collect.** {
11 *;
12 }
13
14 -keepattributes Signature
15
16 # Don't complain about usage of sun.misc.Unsafe. Guava imports this,
17 # but does not use it unless it exists. The gyp-target for guava is:
18 # src/third_party/guava/guava.gyp:guava_javalib
19 -dontwarn sun.misc.Unsafe
20 # Striped64 uses reflection to access some local fields.
21 -dontnote com.google.common.cache.Striped64
22 -dontnote com.google.common.cache.Striped64$Cell
nyquist 2013/08/14 22:19:10 Nit: Missing newline at end of file.
nyquist 2013/08/14 23:24:12 Done.
OLDNEW
« build/java.gypi ('K') | « third_party/guava/guava.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698