Modify isolate_driver.py to always generate a wrapping .isolate.
commitec88a1ec7fc1b6248e30776cb47cd434a6b7c05e
authormaruel <maruel@chromium.org>
Wed, 2 Sep 2015 12:55:04 +0000 (2 05:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 2 Sep 2015 12:55:42 +0000 (2 12:55 +0000)
tree8b409b3ec2678010467e94b05a85f0e03ad5b883
parent9462f9ed1e0b9137403f4f45f6e3fd79c4fb5ba7
Modify isolate_driver.py to always generate a wrapping .isolate.

This permits to trim dependencies as they are not necessary anymore. This will
enable greatly simplifying .isolate files, reduce the manual work involved in
adding static libraries and reduce the noise for the GN conversion.

The other end goal is to support automatic archival of debug symbols, which will
be done in a follow up CL.

R=jam@chromium.org
BUG=98637
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1242783002

Cr-Commit-Position: refs/heads/master@{#346901}
tools/isolate_driver.py