DescriptionReapply/merge derived_sources.gyp useless use of cat (demoggification)
This replaces 2 instances in GYP of
<!(cat <(foo_files_list))
with:
<@(files_list)
...avoiding indirection and a shell out to cat.
Nico's 1-line CL:
Make code slightly less complicated
https://codereview.chromium.org/26980003/
...was clobbered by Kihong's large, long-running CL:
Support partial interface for test support idls
https://codereview.chromium.org/24053003/
Nico noted this in comment:
https://codereview.chromium.org/24053003/#msg50
This CL cleans up and merges Nico's prior demoggification.
http://en.wikipedia.org/wiki/Useless_use_of_cat
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159971
Patch Set 1 #Patch Set 2 : Fix typo #Patch Set 3 : Fix typo #Patch Set 4 : Reupload #Messages
Total messages: 10 (0 generated)
|