mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
928146ead1
Instead of using a collection of Python scripts to generate the artifacts we want to distribute from this repository, we should just use the build system. This CL adds a top-level |dist| target that creates these artifacts in a "dist" directory of the build output.
Mojo
Mojo 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.