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

Unified Diff: third_party/guava/guava.gyp

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 side-by-side diff with in-line comments
Download patch
Index: third_party/guava/guava.gyp
diff --git a/third_party/guava/guava.gyp b/third_party/guava/guava.gyp
index bfe2a30fe8677c3e4b0ebca818ab2edaef548737..cfa7f3e8eb46e369b152e36383ecbe94394316b1 100644
--- a/third_party/guava/guava.gyp
+++ b/third_party/guava/guava.gyp
@@ -9,6 +9,8 @@
'type': 'none',
'variables': {
'java_in_dir': 'src/guava',
+ 'proguard_preprocess': 1,
+ 'proguard_config': 'proguard.pro',
},
'dependencies': [
'../../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',

Powered by Google App Engine
This is Rietveld 408576698