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.