| Mojom IDL | |
| ========= | |
| The Mojom IDL language is used to describe the APIs exposed over Mojo | |
| pipes. | |
| Mojom IDL definitions are typically compiled to wrappers in each | |
| language, which are then used as imports. | |
| TODO(ianh): Define in detail how this actually works |