A couple of cleanups for gyp_chromium
Use subprocess.call() rather than Popen + communicate. The shell argument to Popen defaults to False so was redundant. Use any() rather than explicit loop. Review URL: https://codereview.chromium.org/1144383002 Cr-Commit-Position: refs/heads/master@{#330854}
Showing
Please register or sign in to comment