update_engine: Remove 'inputs' from tar_bunzip2.gypi.
Tip-of-tree GYP doesn't allow ${source} to end up in the inputs list.
tar_bunzip2.gypi supplies the source as inputs, which translates into
${source} at ninja generation time, causing assert failures with ToT
GYP. Providing these as inputs does not appear to be necessary, and
other generator .gypi files do not, so remove them to allow ToT GYP to
be used.
BUG=chromium:821283
TEST=touch sample_images/sample_images.tar.bz2
rerun ninja and sample_images/sample_images.tar.bz2 is extracted again
Change-Id: I12b2f4a98c3792cae65771d5719b639202e23ca7
Reviewed-on: https://chromium-review.googlesource.com/970002
Commit-Ready: Sam McNally <sammc@chromium.org>
Tested-by: Sam McNally <sammc@chromium.org>
Reviewed-by: Amin Hassani <ahassani@chromium.org>
1 file changed