[code coverage] Normalize source file path in compile wrapper.
Paths in `--files-to-instrument` are expected to be normalized OS-native paths, so the input source file has to be converted to match. This is most relevant on Windows, where GN creates build commands that use `/` for filesystem paths, but the canonical form should use `\`. Bug: 990480 Change-Id: If7b5da729f0a98ec7945092b0f228cebd50be3a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973360 Commit-Queue: Sajjad Mirza <sajjadm@chromium.org> Reviewed-by:Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Roberto Carrillo <robertocn@chromium.org> Reviewed-by:
Nodir Turakulov <nodir@chromium.org> Cr-Commit-Position: refs/heads/master@{#726120}
Showing
Please register or sign in to comment