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

Unified Diff: build/java_apk.gypi

Issue 13145006: Fix proguard enabled condition in dexing step. By definition proguard_enabled flag should use "true… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 9 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: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index bfe8d9c1c3f39008ef7ba0a0199632104776a658..f3ac975438284aa267230d7780236e331602f8e6 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -308,7 +308,7 @@
'message': 'Dexing <(_target_name) jar',
'variables': {
'conditions': [
- ['proguard_enabled==1', {
+ ['proguard_enabled=="true" and CONFIGURATION_NAME=="Release"', {
'dex_inputs': [ '<(obfuscated_jar_path)' ],
'dex_generated_inputs': [],
}, {
« 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