Add single file compile support for Windows in ninja wrappers
ninja.bat can't pass '^' for single file compile. This change fixes ninja.bat to apply double quotas to args to preserve "^". Note that ninja.bat still needs "^^" since single "^" is already removed as an escape character. This is the same implementation with autoninja.{bat, py}. Test: http://go/paste/6182226814304256 Bug: 1340825 Change-Id: I183c7890634a77471a617c4cc2b9c8c33bc8487d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4060603 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Auto-Submit: Junji Watanabe <jwata@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Junji Watanabe <jwata@google.com>changes/03/4060603/4
parent
7af6169852
commit
2b1aa8dcab
Loading…
Reference in New Issue