Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Mojom IDL | |
| 2 ========= | |
| 3 | |
| 4 The Mojom IDL language is used to describe the APIs exposed over Mojo | |
| 5 pipes. | |
| 6 | |
| 7 Mojom IDL definitions are typically compiled to wrappers in each | |
| 8 language, which are then used as imports. | |
| 9 | |
| 10 TODO(ianh): Define in detail how this actually works | |
| OLD | NEW |