Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update parse_and_expand_globlist for Windows
crrev.com/c/4220405 updated filelist handling but caused presubmit failures on Windows due to slash/backslash differences. This change replaces backslashes with slashes in two critical places so that the presubmit works correctly. This was found by the Windows presubmit --all builder: https://ci.chromium.org/ui/p/chromium/builders/ci/win-presubmit/198/blamelist This was tested with: git cl presubmit --force --files components\history\core\browser\unit_tests_bundle_data.filelist -v This change also fixes the writing of filelists on Windows, which was previously writing \r\n line endings. Bug: 698042 Change-Id: I5a0daba1ab0a6590288adde5202b619eab2c4c5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4222293 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1101274}
- Loading branch information