Index: build/android/dex_action.gypi |
diff --git a/build/android/dex_action.gypi b/build/android/dex_action.gypi |
index ac956b6e3435fe99e19e63812b71475f11ed2843..9b640d6c43dee72ee323bb9de29cfbcff87dfcc3 100644 |
--- a/build/android/dex_action.gypi |
+++ b/build/android/dex_action.gypi |
@@ -33,6 +33,7 @@ |
'input_paths': [], |
'proguard_enabled%': 'false', |
'proguard_enabled_input_path%': '', |
+ 'dex_no_locals%': 0, |
}, |
'inputs': [ |
'<(DEPTH)/build/android/gyp/util/build_utils.py', |
@@ -51,6 +52,7 @@ |
'--configuration-name=<(CONFIGURATION_NAME)', |
'--proguard-enabled=<(proguard_enabled)', |
'--proguard-enabled-input-path=<(proguard_enabled_input_path)', |
+ '--no-locals=<(dex_no_locals)', |
# TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja. |
'--ignore=>!(echo \'>(_inputs)\' | md5sum)', |