Chromium Code Reviews| Index: build/java_apk.gypi |
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi |
| index b4dbb72d1b7af3d4220c080d7910a8eb68f9560f..92e1d2a9890d1648bf6c99bdefc71e5ce75c177f 100644 |
| --- a/build/java_apk.gypi |
| +++ b/build/java_apk.gypi |
| @@ -592,10 +592,10 @@ |
| 'action_name': 'jar_<(_target_name)', |
| 'message': 'Creating <(_target_name) jar', |
| 'inputs': [ |
| - '<(instr_stamp)', |
| '<(DEPTH)/build/android/gyp/util/build_utils.py', |
| '<(DEPTH)/build/android/gyp/util/md5_check.py', |
| '<(DEPTH)/build/android/gyp/jar.py', |
| + '<(instr_stamp)', |
| ], |
| 'outputs': [ |
| '<(jar_stamp)', |
| @@ -606,9 +606,6 @@ |
| '--jar-path=<(jar_path)', |
| '--excluded-classes=<(jar_excluded_classes)', |
| '--stamp=<(jar_stamp)', |
|
Nico
2014/03/06 20:48:02
I noticed that nothing depends on jar_stamp (and t
cjhopman
2014/03/06 21:25:28
The jar is used by dependents via `apk_output_jar_
|
| - |
| - # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja. |
| - '--ignore=>!(echo \'>(_inputs)\' | md5sum)', |
| ] |
| }, |
| { |