Make isolate_driver.py only add .dll/.so/.dylib for component builds' generated files.
Right now it's adding a lot of other files that aren't needed to run the tests, which slows down the uploading and downloading steps when using component builds. Since this preprocessing step is only meant to add extra binaries that are the result of the component build, just whitelist .dll/.so/.dylib. BUG=414808 Review URL: https://codereview.chromium.org/592143002 Cr-Commit-Position: refs/heads/master@{#296037}
Showing
Please register or sign in to comment