DescriptionFix stale mojom-generated Java problems with gyp builds
This causes any gyp targets which use the mojom bindings generator
to regenerate all outputs when any of the input mojom files have
changed. In such cases, the Java output directory is first wiped
out.
This avoids problems with stale mojom-generated Java files hanging
around and being compiled by build/android/javac.py, which tries
to build everything in its generated sources location.
BUG=461622
Committed: https://crrev.com/99b81f3496f7e5f9badf9504904da20545823d30
Cr-Commit-Position: refs/heads/master@{#318190}
Patch Set 1 #Patch Set 2 : fix comment #Patch Set 3 : derp #
Total comments: 4
Patch Set 4 : fix direct_dependent_settings #
Total comments: 1
Patch Set 5 : #Patch Set 6 : actually set additional_input_paths correctly -_- #Messages
Total messages: 16 (5 generated)
|