Chromium Code Reviews| Index: build/java_apk.gypi |
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi |
| index 8d55307924488948af7a705b448743699ee7b857..c5e7ae3f110ad6ccac6b073daeee993aefc0ec3f 100644 |
| --- a/build/java_apk.gypi |
| +++ b/build/java_apk.gypi |
| @@ -811,7 +811,7 @@ |
| ['is_test_apk == 1 and tested_apk_dex_path != "/"', { |
| 'variables': { |
| 'dex_additional_options': [ |
| - '--excluded-paths-file', '>(tested_apk_dex_path).inputs' |
| + '--excluded-paths', '@FileArg(>(tested_apk_dex_path).inputs)' |
| ], |
| }, |
| 'inputs': [ |