Files
brave-core/docs/best-practices
Brian R. Bondy 6f91301cb0 Add best practice CS-070: Use *.mojom-forward.h in headers (#36219)
Add best practice: Use *.mojom-forward.h in headers

CS-070: prefer the auto-generated *.mojom-forward.h over the full
*.mojom.h bindings when a header only references mojom types as
pointers, references, or function parameters. Reduces compile times
and transitive dependencies.

Source: PR #35622 review comment by netzenbot.
2026-05-07 06:52:19 -04:00
..