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

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: Renamed config file for guava to proguard.flags 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
« no previous file with comments | « build/java.gypi ('k') | third_party/guava/proguard.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/guava/guava.gyp
diff --git a/third_party/guava/guava.gyp b/third_party/guava/guava.gyp
index bfe2a30fe8677c3e4b0ebca818ab2edaef548737..e300460271fa1c0622107ddaf9e3313c9b7ccdae 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.flags',
},
'dependencies': [
'../../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
« no previous file with comments | « build/java.gypi ('k') | third_party/guava/proguard.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698