DescriptionA 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.
Committed: https://crrev.com/bf94627aa3bb2e6d4577dbf27288f15d90dcf68c
Cr-Commit-Position: refs/heads/master@{#330854}
Patch Set 1 #
Total comments: 3
Messages
Total messages: 9 (2 generated)
|