Fix copy_cdb outputs for ARM64 Win32 builds

On ARM64 Win32 builds the UCRT is not a redistributable and therefore
must be omitted from the list of outputs. Otherwise the
copy_cdb_to_output will never be clean.

This was tested before and after with this pair of commands:

    ninja.exe -C out\arm64 copy_cdb_to_output
    ninja.exe -d explain -C out\arm64 copy_cdb_to_output

Before the build step was always dirty. After it is always clean.

Bug: 937083
Change-Id: Ica53b1b172441925dcbb27f6033774d49b1df9af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1497491
Auto-Submit: Bruce Dawson <brucedawson@chromium.org>
Commit-Queue: Justin DeWitt <dewittj@chromium.org>
Reviewed-by: Justin DeWitt <dewittj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637404}
1 file changed