
mojo_parser - parses IDL, produces syntax tree mojo_translate - translates syntax tree to Mojom IR mojo_idl - frontend that hooks it all together The result "mojo_idl foo.idl" ingests the IDL file and spits out C++ code! R=davemoore@chromium.org Review URL: https://codereview.chromium.org/47543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231860 0039d316-1c4b-4281-b951-d872f2087c98
This is an effort to extract a common platform out of Chrome's renderer and plugin processes that can support multiple types of sandboxed content, such as HTML, Pepper, or NaCL.