diff options
Diffstat (limited to 'build/java_apk.gypi')
-rw-r--r-- | build/java_apk.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/java_apk.gypi b/build/java_apk.gypi index 76c833a..de47514 100644 --- a/build/java_apk.gypi +++ b/build/java_apk.gypi @@ -201,6 +201,11 @@ '-DPROGUARD_FLAGS=>(proguard_flags)', '-DPROGUARD_ENABLED=>(proguard_enabled)', + # 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=>(_inputs)', + '-Dbasedir=<(java_in_dir)', '-buildfile', '<(DEPTH)/build/android/ant/chromium-apk.xml', |