| Index: build/java_apk.gypi
|
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi
|
| index b4dbb72d1b7af3d4220c080d7910a8eb68f9560f..e4b658d1bf860ab6fced3fd51fe6c48eba5c65da 100644
|
| --- a/build/java_apk.gypi
|
| +++ b/build/java_apk.gypi
|
| @@ -619,8 +619,8 @@
|
| '<(DEPTH)/build/android/ant/create-test-jar.js',
|
| '<(DEPTH)/build/android/gyp/util/build_utils.py',
|
| '<(DEPTH)/build/android/gyp/ant.py',
|
| - '<(instr_stamp)',
|
| '>@(proguard_flags_paths)',
|
| + '<(instr_stamp)',
|
| ],
|
| 'outputs': [
|
| # This lists obfuscate_stamp instead of obfuscated_jar_path because
|
| @@ -652,11 +652,6 @@
|
| '-Dbasedir=.',
|
| '-buildfile',
|
| '<(DEPTH)/build/android/ant/apk-obfuscate.xml',
|
| -
|
| - # Add list of inputs to the command line, so if inputs change
|
| - # (e.g. if a Java file is removed), the command will be re-run.
|
| - # TODO(newt): remove this once crbug.com/177552 is fixed in ninja.
|
| - '-DTHIS_IS_IGNORED=>!(echo \'>(_inputs)\' | md5sum)',
|
| ],
|
| },
|
| {
|
|
|