Adam Barth 1cadb3b1ba Fix dart_pkg.py build crash
We need to work in absolute paths because os.path.exists("foo/..") is False but
os.mkdirs("foo/..") will generate an error.
2015-07-20 23:13:51 -07:00
..
2015-07-20 23:13:51 -07:00

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.