DescriptionMake java_binary wrapper scripts deps rather than data_deps.
1. They don't require the scripts to run (they aren't actually runtime
deps of the binary itself.
2. In the case of jmake, where the wrapper script is called during
build, the async nature of data_deps means it may not be created in
time.
3. This will make gn gen fail if the output location of jmake changes, since it properly lists it as an input now.
BUG=none
Committed: https://crrev.com/7cca7851502a8cdd54954fce9c6624259c99c76b
Cr-Commit-Position: refs/heads/master@{#379556}
Patch Set 1 #Patch Set 2 : combining CLs #
Depends on Patchset: Messages
Total messages: 11 (6 generated)
|