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

Unified Diff: build/android/dex_action.gypi

Issue 1408383002: Add flag to enable proguard for debug build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | build/android/gyp/apk_obfuscate.py » ('j') | build/java_apk.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/dex_action.gypi
diff --git a/build/android/dex_action.gypi b/build/android/dex_action.gypi
index 56d386ffad1e74c78f6dafba6f32d8b3a69b4357..8d9e5a1c704ea2a858c9d5608e80d53467950570 100644
--- a/build/android/dex_action.gypi
+++ b/build/android/dex_action.gypi
@@ -30,6 +30,7 @@
'dex_input_paths': [],
'dex_generated_input_dirs': [],
'proguard_enabled%': 'false',
+ 'debug_build_proguard_enabled%': 'false',
jbudorick 2015/10/19 19:52:15 nit: Please TODO me to remove this once I've finis
michaelbai 2015/10/19 21:09:57 Done.
'proguard_enabled_input_path%': '',
'dex_no_locals%': 0,
'dex_additional_options': [],
@@ -51,6 +52,7 @@
'--output-directory=<(PRODUCT_DIR)',
'--configuration-name=<(CONFIGURATION_NAME)',
'--proguard-enabled=>(proguard_enabled)',
+ '--debug-build-proguard-enabled=>(debug_build_proguard_enabled)',
'--proguard-enabled-input-path=<(proguard_enabled_input_path)',
'--no-locals=>(dex_no_locals)',
'>@(dex_additional_options)',
« no previous file with comments | « no previous file | build/android/gyp/apk_obfuscate.py » ('j') | build/java_apk.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698