mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This means that //mojo/public is pulled in by gclient using the hash specified in the DEPS file from the github.com/domokit/mojo_sdk mirror. Each mojo_sdk commit corresponds to its originating github.com/domokit/mojo commit and has the origin commit in the message. Thus to find the mojo_sdk revision to use for a particular mojo revision, grep through the commit log in the mojo_sdk repo for the matching "Cr-Mirrored-Commit:" line. If you need to back your local checkout to earlier than this commit after running gclient, do 'rm -rf mojo/public && git reset --hard' to get the locally checked in versions back. Otherwise you'll get subtree commits in mojo/public/... and have a bad time.
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.