Index: build/android/dex_action.gypi |
diff --git a/build/android/dex_action.gypi b/build/android/dex_action.gypi |
index c41effbc0d54f3782eb8977c18a3179a644e38d3..f5a098903dbe8ec3a9241a96b933eb85a8989a57 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': [], |
}, |
'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)', |
+ '<@(dex_no_locals)', |
# TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja. |
'--ignore=>!(echo \'>(_inputs)\' | md5sum)', |