[gn build] Always make symlinks target explicitly depend on base binary
This is a no-op in these files since the symlinks array is never empty and the dependency to the base binary is added through the loop in these cases. But adding them doesn't hurt either, and it: 1. Makes all symlinks targets look the same, independent of symlinks are created always or just conditionally based on gn args 2. Makes it less likely that bugs like the one fixed by b0abada8 are introduced by copy-pasting an existing symlink target and then not being careful enough when tweaking it. No behavior change.
Loading
Please sign in to comment