Files
brave-core/tools
Max Karolinskiy 7573559b97 Brockit and Plaster fixes for Windows (#34489)
* [Plaster] Fixes for Windows.

- When running commands make sure the output is in UTF-8, otherwise on
  Windows the output is using cp1252 which then can't be handled by
  UTF-8 decoder.

- When updating files (patches after applying plaster, or target source
  files) make sure to use LF line endings on Windows. The repo files are
  checked out as LF and we shouldn't introduce CRLF line ending during
  plaster apply operation.

* [Brockit] Fixes Win toolchain message.

When checking for Windows toolchain changes also check TOOLCHAIN_HASH.
The SDK version doesn't always get updated while the hash can change and
contain a different minor SDK update.

* Review feedback fix.
2026-03-11 13:49:23 -04:00
..