Files
brave-core/tools
cdesouza-chromium 9f8b06fc62 [plaster] Apply on change (#36563)
This PR introduces a check mechanism to `plaster` that will allow it by
default to just reapply patches when that's needed. This is being done
with a simple approach:

 * Check if the `.patchinfo` timestamp older than the plaster file,
   patch, or upstream source.
 * If `.patchinfo` is newer than any of these, we go on to check if the
   checksums are matching with what is in the `.patchinfo`.
 * If any of the checksum chcks fail, we reapply the patch.

This is very lightweight, and will make most of the uses of `apply`
reliable for reruns while working on a feature.

Resolves https://github.com/brave/brave-browser/issues/45057
2026-05-20 15:31:34 +01:00
..
2026-05-20 15:31:34 +01:00
2026-04-22 06:50:20 -07:00